diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-31 19:48:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-31 19:48:41 +0000 |
commit | 3d11d014d5b379354933844a82e2ac49d45b6851 (patch) | |
tree | dad7c5450fe2ee74f518f82c415a15b301370a1f /finance/gnucash | |
parent | 01009d46c0654df06208b73a5400b5d7aba70b1d (diff) | |
download | pkgsrc-3d11d014d5b379354933844a82e2ac49d45b6851.tar.gz |
Update to 2.0.1:
2.0.1 - 30 July 2006
o Release of new stable version 2.0.1
o Configure changes;
- Check for (g-wrap) module, apparently some distributions ship
g-wrap-config separately from the g-wrap.scm guile module.
- Check for SLIB.
o Core changes;
- Correctly set column sort orders from gconf.
- Allow proper compile/install from tarball using separate builddir.
o Import Changes;
- Fixed bug where OFX/HBCI imports loose spaces in descriptions
- Ignore any unknown !Option in QIF files that are being imported.
- Allow comma-radix numbers without a radix. I.e., allow "17.500" to
be parsed either as "seventeen and a half" or as "seventeen thousand
five hundred". Note that numbers STILL default to decimal-radix
instead of asking the user to choose.
- Replace the hbox separating debits from credits in the
reconciliation window by a homogeneous table.
- Remove obsolete buttons for aqbanking/hbci setup that are unneeded.
o Business changes;
- Fixed problem when booking an invoice with account name using
account separator character.
- Set the summary bar values when the invoice window is first opened.
- Properly round invoice entries and totals.
o Scheduled Transactions changes;
- Changed Since-Last-Run default to automatically run at GnuCash
start.
o Reports changes;
- Change cmdline warning into an actual user's error dialog when user
attempts to save a report with the same name as an existing report.
Diffstat (limited to 'finance/gnucash')
-rw-r--r-- | finance/gnucash/Makefile | 4 | ||||
-rw-r--r-- | finance/gnucash/PLIST | 3 | ||||
-rw-r--r-- | finance/gnucash/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 660a9565523..81761f7d8c3 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.101 2006/07/11 12:58:07 wiz Exp $ +# $NetBSD: Makefile,v 1.102 2006/07/31 19:48:41 wiz Exp $ # -DISTNAME= gnucash-2.0.0 +DISTNAME= gnucash-2.0.1 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} diff --git a/finance/gnucash/PLIST b/finance/gnucash/PLIST index 87cb5f9e4fb..e757ee7d963 100644 --- a/finance/gnucash/PLIST +++ b/finance/gnucash/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2006/07/11 12:58:07 wiz Exp $ +@comment $NetBSD: PLIST,v 1.23 2006/07/31 19:48:41 wiz Exp $ bin/gnc-fq-check bin/gnc-fq-dump bin/gnc-fq-helper @@ -253,6 +253,7 @@ share/gconf/schemas/apps_gnucash_dialog_common.schemas share/gconf/schemas/apps_gnucash_dialog_prices.schemas share/gconf/schemas/apps_gnucash_dialog_print_checks.schemas share/gconf/schemas/apps_gnucash_dialog_reconcile.schemas +share/gconf/schemas/apps_gnucash_dialog_scheduled_transctions.schemas share/gconf/schemas/apps_gnucash_dialog_totd.schemas share/gconf/schemas/apps_gnucash_general.schemas share/gconf/schemas/apps_gnucash_history.schemas diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo index 8cda6ef1651..fcbe0f4f0b8 100644 --- a/finance/gnucash/distinfo +++ b/finance/gnucash/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2006/07/11 12:58:08 wiz Exp $ +$NetBSD: distinfo,v 1.30 2006/07/31 19:48:41 wiz Exp $ -SHA1 (gnucash-2.0.0.tar.gz) = a069a30b81d2b3bfce0e8e86a36c034ac2f9d43b -RMD160 (gnucash-2.0.0.tar.gz) = db908189fd82a853d5782ba4df66616874a609dd -Size (gnucash-2.0.0.tar.gz) = 10244964 bytes +SHA1 (gnucash-2.0.1.tar.gz) = 7834c5e6a887e62f58ad5a6ff6142916f5a13b68 +RMD160 (gnucash-2.0.1.tar.gz) = 580482709ef338c84f6d7b47f919c5b63ef61440 +Size (gnucash-2.0.1.tar.gz) = 10157876 bytes SHA1 (patch-aa) = db08a08fe8181822c1038d0adb3174dc2ebbcc12 SHA1 (patch-ab) = 01547c8c1a41ee39773a4ba960ec27be5ab2e0a2 SHA1 (patch-ac) = b832801e5980f7ad4aeb9eb82c422c6b658d660e |