[Gnucash-changes] r13314 - gnucash/trunk - update to release 1.9.1

Chris Lyttle wilddev at cvs.gnucash.org
Sun Feb 19 22:16:26 EST 2006


Author: wilddev
Date: 2006-02-19 22:16:26 -0500 (Sun, 19 Feb 2006)
New Revision: 13314
Trac: http://svn.gnucash.org/trac/changeset/13314

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/NEWS
   gnucash/trunk/configure.in
Log:
update to release 1.9.1

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-02-20 02:58:29 UTC (rev 13313)
+++ gnucash/trunk/ChangeLog	2006-02-20 03:16:26 UTC (rev 13314)
@@ -1,3 +1,8 @@
+2006-02-19  Chris Lyttle  <chris at wilddev.net>
+
+	* NEWS: Added some text about the release.
+	* configure.in: Change to version 1.9.1
+
 2006-02-19  David Hampton  <hampton at employees.org>
 
 	* src/register/register-gnome/pricecell-gnome.c: Take the

Modified: gnucash/trunk/NEWS
===================================================================
--- gnucash/trunk/NEWS	2006-02-20 02:58:29 UTC (rev 13313)
+++ gnucash/trunk/NEWS	2006-02-20 03:16:26 UTC (rev 13314)
@@ -1,6 +1,38 @@
 Version history:
 ------- -------
 
+ 1.9.1 - 19 Feb 2006
+ 	 o Welcome to GnuCash 1.9.1 aka "So we meet again" the second of
+	 several unstable releases of the GnuCash Open Source Accounting
+	 Software which will eventually lead to the stable version 2.0.0. This
+	 release contains many bugfixes since the first release but is still
+	 only intended for developers and adventurous testers who want to help
+	 tracking down bugs.
+	 o WARNING WARNING WARNING - Make sure you make backups of any files
+	 used in testing versions of GnuCash in the 1.9.x series. Although the
+	 developers go to great lengths to ensure that no data will be lost we
+	 cannot guarentee that your data will not be affected if for some
+	 reason GnuCash crashes in testing these releases.
+	 o PLEASE TEST TEST AND TEST SOME MORE any and all features important
+	 to you. Then post any bugs you find to bugzilla
+	 http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+	 o Major bugfixes include - 
+	 o Register fixes
+	 o Finance::Quote issues
+	 o Correctly open an account and its sub-accounts.
+	 o Change the reports from using a hard-coded fiscal year to using the
+	 global accounting period set in the preferences.  Both the start date
+	 and the end date are used, so the user is free to choose any arbitrary
+	 period.
+	 o Use the price nearest to midday to get the value in the default
+	 currency.
+	 o Make the desktop more HIG-compliant.
+	 o Patch to prevent crash when voiding a transaction.
+	 o Aqbanking updates
+	 o Report fixes
+	 o Autodetect OFX and use it if we find it.
+	 o Qof fixes
+	  
  1.9.0 - 08 Feb 2006
  	 o Welcome to GnuCash 1.9.0 aka "We're gonna make it!" the first of
 	 several unstable releases of the GnuCash Open Source Accounting

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-02-20 02:58:29 UTC (rev 13313)
+++ gnucash/trunk/configure.in	2006-02-20 03:16:26 UTC (rev 13314)
@@ -20,7 +20,7 @@
 
 # Autoconf initialization
 AC_PREREQ(2.59)
-AC_INIT([gnucash], [1.9.0], [gnucash-devel at gnucash.org])
+AC_INIT([gnucash], [1.9.1], [gnucash-devel at gnucash.org])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SRCDIR(src/engine/Transaction.h)
 



More information about the gnucash-changes mailing list