pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/gnucash gnucash: update to 4.11.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0351dd0fb492
branches: trunk
changeset: 381077:0351dd0fb492
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jun 28 09:27:42 2022 +0000
description:
gnucash: update to 4.11.
4.11 - 26 June 2022
Between 4.10 and 4.11, the following bugfixes were accomplished:
Bug 797163 - qof_book_get_option segfaults when retrieving a non-leaf frame
Bug 798053 - Accounts renumeration (renumbering)
Bug 798471 - Can't see or select Income or Expense accounts in Income Tax
Information GUI
Bug 798483 - GnuCash Crashing With SIGSEGV During QFX Import Transaction
Matching
Bug 798491 - MT940 of day 28.02.2022 ends in transactiondate 01.01.1970
Bug 798493 - Invoice Report Quantity & Unit Price fields have limited
decimal precision on printed invoices
Bug 798496 - gncEntry Quantity and Discount are misusing commodity scu
Bug 798499 - Expense Chart data tables include extra columns of data
Bug 798500 - FTBFS (tests failure) on armhf
Bug 798501 - Balance wrong date end of period
Bug 798531 - Selecting "Print" from the file menu on a report crashes
gnucash
Bug 798533 - Crash when importing quicken @ currency
Bug 798535 - Crash when increasing the number of periods in a budget
Bug 798547 - Calculated Due Date is short 1 day when posting on day of fall
change from Daylight Time to Standard Time.
The following fixes and improvements were not associated with bug reports:
Partially fix Bug 771095 by inserting a help button in the Since-Last-Run dialog.
Lock down GITHUB_TOKEN permissions on workflows.
[g_option_context_get_help() returns a char* which must be freed.
[assistant-stock-transaction] dividends must include stock account.
Fix arch linux CI build failures.
Add a help button to the financial calculator dialog.
[assistant-stock-transaction] avoid resetting txn_types unnecessarily.
[assistant-stock-transaction] reorder of Pages - date before type.
[import matcher] Only append description if there's something to append to.
Otherwise just set the new string.
[balsheet-pnl] test "lvl <= depth-limit" outside add-indented-row
this will be the first step trying to fix bug 798502. the bug likely
resides in the (if) conditional in (add-account-row).
[gnc-main-window] page->window is not main_window, skip warning.
This function gets called for both regular register *and* the embedded
register in the SX template editor. The latter is not a main_window,
and launching the SX editor would lead to warnings.
[gnc-plugin-page-register] if account==NULL, skip AccountIsPriced because
gnc_plugin_page_register_ui_initial_state may be called for non-account
registers (eg the sx editor) and account may be null.
[gnc-account-sel.c] prepend & reverse while building acct list
and don't use confusing double pointer
Fix use-after-free in unable to save database dialog.
[account.cpp] restore breadth-first search for 2 functions
gnc_account_lookup_by_name and gnc_account_lookup_by_code were
searching breadth-first and accidentally changed to depth-first in 4.7.
[reports] use new function names
[account.cpp] gnc_accounts_and_all_descendants converted from scm
[CI]Work around new git security measure.
[balsheet-pnl] faster definition of balance lists
[gnc-numeric.cpp] Reduce logging level of gnc_numeric exception message
because exceptions are expected in some use cases.
Redo icon handling in cmake
Using globs for file copying prevents cmake from discovering newly added
icons. Writing rules that explicitly use lists of icons will fix this
as a new icon in the sources will have to be added to the list and will
force reparsing by cmake. We have to maintain the lists anyway for our
dist target so there's actually no extra work involved for the devs.
[assistant-stock-transaction] better Dr/Cr imbalance error message
New API:
gnc:accounts-and-all-descendants-sorted
gnc-accounts-and-all-descendantsNone
Deprecations:
gnc:account-path-less-p
gnc:accounts-and-all-descendants
New and Updated Translations: Arabic, Chinese (Simplified), Croatian,
English (Australia), English (New Zealand), English (United Kingdom), French,
German, Hebrew, Hindi, Hungarian, Italian, Korean, Nepali, Norwegian Bokmål,
Polish, Portuguese (Brazil), Russian, Spanish, Swedish, Ukrainian
diffstat:
finance/gnucash/Makefile | 5 ++---
finance/gnucash/PLIST | 4 +++-
finance/gnucash/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (45 lines):
diff -r 1d843f854f8a -r 0351dd0fb492 finance/gnucash/Makefile
--- a/finance/gnucash/Makefile Tue Jun 28 09:05:05 2022 +0000
+++ b/finance/gnucash/Makefile Tue Jun 28 09:27:42 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.317 2022/04/18 19:11:02 adam Exp $
+# $NetBSD: Makefile,v 1.318 2022/06/28 09:27:42 wiz Exp $
-DISTNAME= gnucash-4.10
-PKGREVISION= 1
+DISTNAME= gnucash-4.11
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_GITHUB:=gnucash/}
EXTRACT_SUFX= .tar.bz2
diff -r 1d843f854f8a -r 0351dd0fb492 finance/gnucash/PLIST
--- a/finance/gnucash/PLIST Tue Jun 28 09:05:05 2022 +0000
+++ b/finance/gnucash/PLIST Tue Jun 28 09:27:42 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.83 2022/03/30 08:12:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.84 2022/06/28 09:27:42 wiz Exp $
bin/gnc-fq-check
bin/gnc-fq-dump
bin/gnc-fq-helper
@@ -1318,7 +1318,9 @@
share/locale/de/LC_MESSAGES/gnucash.mo
share/locale/doi/LC_MESSAGES/gnucash.mo
share/locale/el/LC_MESSAGES/gnucash.mo
+share/locale/en_AU/LC_MESSAGES/gnucash.mo
share/locale/en_GB/LC_MESSAGES/gnucash.mo
+share/locale/en_NZ/LC_MESSAGES/gnucash.mo
share/locale/es/LC_MESSAGES/gnucash.mo
share/locale/es_NI/LC_MESSAGES/gnucash.mo
share/locale/et/LC_MESSAGES/gnucash.mo
diff -r 1d843f854f8a -r 0351dd0fb492 finance/gnucash/distinfo
--- a/finance/gnucash/distinfo Tue Jun 28 09:05:05 2022 +0000
+++ b/finance/gnucash/distinfo Tue Jun 28 09:27:42 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.112 2022/03/30 08:12:51 wiz Exp $
+$NetBSD: distinfo,v 1.113 2022/06/28 09:27:42 wiz Exp $
-BLAKE2s (gnucash-4.10.tar.bz2) = d4f07cadb2dfed7c9131552faa36bf2575993efe10813d9ae1e4073d3409be0d
-SHA512 (gnucash-4.10.tar.bz2) = 6898edff50af360bc7112a6d8eab3cde808a127df603f2eb5dca166a8f2ea079c3d37859fcb4ea22fa3a137f71792402dbff2d3ef4d0d93b0f2c980f5b1c2a62
-Size (gnucash-4.10.tar.bz2) = 14768016 bytes
+BLAKE2s (gnucash-4.11.tar.bz2) = 284a5c29e2da5b1d8af9a7349533f47dc036ec911629e7af5e598e79670a08da
+SHA512 (gnucash-4.11.tar.bz2) = 03ff6304f885bc719710fe257ef5643db5cb2bcd1671894a21d90c09d5ec2edacd7c4ef40a1943d7ae23f69317c47836c2f7e35d4ab822484a853787d7ff968c
+Size (gnucash-4.11.tar.bz2) = 14529959 bytes
Home |
Main Index |
Thread Index |
Old Index