diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-12 10:33:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-12 10:33:45 +0000 |
commit | 8cf574022bc0c1e741243211fa470d7ce87059e9 (patch) | |
tree | e03982efffeb9c4cbdb7ffac9ea65d98302ca242 /finance/gnucash/Makefile | |
parent | 462bec2e29fffeadefd0e2d440584f5cbcf62b7c (diff) | |
download | pkgsrc-8cf574022bc0c1e741243211fa470d7ce87059e9.tar.gz |
Update gnucash to 2.6.11:
Between 2.6.10 and 2.6.11, the following bugfixes were accomplished:
Bug 680104 - Scheduled Tranaction formula not calculated when variables are mixed with constants.
Bug 756335 - When importing, date selection causes exit crash.
Bug 759570 - Postponing a repeating SX skips over the instance.
Bug 759674 - GNUCash crashes when importing invoices or bills with delimited import.
Bug 759859 - Reconcilation does not convert transactions' currency to the main one making reconcilation impossible.
Bug 760052 - missing flag translatable in Custom Report.
Bug 760079 - Translations comments: Remove translatable flag from placeholder labels in dialog date-close.
Bug 760398 - Cancelling the creation of a duplicate bill or invoice doesn't reset the invoice number counter
Some other fixes not associated with reported bugs:
Add Account.AssignLots to python bindings.
Allow panel that provides information about TXF categories to be adjusted by the user in the Income Tax Information dialog under Edit->Tax Report Options.
Minor improvement to information provided about TXF categories in the Income Tax Information dialog under Edit->Tax Report Options.
Translations Updated: German.
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 7631d68dbaa..4bd1c5550db 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.225 2016/01/06 10:46:51 adam Exp $ +# $NetBSD: Makefile,v 1.226 2016/01/12 10:33:45 wiz Exp $ -DISTNAME= gnucash-2.6.10 -PKGREVISION= 1 +DISTNAME= gnucash-2.6.11 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} EXTRACT_SUFX= .tar.bz2 |