mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Release GnuCash 5.3.
This commit is contained in:
parent
5798d31105
commit
0b3d3a5a68
@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
|
||||
endif()
|
||||
|
||||
project (gnucash
|
||||
VERSION 5.2
|
||||
VERSION 5.3
|
||||
)
|
||||
|
||||
enable_testing()
|
||||
|
17
NEWS
17
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user