From 3b1ba5610dfe0001dbc2f0739e8a938ff9bbd34b Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Tue, 18 Nov 2003 08:16:46 +0000 Subject: [PATCH] update to release 1.8.8 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@9693 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 8411172ded..45a264a274 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-11-17 Chris Lyttle + + * configure.in: Release 1.8.8 + * NEWS: Release 1.8.8 + 2003-11-16 Derek Atkins * src/engine/test-core/test-engine-stuff.c: don't make a timespec diff --git a/NEWS b/NEWS index 837f8f7127..f486370189 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,30 @@ Version history: ------- ------- + 1.8.8 - 17 Nov 2003 + o HBCI - Improve error message when receiving zero balance from bank. + o Add account template for Swiss German businesses "KMU" by Tom + Winterhalder + o Add *big* account template for German businesses "SKR04" by Betina + Schmidt + o Add Catalan and Turkish translation, Updated German, Italian, + Czech, Greek and Dutch translations. + o Add Turkish account template. Updated Greek account templates. + o Remove debian scripts + o Add a comment about minimum string length + o Fix the ISO_DATELEN to be "long enough" + o Fix handling of HBCI direct debits (fix wrong textkey). Fix and + initially implement handling of multiple banks/users/customers. + o Fixed extremly stupid, old bug that causes weird HBCI errors. + Improved user messages. + o Refactor some GUI code. Improve user messages. + o BillTermDecRef should have been BillTermIncRef when setting new + bill term. + o Applied Frank Pavageau's patch regarding capital gains to handle + split transactions. + o Don't make a timespec with tv_sec == 0. Fixes some tests on the + alpha platform. + 1.8.7 - 14 Sept 2003 o Use instead of "libofx/libofx.h" as it's not part of our system. Fixes a dependency problem in 1.8.6 release. diff --git a/configure.in b/configure.in index c1e4826ab2..e8e0ece44e 100644 --- a/configure.in +++ b/configure.in @@ -32,7 +32,7 @@ AC_PROG_CC GNUCASH_MAJOR_VERSION=1 GNUCASH_MINOR_VERSION=8 -GNUCASH_MICRO_VERSION=7 +GNUCASH_MICRO_VERSION=8 GNUCASH_VERSION=$GNUCASH_MAJOR_VERSION.$GNUCASH_MINOR_VERSION.$GNUCASH_MICRO_VERSION AC_SUBST(GNUCASH_MAJOR_VERSION)