From cd792551fe8416e7b8415ceccd2f122248f8eee9 Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Mon, 18 Nov 2002 08:21:27 +0000 Subject: [PATCH] update to release 1.7.3 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7502 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 5 +++++ NEWS | 27 +++++++++++++++++++++++++++ configure.in | 2 +- 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9801757805..5762fda543 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-18 Chris Lyttle + + * NEWS: update to new version 1.7.3 + * configure.in: update to new version 1.7.3 + 2002-11-18 Benoit Grégoire * src/import-export/Transaction-matcher.c: Remove constant length strings and replace with moving pointers. I wish _("string") diff --git a/NEWS b/NEWS index 5c581f6b91..f7f8ca5c1b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,32 @@ Version history: ------- ------- + 1.7.3 - 17 November 2002 + o first beta release + o improved libofx configure support. Add --with-ofx-prefix + so users can define where to look for libofx. + o fixed missing ofx files in tarball + o updated gnucash.spec file to work with rh8 + o added new cashflow report contributed by Herbert Thoma + o New functions to get/set read-only status on a transaction, + and to print a warning message if a transaction is read-only. + o Added a bunch of currencies. + o MAJOR improvement to OFX investment support. All transactions + created from an investment account are now already balanced. + Explicitely support Dividend Reinvestment transactions which + will now directly create a income account -> stock account + transaction, and Income transactions which will directly create + a income account -> cash account transaction. Support memorising + the income account association. Several stock account can use the + same income account if desired. + o Updated translations (merged from 1.6 branch plus updates from + the Translation Project). + o Matthew Vanecek added some bug fixes for the SQL back end. + o Add support for gtkhtml 1.1 + o Added calculate the number of remaining payments based on the start + date, loan length and current date to Mortgage druid + o loads of bugfixes, keep those bugs coming! + o NOTE: Report bugs to bugzilla.gnome.org + 1.7.2 - 27 October 2002 o second alpha release o you can now search by reconcile flag diff --git a/configure.in b/configure.in index a7d17c6931..d889ca1f99 100644 --- a/configure.in +++ b/configure.in @@ -32,7 +32,7 @@ AC_PROG_CC GNUCASH_MAJOR_VERSION=1 GNUCASH_MINOR_VERSION=7 -GNUCASH_MICRO_VERSION=2 +GNUCASH_MICRO_VERSION=3 GNUCASH_VERSION=$GNUCASH_MAJOR_VERSION.$GNUCASH_MINOR_VERSION.$GNUCASH_MICRO_VERSION AC_SUBST(GNUCASH_MAJOR_VERSION)