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 Mar 30 08:12:51 UTC 2022
Modified Files:
pkgsrc/finance/gnucash: Makefile PLIST distinfo
Log Message:
gnucash: update to 4.10.
4.10 - 27 March 2022
The eleventh release of the 4.x Stable Series
Between 4.9 and 4.10, the following bugfixes were accomplished:
Bug 684507 - commodity namespace should be localized
Bug 741674 - Newly created Scheduled Transactions appear in existing search windows
Bug 797501 - Currency symbols in Hebrew (RTL) language
Bug 797772 - Allow reconciliation report to double filter by both posting and reconciliation date
Bug 798164 - Import transaction window does not allow changing the transaction description.
Bug 798272 - up/down arrow keys do not work in account selection pop-up
Bug 798375 - Transfer Account Selection not editable after typing error
Bug 798386 - Cannot increment date by 1 day with Japanese keyboard.Allow ';' to increment the date because on those keyboards + is shift-;.
Bug 798391 -OFX import routine keeps prompting for accepted (and reconciled) transactions when imported again
Bug 797610 - Scrolling is too fast to follow
Bug 798392 - Reports do not display when Reports JavaScript dependencies are located at a filepath that includes special characters like hash ("#")
Bug 798395 - ofxdirectconnect downloads crash gnucash 4.9
Bug 798408 - The calculation in budgets UI and reports are wrong.
Bug 798411 - Untranslated/Unused string [pt only]
Bug 798415 - Due Bills Reminder Dialog - Right align 'amount'This was a right-to-left language (e.g. Hebrew) problem.
Bug 798435 - Crash on print after printing checks
Bug 798438 - on reconcile window, click on the last column 'R' does not order the entries according with the status
Bug 798448 - Column 'num' cannot be null
Bug 798458 - Build failure with gcc 12
Bug 798474 - Windows 10: Mouse scroll wheel on register only scrolls 1 pixel at a time (instead of 1 line at a time)
The following fixes and improvements were not associated with bug reports:
Added a BETA Stock Transaction Assistant to help create a
variety of securities transactions. To try it out start GnuCash
with the --extra option, open a stock-type register, and select
Actions>Stock Assistant. Please note any issues on Bug 798004.
Remove the hard-coded default namespaces"AMEX", "NASDAQ",
"NYSE", "EUREX", and "FUND" from the New Security dialog. These
namespaces were added to the list of existing namespaces; it
was necessary to create a commodity that used one of them to
make that one an actual namespace, so users who have commodities
in e.g. the namespace NYSE will still see that namespace in
the selection list. Reasoning: The list was necessarily incomplete
and confused new users.
Fixed the Income Statement report table formating so that all sections get laid out to the same width.
[Python Bindings]Implement some comparison and arithmetic operators for GncNumeric
Budgets are sensitive to readonly status
Disable some budget features if book is readonly
Fix suppression of "cut split/transaction" warnings for the current session
These were not working because they were missing from the
temporary warnings settings schema. The warnings could only be
dismissed permanently. Add them to the temporary warnings
section of the settings schema.
Currencies in several locations not displayed correctly for Hebrew
[category-barchart] Added option to show ratios
[html-chart] Add format style option for numbers
Better wording for tax table changed info message.
[register] Checkbox any value other than 0x20 (ASCII space) is true.
Because it can be X or U+2716 now and could be something else
in future. Fixes in particular the disappearing tax-included
and tax-table in the Invoice/Bill entry register.
[gnc-budget-view.c] modify GList in reverse
because the GList modification in gnc_budget_view_refresh works
on the tail end (see g_list_last being chopped off successively,
followed by g_list_append successively), wherease it's much
faster to work on the head end. Therefore: reverse, modify,
and re-reverse.
[Python Bindings]Provide the complete set of QOF enums in gnucash
[Pyton Bindings]Provide wrapper for qof numeric predicate
Python bindings already have some wrapping objects for qof
predicates. This adds the one missing for GncNumeric comparisons.
Additionally fixes a wrong number for QOF_NUMERIC_MATCH_ANY in
example file.
Remove commodity-table.scm, no longer required after adjusting qif-dialog-utils
Preferences, Import: UPDATE AND RECONCILE should be UPDATE AND CLEAR
on preference "Enable update match action" tooltip text.
[register] Enable horizontal scrolling with a touchpad.
[business]Add diagnostic messages to GncEntry and GncInvoice.
Replace code style guidance with reference to the wiki Coding Standard page.
Update Form/Schedule line references for 2021 for the US Income Tax Report
Update the register help label when cell read only
Change AR/AP Type cell to be read only
The Type cell in AR/AP registers should not be changeable from the register so make the cell read only.
Tip-of-the-Day, new tip: the full file path is shown in the status bar.
[assistant-qif-import] Prevent ambiguous mnemonic
Mnemonic N clashes with GtkAssistant "Next". Change to D which does not clash.
Numerous performance and code-clarity improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.315 -r1.316 pkgsrc/finance/gnucash/Makefile
cvs rdiff -u -r1.82 -r1.83 pkgsrc/finance/gnucash/PLIST
cvs rdiff -u -r1.111 -r1.112 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.315 pkgsrc/finance/gnucash/Makefile:1.316
--- pkgsrc/finance/gnucash/Makefile:1.315 Tue Mar 15 15:43:54 2022
+++ pkgsrc/finance/gnucash/Makefile Wed Mar 30 08:12:51 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.315 2022/03/15 15:43:54 wiz Exp $
+# $NetBSD: Makefile,v 1.316 2022/03/30 08:12:51 wiz Exp $
-DISTNAME= gnucash-4.9
-PKGREVISION= 2
+DISTNAME= gnucash-4.10
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_GITHUB:=gnucash/}
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/finance/gnucash/PLIST
diff -u pkgsrc/finance/gnucash/PLIST:1.82 pkgsrc/finance/gnucash/PLIST:1.83
--- pkgsrc/finance/gnucash/PLIST:1.82 Tue Mar 15 15:43:54 2022
+++ pkgsrc/finance/gnucash/PLIST Wed Mar 30 08:12:51 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.82 2022/03/15 15:43:54 wiz Exp $
+@comment $NetBSD: PLIST,v 1.83 2022/03/30 08:12:51 wiz Exp $
bin/gnc-fq-check
bin/gnc-fq-dump
bin/gnc-fq-helper
@@ -324,7 +324,6 @@ lib/guile/3.0/site-ccache/gnucash/eguile
lib/guile/3.0/site-ccache/gnucash/eguile/eguile-utilities.go
lib/guile/3.0/site-ccache/gnucash/engine.go
lib/guile/3.0/site-ccache/gnucash/engine/business-core.go
-lib/guile/3.0/site-ccache/gnucash/engine/commodity-table.go
lib/guile/3.0/site-ccache/gnucash/engine/gnc-numeric.go
lib/guile/3.0/site-ccache/gnucash/gnc-module.go
lib/guile/3.0/site-ccache/gnucash/gnome-utils.go
@@ -468,6 +467,7 @@ share/doc/gnucash/ChangeLog.2017
share/doc/gnucash/ChangeLog.2018
share/doc/gnucash/ChangeLog.2019
share/doc/gnucash/ChangeLog.2020
+share/doc/gnucash/ChangeLog.2021
share/doc/gnucash/DOCUMENTERS
share/doc/gnucash/HACKING
share/doc/gnucash/LICENSE
@@ -861,8 +861,10 @@ share/gnucash/accounts/pt_BR/acctchrt_re
share/gnucash/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea
share/gnucash/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea
share/gnucash/accounts/pt_PT/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_business.gnucash-xea
share/gnucash/accounts/pt_PT/acctchrt_carloan.gnucash-xea
share/gnucash/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_checkbook.gnucash-xea
share/gnucash/accounts/pt_PT/acctchrt_childcare.gnucash-xea
share/gnucash/accounts/pt_PT/acctchrt_common.gnucash-xea
share/gnucash/accounts/pt_PT/acctchrt_eduloan.gnucash-xea
@@ -966,6 +968,7 @@ share/gnucash/gtkbuilder/assistant-hiera
share/gnucash/gtkbuilder/assistant-loan.glade
share/gnucash/gtkbuilder/assistant-qif-import.glade
share/gnucash/gtkbuilder/assistant-stock-split.glade
+share/gnucash/gtkbuilder/assistant-stock-transaction.glade
share/gnucash/gtkbuilder/assistant-xml-encoding.glade
share/gnucash/gtkbuilder/business-options-gnome.glade
share/gnucash/gtkbuilder/business-prefs.glade
@@ -1184,7 +1187,6 @@ share/guile/site/3.0/gnucash/eguile/egui
share/guile/site/3.0/gnucash/eguile/eguile-utilities.scm
share/guile/site/3.0/gnucash/engine.scm
share/guile/site/3.0/gnucash/engine/business-core.scm
-share/guile/site/3.0/gnucash/engine/commodity-table.scm
share/guile/site/3.0/gnucash/engine/gnc-numeric.scm
share/guile/site/3.0/gnucash/gnc-module.scm
share/guile/site/3.0/gnucash/gnome-utils.scm
Index: pkgsrc/finance/gnucash/distinfo
diff -u pkgsrc/finance/gnucash/distinfo:1.111 pkgsrc/finance/gnucash/distinfo:1.112
--- pkgsrc/finance/gnucash/distinfo:1.111 Mon Dec 20 00:35:44 2021
+++ pkgsrc/finance/gnucash/distinfo Wed Mar 30 08:12:51 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.111 2021/12/20 00:35:44 wiz Exp $
+$NetBSD: distinfo,v 1.112 2022/03/30 08:12:51 wiz Exp $
-BLAKE2s (gnucash-4.9.tar.bz2) = 2cb27521e77c87e54ebe9d2a1a8047f508a1ae5a7ac9f95619ad0ccdeecd3b55
-SHA512 (gnucash-4.9.tar.bz2) = 42a97fde0e8c7b33f656f18606c3331fae9cb2ff51c08e798b53447f0035438c5ebb0bcf2031567d87a2144c690e01850c5f6c6758f7234dc00d081270697947
-Size (gnucash-4.9.tar.bz2) = 14735314 bytes
+BLAKE2s (gnucash-4.10.tar.bz2) = d4f07cadb2dfed7c9131552faa36bf2575993efe10813d9ae1e4073d3409be0d
+SHA512 (gnucash-4.10.tar.bz2) = 6898edff50af360bc7112a6d8eab3cde808a127df603f2eb5dca166a8f2ea079c3d37859fcb4ea22fa3a137f71792402dbff2d3ef4d0d93b0f2c980f5b1c2a62
+Size (gnucash-4.10.tar.bz2) = 14768016 bytes
Home |
Main Index |
Thread Index |
Old Index