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/PLIST | |
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/PLIST')
-rw-r--r-- | finance/gnucash/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
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 |