diff --git a/ChangeLog b/ChangeLog index 3971ed79ba..2afe51b5aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-05 Chris Lyttle + + * NEWS: Added some text about the release. + * configure.in: Change to version 1.9.2 + 2006-03-05 David Hampton * src/engine/Transaction.c: diff --git a/NEWS b/NEWS index ae3c57511b..8ed75fdd14 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.in b/configure.in index 914fa51ae0..b9ed134b4f 100644 --- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script. # Autoconf initialization AC_PREREQ(2.59) -AC_INIT([gnucash], [1.9.1], [gnucash-devel@gnucash.org]) +AC_INIT([gnucash], [1.9.2], [gnucash-devel@gnucash.org]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(src/engine/Transaction.h)