[Gnucash-changes] r14071 - gnucash/trunk - update to release 1.9.6

Chris Lyttle wilddev at cvs.gnucash.org
Sun May 14 22:04:13 EDT 2006


Author: wilddev
Date: 2006-05-14 22:04:12 -0400 (Sun, 14 May 2006)
New Revision: 14071
Trac: http://svn.gnucash.org/trac/changeset/14071

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

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-05-15 00:13:49 UTC (rev 14070)
+++ gnucash/trunk/ChangeLog	2006-05-15 02:04:12 UTC (rev 14071)
@@ -1,3 +1,8 @@
+2006-05-14  Chris Lyttle  <chris at wilddev.net>
+
+	* NEWS: Added some text about the release.
+	* configure.in: Change to version 1.9.6
+
 r14050 | chris | 2006-05-14 17:30:22 -0400 (Sun, 14 May 2006) | 2 lines
 
    M /gnucash/trunk/src/engine/Transaction.c

Modified: gnucash/trunk/NEWS
===================================================================
--- gnucash/trunk/NEWS	2006-05-15 00:13:49 UTC (rev 14070)
+++ gnucash/trunk/NEWS	2006-05-15 02:04:12 UTC (rev 14071)
@@ -1,6 +1,30 @@
 Version history:
 ------- -------
 
+ 1.9.6 - 14 May 2006
+ 	 o Welcome to GnuCash 1.9.6 aka "Time to make a difference" the first
+	 beta release 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 sixth unstable release.
+	 o PLEASE TEST 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 We would like to encourage people to test this and any further
+	 releases as much as possible and submit bug reports in order that we
+	 can polish GnuCash to be as stable as possible for the 2.0.0 release
+	 in a few weeks.
+	 o Major bugfixes include -
+	 o More Register fixes.
+	 o Fixes to Scheduled Transactions.
+	 o Many Report fixes.
+ 	 o Many updated translations.
+	 o New icons
+	 o Fixes to lots functionality
+	 o Fixes to logging
+	 o Many Qof fixes
+	 o Fixes to budgeting
+	 o HBCI fixes
+
  1.9.5 - 16 Apr 2006
  	 o Welcome to GnuCash 1.9.5 aka "The final countdown begins" the sixth
 	 of several unstable releases of the GnuCash Open Source Accounting

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-05-15 00:13:49 UTC (rev 14070)
+++ gnucash/trunk/configure.in	2006-05-15 02:04:12 UTC (rev 14071)
@@ -20,7 +20,7 @@
 
 # Autoconf initialization
 AC_PREREQ(2.59)
-AC_INIT([gnucash], [1.9.5], [gnucash-devel at gnucash.org])
+AC_INIT([gnucash], [1.9.6], [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