gnucash stable: Release GnuCash 5.3.

John Ralls jralls at code.gnucash.org
Mon Jun 26 12:05:41 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/0b3d3a5a (commit)
	from  https://github.com/Gnucash/gnucash/commit/5798d311 (commit)



commit 0b3d3a5a68cfa9588224f1b49a3cc6c8b6314510
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 26 09:04:59 2023 -0700

    Release GnuCash 5.3.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7043f8e00a..2aa7e94641 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
 endif()
 
 project (gnucash
-    VERSION 5.2
+    VERSION 5.3
 )
 
 enable_testing()
diff --git a/NEWS b/NEWS
index 787e88c28b..c0bfdd66dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
 Version history:
 ------- -------
+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:
 



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



More information about the gnucash-changes mailing list