From f2ba3eedb9b519209e8a53ce7e00afa9c17745b0 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 11 Mar 2023 14:58:01 -0800 Subject: [PATCH] Release GnuCash 4.903 --- CMakeLists.txt | 2 +- NEWS | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1104a2a475..d3e18e2ceaa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0) endif() project (gnucash - VERSION 4.902 + VERSION 4.903 ) enable_testing() diff --git a/NEWS b/NEWS index c5b9a2c57b8..65a41b139b6 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,30 @@ Version history: ------- ------- +4.903 - 12 March 2023 +Between 4.902 and 4.903, the following bugfixes were accomplished: +The following fix will also appear in GnuCash 4.14: + + Bug 798765 - Increase the limit for Maximum Slices in the Expense Piechart + +The following fixes and improvements were not associated with bug reports: + + Add JSON::Parse to gnc-fq-update. + Guard against some possible null pointer dereferences + Change the reconcile window toolbar icon for 'Other the Account' to + 'gnc-jumpto' + Change toolbar 'Blank' icon for invoice page to match register + Change the short cut from CTRL+Page_Down to CTRL+b and change the toolbar + icon to 'go-jump'. + Remove -Wno-pointer-sign, adding the necessary casts in gnc-gwen-guic.c + Remove -Wno-error=parentheses, added for gcc 8.0 and gtk 3.14 + Remove redundant uses of cmake -E env + [c++options] Save an empty SCM string for nil or empty option values. + Avoids crash at reload due to unknown variable. + [c++options]Really fix the gnc_option_db_lookup_string_value leak + +New and Updated Translations: Chinese (Simplified), Croatian, English (Australia), English (New Zealand), English (United Kingdom), Hungarian, Macedonian, Polish, Portuguese, Russian, Ukrainian + + 4.902 - 5 March 2023 Between 4.901 and 4.902, the following bugfixes were accomplished: The following fixes will also appear in GnuCash 4.14: