[Gnucash-changes] update to release 1.8.11

Chris Lyttle wilddev at cvs.gnucash.org
Sun Feb 6 15:45:42 EST 2005


Log Message:
-----------
update to release 1.8.11

Tags:
----
gnucash-1-8-branch

Modified Files:
--------------
    gnucash:
        ChangeLog
        NEWS
        configure.in

Revision Data
-------------
Index: configure.in
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/configure.in,v
retrieving revision 1.358.2.46
retrieving revision 1.358.2.47
diff -Lconfigure.in -Lconfigure.in -u -r1.358.2.46 -r1.358.2.47
--- configure.in
+++ configure.in
@@ -32,7 +32,7 @@
 
 GNUCASH_MAJOR_VERSION=1
 GNUCASH_MINOR_VERSION=8
-GNUCASH_MICRO_VERSION=10
+GNUCASH_MICRO_VERSION=11
 GNUCASH_VERSION=$GNUCASH_MAJOR_VERSION.$GNUCASH_MINOR_VERSION.$GNUCASH_MICRO_VERSION
 
 AC_SUBST(GNUCASH_MAJOR_VERSION)
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1461.2.394
retrieving revision 1.1461.2.395
diff -LChangeLog -LChangeLog -u -r1.1461.2.394 -r1.1461.2.395
--- ChangeLog
+++ ChangeLog
@@ -3,6 +3,11 @@
 	* src/import-export/hbci/gnc-hbci-gettrans.c: Fix HBCI date range
 	for statement download.
 
+2005-02-06  Chris Lyttle  <chris at wilddev.net>
+
+	* configure.in: Release 1.8.11
+	* NEWS: Release 1.8.11
+
 2005-01-05  Derek Atkins  <derek at ihtfp.com>
 
 	* src/report/locale-specific/us/gncmod-locale-reports-us.c:
Index: NEWS
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/NEWS,v
retrieving revision 1.25.2.11
retrieving revision 1.25.2.12
diff -LNEWS -LNEWS -u -r1.25.2.11 -r1.25.2.12
--- NEWS
+++ NEWS
@@ -1,6 +1,21 @@
 Version history:
 ------- -------
 
+ 1.8.11 - 06 Feb 2005
+ 	 o Add extra sanity checks and verbose error message if the setup
+	 wizard of aqhbci cannot be found.
+	 o Fix potentially missing initialization of gwenhywfar library, as
+	 reported by Peter O'Gorman on Max OS X.
+	 o Properly accumulate splits (bug #165053).  Also fixes a (related)
+	 memory leak
+	 o Add explicit dependency on business-utils.
+	 o Adapt to latest changes in aqbanking; external wizard name is no
+	 longer hard-coded here but is asked from aqbanking.
+	 o Enable debit notes again in HBCI.
+	 o Update German translation.
+	 o Thomas Bushnell's patch to protect non-backup pruning (#164875)
+	 o Add the transaction guid to some error warning messages.
+	 
  1.8.10 - 11 Dec 2004
  	 o Don't use C++/C99 declarations.  Declare variables at the top of
 	 the function.


More information about the gnucash-changes mailing list