diff options
author | wiz <wiz> | 2005-02-09 20:20:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-02-09 20:20:50 +0000 |
commit | b2f4f0289a4f3d44dcf3e65eb764318259c1d285 (patch) | |
tree | 548e6e44141299c5358896348fdbfd3c0798de1e /finance/gnucash/Makefile | |
parent | 4a8f0a354cd00ebe63c8a5e4c25e4185cbaa6e38 (diff) | |
download | pkgsrc-b2f4f0289a4f3d44dcf3e65eb764318259c1d285.tar.gz |
Update to 1.8.11:
1.8.11 - 06 Feb 2005
o Add extra sanity checks and verbose error message if the setup
wizard of aqhbci cannot be found.
o Fix potentially missing initialization of gwenhywfar library, as
reported by Peter O'Gorman on Max OS X.
o Properly accumulate splits (bug #165053). Also fixes a (related)
memory leak
o Add explicit dependency on business-utils.
o Adapt to latest changes in aqbanking; external wizard name is no
longer hard-coded here but is asked from aqbanking.
o Enable debit notes again in HBCI.
o Update German translation.
o Thomas Bushnell's patch to protect non-backup pruning (#164875)
o Add the transaction guid to some error warning messages.
o Fix HBCI date range for statement download.
o Fix the last-day-of-month computation for leap years.
Diffstat (limited to 'finance/gnucash/Makefile')
-rw-r--r-- | finance/gnucash/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 0fabce2f134..ab6c0d12caa 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.79 2005/01/02 22:28:48 wiz Exp $ +# $NetBSD: Makefile,v 1.80 2005/02/09 20:20:50 wiz Exp $ -DISTNAME= gnucash-1.8.10 -PKGREVISION= 2 +DISTNAME= gnucash-1.8.11 CATEGORIES= finance MASTER_SITES= ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ ${MASTER_SITE_SOURCEFORGE:=gnucash/} |