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:           Wed Jun 28 10:00:40 UTC 2023

Modified Files:
        pkgsrc/finance/gnucash: Makefile PLIST distinfo

Log Message:
gnucash: update to 5.3.

5.3  - 26 June 2023

The following bugs have been fixed:
    Bug 798967 - Cannot Save to Any Path After Upgrading to 5.2 Fix
                 inverted if statement condition for save success flag

Other repairs or enhancements not marked as bugs:

      Some memory cleanup by Chris Lam.

      Missing from the 5.2 release notes is that Chris streamlined the
      transaction scrubbing so that each transaction gets scrubbed
      only once. This improves--in some cases substantially--the time
      to load and to run Check and Repair.

New and Updated Translations: Hungarian, Dutch, Portuguese, French, Italian

5.2  - 25 June 2023

Between 5.1 and 5.2, the following bugfixes were accomplished:

    Bug 777472 - reconcile does not work if transaction selected
        Check that there's no outstanding activity in the current register page
        before starting a reconciliation. It is still possible to start
        modifying a transaction after the reconciliation window is open but
        this will stop the most common issue with the process. Starting a
        reconciliation from the account tree is left unprotected.
    Bug 798564 - GnuCash is slow when there are a lot of open tabs/registers
        Lazily load registers as is already done with reports.
    Bug 798597 - The word "Separators" needs two separate versions
        Use "Character-separated" when it's a choice between that and fixed
        field width and "Select Separator Character" when it's a heading.
    Bug 798695 - Deleting everything from the "Transfer" cell after suggestions
                 pop-up restricts search to the first 30 accounts
        Skip the search on an empty value and return all accounts in the combo
        box as it normally does if the account list is opened without searching
        for something.
    Bug 798796 - Account list incomplete in report options
        Allow stock/fund accounts that are descendants of Bank accounts to be
        selected for the Advanced Portfolio, Investment Lots and Investment
        Portfolio reports.
    Bug 798809 - Multicolumn report error when reopened after saving.
    Bug 798839 - Edit -> Preferences string not translatable (reopened)
    Bug 798862 - Merge identical strings (reopened)
        Ensure similar strings are identical and use double line view instead
        of double line mode.
    Bug 798879 - RFE: [Transaction Report] add Running Total option
    Bug 798885 - Accented character in folder name on Account Export (reopened)
    Bug 798899 - Gnucash crashes during CSV import when using a template if the
                 destination account is changed from one used in the template
    Bug 798901 - Wrong value for very small prices from Finance::Quote.
    Bug 798916 - Exchange rates fetched from openexchange off by factor of 10
    Bug 798919 - Inconsistent signs in creating budget
    Bug 798923 - OFX import is no longer matching security nor asking for
                 stock account.
    Bug 798930 - invoices won't sequence to the next number
    Bug 798948 - XML file corrupted by saving twice in extremely short period
    Bug 798952 - Unable to set day threshold or counters in properties.
    Bug 798960 - Transaction completion horizontal scrolling opens without the
                 new text being visible and remembers previous position/width
    Bug 798966 - Uninitialised variable used in
                 dialog-account-picker.c:dialog_response_cb()

The following fixes and improvements were not associated with bug reports:

    The type-ahead selection of transaction descriptions has been substantially
        overhauled based on extensive user feedback. Matches are now only on
        the beginning of words and are now sorted by age since last use. This
        both substantially reduces the number of matches and prioritizes the
        most recently used as being the most likely candidates for re-use. To
        help distinguish cases of long descriptions where the match would be
        outside the popup's viewport the viewport is automatically scrolled
        horizontally so that the end of the left-most (right-most in rtl
        languages) matches is centered in the view. Completion can be aborted
        with the <escape> key or a new Don't autocomplete selection that's the
        first entry in the popup.
    Fix lockup on Windows in type-ahead selection of transaction descriptions.
    More budget-module sign fixes and improvements.
    Lots of memory-leak fixes, GLib modernization, and code cleanup by
        Richard Cohen, Simon Arlott, & Chris Lam.
    Bugfix xaccTransGetTxnType: avoid returning TXN_TYPE_LINK incorrectly:
        A TXN_TYPE_PAYMENT will have non-APAR splits; a TXN_TYPE_LINK will not
        have non-APAR splits. This bug manifests as a regular TXN_TYPE_PAYMENT
        transaction being later voided being incorrectly changed to
        TXN_TYPE_LINK.
    Including brokerage fees in Money Out calculation (if not ignoring them)
        in advanced-portfolio.scm report and updating the "advanced" tests to
        reflect selling fees being included into the money out value.
    [stock-txn-asst] Don't use the initial value in amount edit widgets unless
        they're valid. Otherwise the invalid value will log an error that will
        prevent later valid input from working.
    Bugfix: Actions > Online Actions > Show log Window does not open when it
        is first clicked.
    cmake: check gdk only when building GUI
    Get the tooltip working on "Online Banking Setup"

New and Updated Translations: Chinese (Simplified), Chinese (Traditional),
    Croatian, English (Australia), English (New Zealand),
    English (United Kingdom), Estonian, French, German, Hungarian, Lithuanian,
    Marathi, Norwegian Bokmål, Polish, Portuguese, Romanian, Spanish, Swedish,
    Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.337 -r1.338 pkgsrc/finance/gnucash/Makefile
cvs rdiff -u -r1.88 -r1.89 pkgsrc/finance/gnucash/PLIST
cvs rdiff -u -r1.118 -r1.119 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.337 pkgsrc/finance/gnucash/Makefile:1.338
--- pkgsrc/finance/gnucash/Makefile:1.337       Tue May  2 10:16:56 2023
+++ pkgsrc/finance/gnucash/Makefile     Wed Jun 28 10:00:40 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.337 2023/05/02 10:16:56 wiz Exp $
+# $NetBSD: Makefile,v 1.338 2023/06/28 10:00:40 wiz Exp $
 
-DISTNAME=              gnucash-5.1
+DISTNAME=              gnucash-5.3
 CATEGORIES=            finance
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=gnucash/}
 EXTRACT_SUFX=          .tar.bz2

Index: pkgsrc/finance/gnucash/PLIST
diff -u pkgsrc/finance/gnucash/PLIST:1.88 pkgsrc/finance/gnucash/PLIST:1.89
--- pkgsrc/finance/gnucash/PLIST:1.88   Wed Mar 29 12:03:28 2023
+++ pkgsrc/finance/gnucash/PLIST        Wed Jun 28 10:00:40 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.88 2023/03/29 12:03:28 wiz Exp $
+@comment $NetBSD: PLIST,v 1.89 2023/06/28 10:00:40 wiz Exp $
 bin/finance-quote-wrapper
 bin/gnc-fq-update
 bin/gnucash
@@ -29,6 +29,7 @@ include/gnucash/cell-factory.h
 include/gnucash/cellblock.h
 include/gnucash/checkboxcell.h
 include/gnucash/combocell.h
+include/gnucash/completioncell.h
 include/gnucash/datecell.h
 include/gnucash/dialog-account.h
 include/gnucash/dialog-book-close.h
@@ -56,11 +57,7 @@ include/gnucash/gnc-addr-quickfill.h
 include/gnucash/gnc-amount-edit.h
 include/gnucash/gnc-aqbanking-templates.h
 include/gnucash/gnc-autoclear.h
-include/gnucash/gnc-basic-gobject.h
 include/gnucash/gnc-budget.h
-include/gnucash/gnc-cell-renderer-date.h
-include/gnucash/gnc-cell-renderer-popup-entry.h
-include/gnucash/gnc-cell-renderer-popup.h
 include/gnucash/gnc-cell-renderer-text-flag.h
 include/gnucash/gnc-cell-renderer-text-view.h
 include/gnucash/gnc-cell-view.h
@@ -69,7 +66,6 @@ include/gnucash/gnc-commodity.h
 include/gnucash/gnc-commodity.hpp
 include/gnucash/gnc-component-manager.h
 include/gnucash/gnc-currency-edit.h
-include/gnucash/gnc-date-delta.h
 include/gnucash/gnc-date-edit.h
 include/gnucash/gnc-date-format.h
 include/gnucash/gnc-date.h
@@ -992,7 +988,6 @@ share/gnucash/pref_transformations.xml
 share/gnucash/tip_of_the_day.list
 share/gnucash/ui/accelerator-map
 share/gnucash/ui/accelerator-map-osx
-share/gnucash/ui/osx_accel_map
 share/guile/site/3.0/gnucash/app-utils.scm
 share/guile/site/3.0/gnucash/app-utils/c-interface.scm
 share/guile/site/3.0/gnucash/app-utils/date-utilities.scm

Index: pkgsrc/finance/gnucash/distinfo
diff -u pkgsrc/finance/gnucash/distinfo:1.118 pkgsrc/finance/gnucash/distinfo:1.119
--- pkgsrc/finance/gnucash/distinfo:1.118       Tue May  2 10:16:56 2023
+++ pkgsrc/finance/gnucash/distinfo     Wed Jun 28 10:00:40 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.118 2023/05/02 10:16:56 wiz Exp $
+$NetBSD: distinfo,v 1.119 2023/06/28 10:00:40 wiz Exp $
 
-BLAKE2s (gnucash-5.1.tar.bz2) = 6ba9d4e2c1ed8e5a02b0fd237c280553adfa8dbdd8f0ebaf767897a2ad52c2be
-SHA512 (gnucash-5.1.tar.bz2) = c7e336d4d54407ea14bd8c10bbb7cedf9d1fdb13e2bda214169d1755b8103e4c37550b9c75244b91cf151ee30299664e8655d3c6fc4119241b7a97abcfd2e8e6
-Size (gnucash-5.1.tar.bz2) = 14794000 bytes
+BLAKE2s (gnucash-5.3.tar.bz2) = 6ac5d8bd6212bb58f996e3233d0c6e5646da7933dc7213435716f9dc3b3faf00
+SHA512 (gnucash-5.3.tar.bz2) = f811ed66144f8689255970c6d925047eeb8d47dbefc862f42ab54ff3342e4710d822288a2d34ed1e7e873c7a7c5db0f95bdaa233787cd6828ff448af0eea325e
+Size (gnucash-5.3.tar.bz2) = 14928584 bytes



Home | Main Index | Thread Index | Old Index