[Gnucash-changes] 2005-10-19 Christian Stimming <stimming@tuhh.de> * configure.in:

Christian Stimming cstim at cvs.gnucash.org
Wed Oct 19 17:06:06 EDT 2005


Log Message:
-----------
2005-10-19  Christian Stimming  <stimming at tuhh.de>

	* configure.in: Release version 1.8.12

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

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

Revision Data
-------------
Index: configure.in
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/configure.in,v
retrieving revision 1.358.2.48
retrieving revision 1.358.2.49
diff -Lconfigure.in -Lconfigure.in -u -r1.358.2.48 -r1.358.2.49
--- configure.in
+++ configure.in
@@ -32,7 +32,7 @@
 
 GNUCASH_MAJOR_VERSION=1
 GNUCASH_MINOR_VERSION=8
-GNUCASH_MICRO_VERSION=11
+GNUCASH_MICRO_VERSION=12
 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.427
retrieving revision 1.1461.2.428
diff -LChangeLog -LChangeLog -u -r1.1461.2.427 -r1.1461.2.428
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,7 @@
+2005-10-19  Christian Stimming  <stimming at tuhh.de>
+
+	* configure.in: Release version 1.8.12
+
 2005-10-17  Christian Stimming  <stimming at tuhh.de>
 
 	* src/bin/generate-gnc-script: Add a commented-out workaround for
Index: NEWS
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/NEWS,v
retrieving revision 1.25.2.13
retrieving revision 1.25.2.14
diff -LNEWS -LNEWS -u -r1.25.2.13 -r1.25.2.14
--- NEWS
+++ NEWS
@@ -1,6 +1,20 @@
 Version history:
 ------- -------
 
+ 1.8.12 - 19 Oct 2005
+ 	 o Online Banking/HBCI improvements: Debit notes are fixed
+ 	 again; Bank-internal money transfers are now supported, if
+ 	 the HBCI bank offers them; Setup wizard can now works with
+ 	 HBCI, OFX-Connect, and other AqBanking backends; Fix
+ 	 character encoding issues in utf-8 locales; Fix date interval
+ 	 in the import transaction matcher for OFX and HBCI import;
+ 	 Fix PIN entry bug.
+ 	 o New currencies added: Romanian Leu, Bulgarian Lev, Malagasy Ariary
+ 	 o Fix problem with long date formats in some locales (bug#170444)
+ 	 o Add configure macros for mips, mipsel, arm, and m68k; Fix
+ 	 compilation on OpenBSD 64bit architectures
+ 	 o Updated translations: German, Italian, Kinyarwanda
+
  1.8.11 - 06 Feb 2005
  	 o Add extra sanity checks and verbose error message if the setup
 	 wizard of aqhbci cannot be found.
Index: Makefile.am
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/Makefile.am,v
retrieving revision 1.55.2.3
retrieving revision 1.55.2.4
diff -LMakefile.am -LMakefile.am -u -r1.55.2.3 -r1.55.2.4
--- Makefile.am
+++ Makefile.am
@@ -160,7 +160,7 @@
 
 # ack this is stupid
 distcheck-hook:
-	: > "$(distdir)/=build/distcleancheck1.5-is-stupid"
+	: > "$(distdir)/_build/distcleancheck1.5-is-stupid"
 
 distclean-local:
 	-test -f distcleancheck1.5-is-stupid \


More information about the gnucash-changes mailing list