Skip to content

Commit

Permalink
Release GnuCash 5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Jun 26, 2023
1 parent 5798d31 commit 0b3d3a5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
endif()

project (gnucash
VERSION 5.2
VERSION 5.3
)

enable_testing()
Expand Down
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 0b3d3a5

Please sign in to comment.