From 0e9df48e472380a6e09fb915b7a167f53c5280e4 Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Mon, 20 Mar 2006 02:07:16 +0000 Subject: [PATCH] update to release 1.9.3 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13673 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 5 +++++ NEWS | 33 +++++++++++++++++++++++++++++++++ configure.in | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8ba8a2a6ce..d2e92789bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-19 Chris Lyttle + + * NEWS: Added some text about the release. + * configure.in: Change to version 1.9.3 + 2006-03-19 Andreas Köhler * src/gnome-utils/dialog-options.c: Treat the date option widget diff --git a/NEWS b/NEWS index 8ed75fdd14..dd3140e87e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,39 @@ Version history: ------- ------- + 1.9.3 - 19 Mar 2006 + o Welcome to GnuCash 1.9.3 aka "Mo money, mo problems" the fourth 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 third 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 Fixes for OFX importer. + o Add printing support for the graphs. + o Add multi-commodity SX support. + o Fixes for windows/mingw32 porting. + o Fixes for currency settings. + o Add support for XSL. + o Recode all po files into UTF-8 character encoding. + o Lots of Qof fixes. + o Fix the build-order (and install order) of the engine libs. + o Fix a problem where account cell contents disappear when focusing + in/out of an account cell. + o Report fixes + o More Qof fixes + o More fixes for UTF-8 support + o Fixes to Scheduled Transactions + 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 diff --git a/configure.in b/configure.in index 66702c7829..92aa8b9247 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.2], [gnucash-devel@gnucash.org]) +AC_INIT([gnucash], [1.9.3], [gnucash-devel@gnucash.org]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(src/engine/Transaction.h)