diff options
author | wiz <wiz@pkgsrc.org> | 2006-12-12 19:27:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-12-12 19:27:35 +0000 |
commit | 6859f59c22147f6abb1d1fddd12124366fcee79b (patch) | |
tree | 6b9d77ff235f1db2057bd15040ae4de1bb4c55ba /finance | |
parent | f4cc43c1b3202ec9780697dad53b8113c93f298c (diff) | |
download | pkgsrc-6859f59c22147f6abb1d1fddd12124366fcee79b.tar.gz |
Update to 2.0.3:
2.0.3 - 10 December 2006
o Release of new stable version 2.0.3.
o Core changes;
- Fix for crashes on Solaris and Windows.
- Fix for crash on quit during save.
- Fix a bug so that blank transactions are marked as pending.
- When progress bar is showing, do not make menus and toolbars
insensitive, but rather the underlying action groups.
- Save window size and position of the transfer dialog.
o Scheduled Transactions changes;
- Fix for UTF-8 bug in month name.
o Import changes;
- Fix missing date when reconciling from HBCI.
o Reports changes;
- Fix some scheme inexact errors.
o Help changes;
- Inform the user about 'gnucash-docs' package when Help is selected
with no content.
o Translations;
- Updated British English, French, German translation.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 4 | ||||
-rw-r--r-- | finance/gnucash/distinfo | 9 | ||||
-rw-r--r-- | finance/gnucash/patches/patch-ae | 13 |
3 files changed, 6 insertions, 20 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index e94f51e8395..3554b117051 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.104 2006/10/23 21:46:39 wiz Exp $ +# $NetBSD: Makefile,v 1.105 2006/12/12 19:27:35 wiz Exp $ # -DISTNAME= gnucash-2.0.2 +DISTNAME= gnucash-2.0.3 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo index 99a26ec95e6..05d8947879e 100644 --- a/finance/gnucash/distinfo +++ b/finance/gnucash/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.32 2006/10/23 21:46:39 wiz Exp $ +$NetBSD: distinfo,v 1.33 2006/12/12 19:27:35 wiz Exp $ -SHA1 (gnucash-2.0.2.tar.gz) = e6815eca701d07b7e0983989a009652b3c246a8a -RMD160 (gnucash-2.0.2.tar.gz) = afed023e40dfe0ece1fac03645bfcc1a609c5c65 -Size (gnucash-2.0.2.tar.gz) = 10215690 bytes +SHA1 (gnucash-2.0.3.tar.gz) = 1727a229be546fc8844013adb21f19e9c2df3f72 +RMD160 (gnucash-2.0.3.tar.gz) = 359210aeedb616fba187f5d5d2ea9a49b9c7d284 +Size (gnucash-2.0.3.tar.gz) = 10422763 bytes SHA1 (patch-aa) = db08a08fe8181822c1038d0adb3174dc2ebbcc12 SHA1 (patch-ab) = 01547c8c1a41ee39773a4ba960ec27be5ab2e0a2 SHA1 (patch-ac) = b832801e5980f7ad4aeb9eb82c422c6b658d660e SHA1 (patch-ad) = 0d9894d7652abbdb177f3e2f71f604a5fed0ebeb -SHA1 (patch-ae) = b4be699625a8ae6e363cda89aaa3f2a69dd960d2 diff --git a/finance/gnucash/patches/patch-ae b/finance/gnucash/patches/patch-ae deleted file mode 100644 index ef71fafcb7e..00000000000 --- a/finance/gnucash/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2006/10/16 22:47:53 wiz Exp $ - ---- src/backend/postgres/test/run-tests.sh.orig 2006-07-30 23:41:33.000000000 +0000 -+++ src/backend/postgres/test/run-tests.sh -@@ -14,7 +14,7 @@ if ${srcdir}/db-control.sh create; then - elif [ "${PGHOST}X" != "X" ]; then - # This expects the logged in user to have authority - # to create databases. -- if [ "${PGPORT}X" == "X" ]; then -+ if [ "${PGPORT}X" = "X" ]; then - export PGPORT=5432 - fi - ./test-db $PGHOST $PGPORT || EXIT_VALUE=1 |