pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/gnucash



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 11:49:37 UTC 2017

Modified Files:
        pkgsrc/finance/gnucash: Makefile distinfo

Log Message:
Updated gnucash to 2.6.17.

2.6.17 - 2 July 2017

The following bugs are fixed:
      Bug 603379 - Prevent changing some Account Options if it has transactions
                   Followup: Relax the account type change restrictions again.
                   In the new implementation account types can'tz be changed
                   for an account with splits:
                   - if the change woud force a commodity change
                     (to/from normal accounts from/to stock related accounts)
                   - for immutable accounts
                   At the time of this commit the following account types are
                   considered immutable:
                   - Accounts Receivable
                   - Accounts Payable
                   - Trading accounts
      Bug 776396 - Foreign currency reports, amounts are not aligned correctly
                   Improve the styling of the table element used for foreign
                   currencies in the Balance sheet report so they end up
                   aligned with the other currencies.
      Bug 780845 - link in github repo README file needs correction/editing
      Bug 780889 - Split-register transactions result in invalid price:type
                   "transaction": Add 'transaction' to the schema and document
                   it in gnc-pricedb.h.
      Bug 781634 - Alert on missing account currency when opening account
                   Also separate translatable commodity namespace strings
                   from those used in storage:
                   There is now a separate GNC_COMMODITY_NS_ISO_GUI
                   label to be used everywhere the user needs to read
                   'Currency namespace'. It's currently set to
                   'Currencies' and can be translated.

      Bug 782274 - Transactions produced by Transfer Funds or Process Payment
                   dialogs sort to beginning of day and do not honor NUM field
                   for custom sorting.
      Bug 782897 - Stock Split Assistant crashes GnuCash if you enter a New
                   Price and that already exists in the Price DB
      Bug 783095 - gnucash-2.6.16 segfaults on startup
      Bug 784317 - typo in 'import customers or vendors from text file' dialog

Other repairs not marked as bugs in git:
      Properly define the template namespace rather than using a local string
         everywhere
      Correctly store time64 0 in the SQL backend: The SQL backend ignored
         time64 0 when saving dates. time64 is a perfectly valid timestamp
         (1970-01-01 00:00:00) and should be stored.
      Clamp time64 values passed to GDateTime functions to the valid range.
         Fixes a bug reported on the mailing list wherein a date of 0000-00-00
         in a MySql database would crash GnuCash. Such dates may come from a bad
         conversion of 1970-01-01 or from a crash.
      Add XSU to iso-4217-currencies
      Some banks include additional purpose information for a transaction in
         non-swift-section 17 (aka transaction text). If available, this
         transaction text is put in front of the other purpose texts to provide
         full transaction information. Adds a preference to control import
         behaivour of transaction text.

Updated Translations: Arabic, Turkish


To generate a diff of this commit:
cvs rdiff -u -r1.247 -r1.248 pkgsrc/finance/gnucash/Makefile
cvs rdiff -u -r1.81 -r1.82 pkgsrc/finance/gnucash/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/gnucash/Makefile
diff -u pkgsrc/finance/gnucash/Makefile:1.247 pkgsrc/finance/gnucash/Makefile:1.248
--- pkgsrc/finance/gnucash/Makefile:1.247       Sat Apr 22 21:03:35 2017
+++ pkgsrc/finance/gnucash/Makefile     Mon Jul  3 11:49:37 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.247 2017/04/22 21:03:35 adam Exp $
+# $NetBSD: Makefile,v 1.248 2017/07/03 11:49:37 wiz Exp $
 
-DISTNAME=              gnucash-2.6.16
-PKGREVISION=           1
+DISTNAME=              gnucash-2.6.17
 CATEGORIES=            finance
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=gnucash/}
 EXTRACT_SUFX=          .tar.bz2

Index: pkgsrc/finance/gnucash/distinfo
diff -u pkgsrc/finance/gnucash/distinfo:1.81 pkgsrc/finance/gnucash/distinfo:1.82
--- pkgsrc/finance/gnucash/distinfo:1.81        Wed Apr  5 16:45:47 2017
+++ pkgsrc/finance/gnucash/distinfo     Mon Jul  3 11:49:37 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.81 2017/04/05 16:45:47 wiz Exp $
+$NetBSD: distinfo,v 1.82 2017/07/03 11:49:37 wiz Exp $
 
-SHA1 (gnucash-2.6.16.tar.bz2) = 048fb703b0377f0d027391f4ec6840f8af96c098
-RMD160 (gnucash-2.6.16.tar.bz2) = d4d814061382c7f4961abfa3a83cf8df0972e361
-SHA512 (gnucash-2.6.16.tar.bz2) = ef390c6a3a92ad9b5b7a085806b68793edfe4056579bc777f15fe6875b6b8970d127ce8ed127aa5e3e9262ba459770d296e22dcece302ed03d384b2b1006b2de
-Size (gnucash-2.6.16.tar.bz2) = 13447266 bytes
+SHA1 (gnucash-2.6.17.tar.bz2) = 5e21d20ee96cc27a15c3213c623b2e6bb4b3a953
+RMD160 (gnucash-2.6.17.tar.bz2) = c847025dc7f99248e015ad633e2fdf6bf6e11b28
+SHA512 (gnucash-2.6.17.tar.bz2) = 086f31644e29eaf4360db48124e3760d28ea186ef638bcdb6091db1acecb9641932777ac2969331c93d9aec0cd428a04f555e96b1b4e643e07905b86cb6209ca
+Size (gnucash-2.6.17.tar.bz2) = 13508462 bytes
 SHA1 (patch-configure) = 9f11ae7a9d07f7fef3e05557a396ea8904be4854
 SHA1 (patch-src_bin_gnucash-bin.c) = 68edf468f278faf324bbf5c5725b4954d23d8c19



Home | Main Index | Thread Index | Old Index