Skip to content

Commit 0b3d3a5

Browse files
committed
Release GnuCash 5.3.
1 parent 5798d31 commit 0b3d3a5

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
66
endif()
77

88
project (gnucash
9-
VERSION 5.2
9+
VERSION 5.3
1010
)
1111

1212
enable_testing()

NEWS

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
Version history:
22
------- -------
3+
5.3 - 26 June 2023
4+
5+
The following bugs have been fixed:
6+
Bug 798967 - Cannot Save to Any Path After Upgrading to 5.2 Fix
7+
inverted if statement condition for save success flag
8+
9+
Other repairs or enhancements not marked as bugs:
10+
11+
Some memory cleanup by Chris Lam.
12+
13+
Missing from the 5.2 release notes is that Chris streamlined the
14+
transaction scrubbing so that each transaction gets scrubbed
15+
only once. This improves--in some cases substantially--the time
16+
to load and to run Check and Repair.
17+
18+
New and Updated Translations: Hungarian, Dutch, Portuguese, French, Italian
19+
320
5.2 - 25 June 2023
421
Between 5.1 and 5.2, the following bugfixes were accomplished:
522

0 commit comments

Comments
 (0)