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
zzzoldreleases/1.8
Chris Lyttle 23 years ago
parent 663c74198f
commit 3b1ba5610d

@ -1,3 +1,8 @@
2003-11-17 Chris Lyttle <chris@wilddev.net>
* configure.in: Release 1.8.8
* NEWS: Release 1.8.8
2003-11-16 Derek Atkins <derek@ihtfp.com>
* src/engine/test-core/test-engine-stuff.c: don't make a timespec

24
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 <libofx/libofx.h> instead of "libofx/libofx.h" as it's not part
of our system. Fixes a dependency problem in 1.8.6 release.

@ -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)

Loading…
Cancel
Save