diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-23 21:46:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-23 21:46:39 +0000 |
commit | 12d9ba2c32eb287bcad286bd924614cf232d5893 (patch) | |
tree | d27701ad2786e3a4effe31f12d4438ac18efcffe /finance/gnucash/PLIST | |
parent | 23ccef24d7b8f331ef13b2812d3c41882f26c87c (diff) | |
download | pkgsrc-12d9ba2c32eb287bcad286bd924614cf232d5893.tar.gz |
Update to 2.0.2:
2.0.2 - 08 October 2006
o Release of new stable version 2.0.2
o Configure changes;
- Find absolute path of gconftool-2 during configure. Make gconftool
rules to fail if gconftool-2 could not be found.
- Fix Makefiles for .schemas file installation.
o Core changes;
- various: String fixes that have been delayed due to the string
freeze.
- Update so that bug-buddy 2.16 will still allow you to file bugs
against gnucash.
- Add a tip for raising the accounts menu in a register page.
- Maintain the accounthierarchy when reparenting the descendants of a
deleted account.
- If the file type wasn't recognized, check whether this failed
because of no read permission and give appropriate user feedback.
- Avoid crash from opening transaction in more than one register.
- Add the ability to override the default sort.
o Import Changes;
- Improve wording for XML data file import druid.
- Replace exact comparison of doubles by checking for a small enough
difference.
- Double-check really every string from aqbanking for valid utf-8
characters.
o Translations;
- Updated Hungarian translation
- Updated complete Nepali translation
- Updated French translation
Diffstat (limited to 'finance/gnucash/PLIST')
-rw-r--r-- | finance/gnucash/PLIST | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/finance/gnucash/PLIST b/finance/gnucash/PLIST index e757ee7d963..bb61fdd99ea 100644 --- a/finance/gnucash/PLIST +++ b/finance/gnucash/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2006/07/31 19:48:41 wiz Exp $ +@comment $NetBSD: PLIST,v 1.24 2006/10/23 21:46:39 wiz Exp $ bin/gnc-fq-check bin/gnc-fq-dump bin/gnc-fq-helper @@ -144,9 +144,7 @@ include/gnucash/gnc-ui-common.h include/gnucash/gnc-ui-util.h include/gnucash/gnc-window.h include/gnucash/gncObject.h -include/gnucash/gnctreemodelsort.h include/gnucash/gtable.h -include/gnucash/gtktreedatalist.h include/gnucash/guid.h include/gnucash/guile-util.h include/gnucash/import-match-map.h @@ -622,7 +620,6 @@ share/gnucash/guile-modules/gnucash/report/stylesheet-plain.scm share/gnucash/guile-modules/gnucash/report/stylesheets.scm share/gnucash/guile-modules/gnucash/report/taxtxf-de_DE.scm share/gnucash/guile-modules/gnucash/report/taxtxf.scm -share/gnucash/guile-modules/gnucash/report/test-graphing.scm share/gnucash/guile-modules/gnucash/report/transaction.scm share/gnucash/guile-modules/gnucash/report/trial-balance.scm share/gnucash/guile-modules/gnucash/report/utility-reports.scm |