Release GnuCash 4.0

This commit is contained in:
John Ralls 2020-06-27 14:56:20 -07:00
parent 4064c58cd0
commit 3d931511e0
2 changed files with 26 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
endif()
project (gnucash
VERSION 3.906
VERSION 4.0
)
enable_testing()

25
NEWS
View File

@ -1,5 +1,30 @@
Version history:
------- -------
4.0 - 28 June 2020
The first release of the 4.x stable series.
Between 3.906 and 4.0 the following bugfixes were accomplished:
Bug 787295 - Allow UI jump from Business accounts to their relevant
invoice/bill/voucher
Bug 797815 - Obsolete gnucash-launcher.cmd still shipped
Other fixes and improvements were not associated with bug reports:
Revert the changes made to save Register default layouts as discussed
in PR #743
Setting a sheet column width to 1 when resizing by dragging
Column widths of 0 are not saved by the table and so revert back to
calculated widths when reloaded.
Disable showing glyphs for associations on MacOS
i18n: Fix missing context in single-character translated strings
[advanced-portfolio] move helper functions to toplevel for testing
[html-utilities] use ice-9 match
deprecations: remove functions deprecated in 3.x
deprecations: clarify functions deprecated in 4.x.
Updated Translations: Dutch, German
3.11 - 28 June 2020
The twelfth and final release of the 3.x stable series.