From 0b3d3a5a68cfa9588224f1b49a3cc6c8b6314510 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 26 Jun 2023 09:04:59 -0700 Subject: [PATCH] Release GnuCash 5.3. --- CMakeLists.txt | 2 +- NEWS | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7043f8e00ac..2aa7e946417 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 787e88c28bb..c0bfdd66dcd 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: