[Gnucash-changes] r13499 - gnucash/trunk - update to release 1.9.2

Chris Lyttle wilddev at cvs.gnucash.org
Sun Mar 5 20:44:40 EST 2006


Author: wilddev
Date: 2006-03-05 20:44:39 -0500 (Sun, 05 Mar 2006)
New Revision: 13499
Trac: http://svn.gnucash.org/trac/changeset/13499

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

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-05 23:46:39 UTC (rev 13498)
+++ gnucash/trunk/ChangeLog	2006-03-06 01:44:39 UTC (rev 13499)
@@ -1,3 +1,8 @@
+2006-03-05  Chris Lyttle  <chris at wilddev.net>
+
+	* NEWS: Added some text about the release.
+	* configure.in: Change to version 1.9.2
+
 2006-03-05  David Hampton  <hampton at employees.org>
 
 	* src/engine/Transaction.c:

Modified: gnucash/trunk/NEWS
===================================================================
--- gnucash/trunk/NEWS	2006-03-05 23:46:39 UTC (rev 13498)
+++ gnucash/trunk/NEWS	2006-03-06 01:44:39 UTC (rev 13499)
@@ -1,6 +1,43 @@
 Version history:
 ------- -------
 
+ 1.9.2 - 05 Mar 2006
+ 	 o Welcome to GnuCash 1.9.2 aka "With extra flavor enhancements" the
+	 third 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 second 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 More Register fixes.
+	 o HIGify the scheduled transaction dialogs.
+	 o Fix the qof configure test for OSX.
+	 o Compile cleanly with when _FORTIFY_SOURCE is defined.  This
+	   definition is forced when building RPMs on FC4.
+	 o Catch and defer the quit command if a file save is in progress.
+	 o Disable quote related functionality when F::Q isn't installed.
+	 o Lots of Qof fixes.
+	 o Add ebuild for gnucash 1.9/2.0 series.
+	 o Fix x-axis labeling and other barchart improvements.
+	 o Get MT940 importer to compile again (experimental; requires
+	   aqbanking-1.9.7). It is not yet tested with actual files.
+	 o Menu and toolbar fixes.
+	 o Remember the order in which the notebook tabs are referenced.
+	 o Updates to business invoicing functionality.
+	 o Fix Chart of Accounts export so it works again.
+	 o Add support for using multi-byte unicode thousands separator and
+	   decimal point characters when printing numbers.
+	 o Lots of fixes to splits and transaction editing.
+	 o Added new icons.
+	  
  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

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-03-05 23:46:39 UTC (rev 13498)
+++ gnucash/trunk/configure.in	2006-03-06 01:44:39 UTC (rev 13499)
@@ -20,7 +20,7 @@
 
 # Autoconf initialization
 AC_PREREQ(2.59)
-AC_INIT([gnucash], [1.9.1], [gnucash-devel at gnucash.org])
+AC_INIT([gnucash], [1.9.2], [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