release 1.8.1

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/1.8@7965 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.8
Chris Lyttle 24 years ago
parent 72c4637f0d
commit 0e65cacf35

@ -1,3 +1,11 @@
2003-02-09 Chris Lyttle <chris@wilddev.net>
* 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 <derek@ihtfp.com>
* src/register/ledger-core/split-register-control.c

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

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

@ -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/*

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

Loading…
Cancel
Save