gnucash master: Release GnuCash 4.903

John Ralls jralls at code.gnucash.org
Sat Mar 11 20:00:47 EST 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/f2ba3eed (commit)
	from  https://github.com/Gnucash/gnucash/commit/0cfe771f (commit)



commit f2ba3eedb9b519209e8a53ce7e00afa9c17745b0
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 11 14:58:01 2023 -0800

    Release GnuCash 4.903

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b1104a2a47..d3e18e2cea 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 c5b9a2c57b..65a41b139b 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:



Summary of changes:
 CMakeLists.txt |  2 +-
 NEWS           | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list