update for release 1.7.2

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7416 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Lyttle 2002-10-28 10:21:07 +00:00
parent 8ef71bff02
commit 529d556d77
3 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-10-28 Chris Lyttle <chris@wilddev.net>
* NEWS: update for new release
* configure.in: update to new version 1.7.2
2002-10-28 Chris Lyttle <chris@wilddev.net>
* src/scm/help-topics-index.old: Moved old file to here for now

17
NEWS
View File

@ -1,5 +1,22 @@
Version history:
------- -------
1.7.2 - 27 October 2002
o second alpha release
o you can now search by reconcile flag
o ability to set posted invoices and payments read-only
o New commodity matcher for OFX generic import
o latest libofx is needed for OFX support
o Investment transactions now create two accounts, one is for the
stock, the other is the account defined by the FI, where the
cash is swapped.
o Updated glossary
o HBCI improvements to transaction retrieval
o Add Direct Debit HBCI action and add caching of the
PIN to user preferences.
o HBCI suport requires OpenHBCI 0.9.3 or current OpenHBCI CVS
o loads of bugfixes, keep those bugs coming!
o NOTE: Report bugs to bugzilla.gnome.org
1.7.1 - 13 October 2002
o first alpha release
o lots of new features, please test as much as you can

View File

@ -32,7 +32,7 @@ AC_PROG_CC
GNUCASH_MAJOR_VERSION=1
GNUCASH_MINOR_VERSION=7
GNUCASH_MICRO_VERSION=1
GNUCASH_MICRO_VERSION=2
GNUCASH_VERSION=$GNUCASH_MAJOR_VERSION.$GNUCASH_MINOR_VERSION.$GNUCASH_MICRO_VERSION
AC_SUBST(GNUCASH_MAJOR_VERSION)