diff options
author | wiz <wiz> | 2007-05-21 22:33:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-05-21 22:33:36 +0000 |
commit | 921bcea7021b15ffdbe20d56214755d6d146122b (patch) | |
tree | 39ee160037de5b3a56292e1c02e735912161e01d /finance | |
parent | 61ae4323cb21fd139eacae455ab2ac19b5b3a88a (diff) | |
download | pkgsrc-921bcea7021b15ffdbe20d56214755d6d146122b.tar.gz |
Update to 2.1.2:
Attention: if you're using Scheduled Transactions, this version is not
compatible with 2.0.x, so you won't be able to open them with 2.0.x
after using them with 2.1.x.
2.1.2 - 19 May 2007
o Welcome to GnuCash 2.1.2 aka "Financially secure yet?"the third of
several unstable releases of the GnuCash Open Source Accounting
Software which will eventually lead to the stable version 2.2.0.
With this new release series, GnuCash is available on Microsoft
Windows for the first time, and it also runs on GNU/Linux, *BSD,
Solaris and Mac OSX.
This release is intended for developers and testers who want to help
tracking down bugs.
o WARNING: Make sure you make backups of any files used in testing
versions of GnuCash in the 2.1.x series. Although the developers go
to great lengths to ensure that no data will be lost we cannot
guarantee that your data will not be affected if for some reason
GnuCash crashes in testing these releases.
o Please test any and all features important to you. Then post any
bugs you find to bugzilla
http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
o Compared to the 2.0.x series, there are only very few user-visible
new features, except for the completed port to the Microsoft Windows
operating system. Minor new features compared to the 2.0.x series
are;
o The Scheduled Transaction Editor and Management dialogs have been
integrated into the overall GnuCash User Interface to give the user a
more consistent experience in creating scheduled transactions.
o Internally, the programming language wrappers are no longer being
generated by the not-so-well-maintained package "g-wrap" but instead
by the well-established wrapper generator "SWIG". In effect, gnucash
does no longer depend on g-wrap anymore but uses SWIG now.
o New printing formats for check printing
o Bugfixes and improvements since the last version 2.1.0 include:
o Internal GObject integration is much more advanced by now
o Crash on OFX import crashing has been fixed
o Windows timezone problems fixed
o Some memory leaks have been fixed
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash-current/Makefile | 4 | ||||
-rw-r--r-- | finance/gnucash-current/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/finance/gnucash-current/Makefile b/finance/gnucash-current/Makefile index 1b822c904a3..dc61ab192bc 100644 --- a/finance/gnucash-current/Makefile +++ b/finance/gnucash-current/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/13 22:43:35 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2007/05/21 22:33:36 wiz Exp $ # -DISTNAME= gnucash-2.1.1 +DISTNAME= gnucash-2.1.2 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} diff --git a/finance/gnucash-current/distinfo b/finance/gnucash-current/distinfo index 019715e9c93..d16678f47fc 100644 --- a/finance/gnucash-current/distinfo +++ b/finance/gnucash-current/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/05/13 22:43:34 wiz Exp $ +$NetBSD: distinfo,v 1.2 2007/05/21 22:33:36 wiz Exp $ -SHA1 (gnucash-2.1.1.tar.gz) = c124ddc75891e1072d3d03ad21466685e959d09b -RMD160 (gnucash-2.1.1.tar.gz) = b68003ce4af29993ff7d41b87723eb375459053c -Size (gnucash-2.1.1.tar.gz) = 9772027 bytes +SHA1 (gnucash-2.1.2.tar.gz) = 96bb5765171dd7c0ab61a5ed5d6167f65b551de6 +RMD160 (gnucash-2.1.2.tar.gz) = 4149c678704ef3924fee5c9771e01ac4ea75fabf +Size (gnucash-2.1.2.tar.gz) = 9786230 bytes SHA1 (patch-aa) = 239371b133b7a585e4a18bbe1efa7e6656d63c9c SHA1 (patch-ab) = 5d72643eba85691defa373b471b11cc31cc8b27c SHA1 (patch-ac) = ea892a086f86b2f9f2b48ec5d02e1c2c1b8db336 |