diff options
author | wiz <wiz> | 2006-10-23 21:46:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-10-23 21:46:39 +0000 |
commit | 50cacd9ec489ef9cf360c01e6b52a7b93725ce84 (patch) | |
tree | d27701ad2786e3a4effe31f12d4438ac18efcffe /finance/gnucash/Makefile | |
parent | 796f7b0dec75bae173298867ccdfa4b280a4b6b4 (diff) | |
download | pkgsrc-50cacd9ec489ef9cf360c01e6b52a7b93725ce84.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/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 e2bc994891e..e94f51e8395 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.103 2006/09/16 12:20:37 jmmv Exp $ +# $NetBSD: Makefile,v 1.104 2006/10/23 21:46:39 wiz Exp $ # -DISTNAME= gnucash-2.0.1 -PKGREVISION= 1 +DISTNAME= gnucash-2.0.2 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} |