2005-10-19 Christian Stimming <stimming@tuhh.de>

* configure.in: Release version 1.8.12


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@11511 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.8
Christian Stimming 21 years ago
parent 989fc95c5f
commit 59a6ff7938

@ -1,3 +1,7 @@
2005-10-19 Christian Stimming <stimming@tuhh.de>
* configure.in: Release version 1.8.12
2005-10-17 Christian Stimming <stimming@tuhh.de>
* src/bin/generate-gnc-script: Add a commented-out workaround for

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

14
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.

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

Loading…
Cancel
Save