From 5a9d8dffd9de25eb5bf488433c1e6201d5db749d Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Mon, 15 May 2006 02:04:12 +0000 Subject: [PATCH] update to release 1.9.6 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14071 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 5 +++++ NEWS | 24 ++++++++++++++++++++++++ configure.in | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d56eff7b14..ab77d037c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-14 Chris Lyttle + + * 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 diff --git a/NEWS b/NEWS index aee65f399c..69f70a2f21 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.in b/configure.in index aa591fe8a1..200e2b07ba 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.5], [gnucash-devel@gnucash.org]) +AC_INIT([gnucash], [1.9.6], [gnucash-devel@gnucash.org]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(src/engine/Transaction.h)