diff --git a/ChangeLog b/ChangeLog index 69c19ea7c5..79363e1c46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-10-19 Christian Stimming + + * configure.in: Release version 1.8.12 + 2005-10-17 Christian Stimming * src/bin/generate-gnc-script: Add a commented-out workaround for diff --git a/Makefile.am b/Makefile.am index 849d66dea3..b59c637158 100644 --- a/Makefile.am +++ b/Makefile.am @@ -160,7 +160,7 @@ distcleancheck_listfiles = \ # 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 \ diff --git a/NEWS b/NEWS index 608be6a20e..5e873baac1 100644 --- a/NEWS +++ b/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. diff --git a/configure.in b/configure.in index 576d7b93fc..fd732777ae 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=11 +GNUCASH_MICRO_VERSION=12 GNUCASH_VERSION=$GNUCASH_MAJOR_VERSION.$GNUCASH_MINOR_VERSION.$GNUCASH_MICRO_VERSION AC_SUBST(GNUCASH_MAJOR_VERSION)