From 0fdea46ecd587eac14b6ceb0206cda3f77290470 Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Mon, 20 Feb 2006 03:16:26 +0000 Subject: [PATCH] update to release 1.9.1 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13314 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 5 +++++ NEWS | 32 ++++++++++++++++++++++++++++++++ configure.in | 2 +- 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9d9559da23..9815fc2118 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-19 Chris Lyttle + + * NEWS: Added some text about the release. + * configure.in: Change to version 1.9.1 + 2006-02-19 David Hampton * src/register/register-gnome/pricecell-gnome.c: Take the diff --git a/NEWS b/NEWS index cf07c959a1..ae3c57511b 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.in b/configure.in index ec57d4a990..66be3d6423 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.0], [gnucash-devel@gnucash.org]) +AC_INIT([gnucash], [1.9.1], [gnucash-devel@gnucash.org]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(src/engine/Transaction.h)