From 0e65cacf35d2ea984d760e0b7a05a23f1d221ab4 Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Mon, 10 Feb 2003 06:27:28 +0000 Subject: [PATCH] release 1.8.1 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@7965 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 8 ++++++++ NEWS | 11 +++++++++++ configure.in | 2 +- rpm/gnucash.spec.in | 2 +- src/quotes/Makefile.am | 5 ++--- 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index df0e8399b2..4918ed8dc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-02-09 Chris Lyttle + + * configure.in: release 1.8.1 + * rpm/gnucash.spec.in: fix info files prob + * NEWS: update for release + * src/quotes/Makefile.am: remove dump-finance-quote from build + to fix problems with rpm wanting Finance::Quote + 2003-02-09 Derek Atkins * src/register/ledger-core/split-register-control.c diff --git a/NEWS b/NEWS index d63371a05a..745b3adce4 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,17 @@ Version history: ------- ------- + 1.8.1 - 09 February 2003 + o Release of new stable version 1.8.1 + o Fixes for qif import crashes + o Update translation po/it.po by Lorenzo Cappelletti + o Remove the tip that says that this is a development version. + o Remove the "development version" string when running "gnucash + --version" + o Add heuristic for duplicate matching by check number. + o Various bug fixes, remove Finance::Quote requirement for rpms + built on RH 8.0 + 1.8.0 - 02 February 2003 o Release of new stable version 1.8.0 o Fix problem getting quotes from trustnet. diff --git a/configure.in b/configure.in index d7ef208c0a..5b945f9ec2 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=0 +GNUCASH_MICRO_VERSION=1 GNUCASH_VERSION=$GNUCASH_MAJOR_VERSION.$GNUCASH_MINOR_VERSION.$GNUCASH_MICRO_VERSION AC_SUBST(GNUCASH_MAJOR_VERSION) diff --git a/rpm/gnucash.spec.in b/rpm/gnucash.spec.in index c499a4ceea..b57e7a81e0 100644 --- a/rpm/gnucash.spec.in +++ b/rpm/gnucash.spec.in @@ -138,7 +138,7 @@ fi %attr(555,root,root) %{_datadir}/gnucash/finance-quote-helper %attr(555,root,root) %{_datadir}/gnucash/finance-quote-check %{_mandir}/man*/* -%{_infodir}/*.gz +%{_infodir}/gnucash*info* %{_libdir}/* %{_datadir}/gnucash %{_datadir}/gnome/apps/Applications/* diff --git a/src/quotes/Makefile.am b/src/quotes/Makefile.am index d3838dd787..810c7fd737 100644 --- a/src/quotes/Makefile.am +++ b/src/quotes/Makefile.am @@ -1,7 +1,7 @@ gncsharedir = ${GNC_SHAREDIR} -bin_SCRIPTS = dump-finance-quote gnc-prices update-finance-quote +bin_SCRIPTS = gnc-prices update-finance-quote gncshare_SCRIPTS = finance-quote-helper finance-quote-check EXTRA_DIST = \ @@ -11,8 +11,7 @@ EXTRA_DIST = \ finance-quote-helper.in \ gnc-prices \ update-finance-quote.in \ - value_portfolio \ - dump-finance-quote + value_portfolio ## We borrow guile's convention and use @-...-@ as the substitution ## brackets here, instead of the usual @...@. This prevents autoconf