pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/gnucash Update to 2.2.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/423b00abafcd
branches:  trunk
changeset: 537687:423b00abafcd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 14 00:37:39 2008 +0000

description:
Update to 2.2.3:

 2.2.3 - 06 January 2008
         Welcome to the GnuCash 2.2.3 Release.
         Fixed Bugs:
         o #114724: QIF importer drops split details for transfers with
                    identical amount
         o #463678: xfer dialog from CC auto-payment from reconcile doesn't
                    display accounts
         o #495219: QIF-Importer handles memo from transactions wrong
         o #497517: Transactions set to 'c' in the R(econciled) field of the
                    register are incorrectly set to 'n' when postponing a
                    reconciliation
         o #503889: Should install icons into expected locations
         o #504007: QIF Import Druid does not allow selecting currency
         o #504257: Need to replace old Afghanistan Afghani (AFA) with new
                    Afghanistan Afghani (AFN)
         o #504261: Start on W2K fails with Entry Point Not Found (KERNEL32.dll)
         o #505386: Gnucash looses transactions if the file contains special
                    characters
         o #505972: SX-related segfaults in 2.2.2
         o #506074: Fractional timezone offsets not always handled correctly
         o #506429: "Last Day of Month" SXes saved on wrong day of week
         o #506671: Add cyprus, maltese and slovenian currencies to EURO support
         o #506714: progress bar during launching
         Other Changes:
         o New Vietnamese translation
         o Improve several minor strings
         o Update translations: Dutch, German
         o Some business report improvements regarding date parameters
         o Fix gcc 4.2.x compiler warnings
         o Use aqbanking pkg-config file and require < v2.9, allow goffice v0.6

 2.2.2 - 16 December 2007
         Welcome to the GnuCash 2.2.2 Release.
         Fixed Bugs:
         o #336240: advanced portfolio - the basis calculation is not
                    working properly in funds
         o #343245: Advanced Portfolio gets basis wrong with stock split
         o #343448: Hide unused horizontal scrollbar
         o #344566: Advance Portfolio has wrong Realized Gain
         o #347739: Advanced Portfolio calculates values incorrectly
                    when it involves a capital loss
         o #438360: Case-insensitive search for non-ascii characters broken
         o #460232: advanced portfolio report fails
         o #467521: Persistent splash screen blocks "could not obtain
                    lock" warning
         o #467532: Clipping check fields in gtkprint is not consistent
                    with clipping in gnomeprint
         o #468681: RFE: Customizable summary bar position
         o #470750: src/design/*.texinfo refers to non-existent GncBooks API
         o #470801: Tip Of The Day says 2.2.1 is development version
         o #473827: chinese translate for gnucash account
         o #475666: Missing national currency CUC
         o #476189: Configure script should fail when gettext is not installed
         o #481110: Win32: Crash when opening SX Editor
         o #482177: Customer report shows no invoices or detail with 2nd
                    A/Receivable
         o #483796: Fancy Invoice - Report Error
         o #484576: Configuration error with goffice 0.5
         o #487317: QIF import druid crash when stepping back and forth
                    from the "loaded files page" without selection
         o #487326: Preferences dialog does not remove all its gconf callbacks
         o #487572: advanced portfolio breaks on "Most Recent to Report"
         o #488001: speed up several reports that rely on html-acct-table.scm
         o #488004: provide a two-column income-statement
         o #490679: GnuCash doesn't honor the GNOME toolbar settings
         o #491581: Import 'Cash' Action (in Investment Accounts)
         o #492137: Lot scrubber doesn't add splits to existing lots correctly
         o #496023: Pressing ESC Cancels modifications whether you
                    choose yes or no.
         o #496178: gnucash segfaults with troublesome automatic transactions
         o #499360: Crash when editing a commodity whose quote source
                    timezone is set to local time
         o #499788: gnucash-make-guids does not work, fails with
                    "Unbound variable: gnc:guid-new"
         o #500026: [PATCH] Report correct package for qt3-wizard
         o #500427: SX creation doesn't include template transaction "Notes"
         o #501059: GnuCash leaks since last run dialogs
         o #502755: GnuCash hangs after modifying SX
         o #503579: win32 packaging fails installing mingw
         Other Changes:
         o Many changes to the german SKR03 and SKR04 account templates
         o Include updated GNOME libraries and a patched ORBit2 in Win32 build
         o Improve resizing of search and invoice posting dialogs
         o Add MimeType directive for GnuCash data files
         o Fix some new compiler warnings
         o Add AZN [Azerbaijani Manat]
         o Add COU [Colombian Unidad de Valor Real]
         o Add MZN [Mozambique Metical]
         o Some occurrences of "Open Source" were changed to "Free"
         o Update translations: Brazilian Portugese, Czech, German,
                                Japanese, Traditional Chinese

diffstat:

 finance/gnucash/Makefile |   6 +++---
 finance/gnucash/PLIST    |  45 +++++++++++++++++++++++++++++++++++++++++----
 finance/gnucash/distinfo |   8 ++++----
 3 files changed, 48 insertions(+), 11 deletions(-)

diffs (139 lines):

diff -r a0df5b3512bc -r 423b00abafcd finance/gnucash/Makefile
--- a/finance/gnucash/Makefile  Mon Jan 14 00:16:33 2008 +0000
+++ b/finance/gnucash/Makefile  Mon Jan 14 00:37:39 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.121 2008/01/06 19:37:52 heinz Exp $
+# $NetBSD: Makefile,v 1.122 2008/01/14 00:37:39 wiz Exp $
 #
 
-DISTNAME=              gnucash-2.2.1
-PKGREVISION=           3
+DISTNAME=              gnucash-2.2.3
 CATEGORIES=            finance
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=gnucash/}
 
@@ -57,6 +56,7 @@
 .include "../../devel/popt/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../finance/libofx/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../lang/guile/buildlink3.mk"
 .include "../../lang/perl5/buildlink3.mk"
 .include "../../misc/goffice/buildlink3.mk"
diff -r a0df5b3512bc -r 423b00abafcd finance/gnucash/PLIST
--- a/finance/gnucash/PLIST     Mon Jan 14 00:16:33 2008 +0000
+++ b/finance/gnucash/PLIST     Mon Jan 14 00:37:39 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2007/09/25 10:54:12 hira Exp $
+@comment $NetBSD: PLIST,v 1.28 2008/01/14 00:37:39 wiz Exp $
 bin/gnc-fq-check
 bin/gnc-fq-dump
 bin/gnc-fq-helper
@@ -408,6 +408,22 @@
 share/gnucash/accounts/it/acctchrt_retiremt.gnucash-xea
 share/gnucash/accounts/it/acctchrt_spouseinc.gnucash-xea
 share/gnucash/accounts/it/acctchrt_spouseretire.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_business.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_carloan.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_cdmoneymkt.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_checkbook.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_childcare.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_common.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_eduloan.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_fixedassets.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_homeloan.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_homeown.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_otherloan.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_renter.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_retiremt.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_spouseinc.gnucash-xea
+share/gnucash/accounts/ja/acctchrt_spouseretire.gnucash-xea
 share/gnucash/accounts/nb/acctchrt_brokerage.gnucash-xea
 share/gnucash/accounts/nb/acctchrt_business.gnucash-xea
 share/gnucash/accounts/nb/acctchrt_carloan.gnucash-xea
@@ -477,6 +493,22 @@
 share/gnucash/accounts/tr_TR/acctchrt_common.gnucash-xea
 share/gnucash/accounts/tr_TR/acctchrt_fixedassets.gnucash-xea
 share/gnucash/accounts/tr_TR/acctchrt_homeloan.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_business.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_carloan.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_cdmoneymkt.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_checkbook.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_childcare.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_common.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_eduloan.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_fixedassets.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_homeloan.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_homeown.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_otherloan.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_renter.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_retiremt.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_spouseinc.gnucash-xea
+share/gnucash/accounts/zh_CN/acctchrt_spouseretire.gnucash-xea
 share/gnucash/checks/deluxe.chk
 share/gnucash/checks/quicken.chk
 share/gnucash/checks/quicken_wallet.chk
@@ -487,6 +519,7 @@
 share/gnucash/doc/ChangeLog.2004
 share/gnucash/doc/ChangeLog.2005
 share/gnucash/doc/ChangeLog.2006
+share/gnucash/doc/ChangeLog.2007
 share/gnucash/doc/DOCUMENTERS
 share/gnucash/doc/HACKING
 share/gnucash/doc/INSTALL
@@ -746,6 +779,10 @@
 share/gnucash/xml/qsf/pilot-qsf-gncCustomer.xml
 share/gnucash/xml/qsf/qsf-map.xsd.xml
 share/gnucash/xml/qsf/qsf-object.xsd.xml
+share/icons/hicolor/16x16/apps/gnucash-icon.png
+share/icons/hicolor/32x32/apps/gnucash-icon.png
+share/icons/hicolor/48x48/apps/gnucash-icon.png
+share/icons/hicolor/scalable/apps/gnucash-icon.svg
 share/locale/ca/LC_MESSAGES/gnucash.mo
 share/locale/cs/LC_MESSAGES/gnucash.mo
 share/locale/da/LC_MESSAGES/gnucash.mo
@@ -773,11 +810,9 @@
 share/locale/ta/LC_MESSAGES/gnucash.mo
 share/locale/tr/LC_MESSAGES/gnucash.mo
 share/locale/uk/LC_MESSAGES/gnucash.mo
+share/locale/vi/LC_MESSAGES/gnucash.mo
 share/locale/zh_CN/LC_MESSAGES/gnucash.mo
 share/locale/zh_TW/LC_MESSAGES/gnucash.mo
-share/pixmaps/gnucash-icon-16x16.png
-share/pixmaps/gnucash-icon-32x32.png
-share/pixmaps/gnucash-icon-48x48.png
 share/xml/gnucash/xsl/README
 share/xml/gnucash/xsl/date-time.xsl
 share/xml/gnucash/xsl/gnucash-gnccustomer-vcard2.xsl
@@ -808,11 +843,13 @@
 @dirrm share/gnucash/doc/examples
 @dirrm share/gnucash/doc
 @dirrm share/gnucash/checks
+@dirrm share/gnucash/accounts/zh_CN
 @dirrm share/gnucash/accounts/tr_TR
 @dirrm share/gnucash/accounts/sk
 @dirrm share/gnucash/accounts/pt_PT
 @dirrm share/gnucash/accounts/pt_BR
 @dirrm share/gnucash/accounts/nb
+@dirrm share/gnucash/accounts/ja
 @dirrm share/gnucash/accounts/it
 @dirrm share/gnucash/accounts/hu_HU
 @dirrm share/gnucash/accounts/fr_FR
diff -r a0df5b3512bc -r 423b00abafcd finance/gnucash/distinfo
--- a/finance/gnucash/distinfo  Mon Jan 14 00:16:33 2008 +0000
+++ b/finance/gnucash/distinfo  Mon Jan 14 00:37:39 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2007/08/29 23:01:41 wiz Exp $
+$NetBSD: distinfo,v 1.38 2008/01/14 00:37:39 wiz Exp $
 
-SHA1 (gnucash-2.2.1.tar.gz) = 72a48c34aa43b96587c332a8f385a45ac8181950
-RMD160 (gnucash-2.2.1.tar.gz) = d9ac2e087c4a430482a95bd5223424bb3eac538a
-Size (gnucash-2.2.1.tar.gz) = 9667086 bytes
+SHA1 (gnucash-2.2.3.tar.gz) = 7727ce25dab1518949c386c0bae7cdb058477df4
+RMD160 (gnucash-2.2.3.tar.gz) = 0ec6a05a0af96530c928aa4960eacce1d69a9ab5
+Size (gnucash-2.2.3.tar.gz) = 9706360 bytes
 SHA1 (patch-aa) = 239371b133b7a585e4a18bbe1efa7e6656d63c9c
 SHA1 (patch-ab) = c9ea305299bf84c61898a57677e1e43d6c31be27
 SHA1 (patch-ac) = ea892a086f86b2f9f2b48ec5d02e1c2c1b8db336



Home | Main Index | Thread Index | Old Index