diff --git a/CMakeLists.txt b/CMakeLists.txt index 96a9d3b02ba..5a46ed65d23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0) endif() project (gnucash - VERSION 3.905 + VERSION 3.906 ) enable_testing() diff --git a/NEWS b/NEWS index b368dc3a79d..3aca28ade2e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,21 @@ Version history: ------- ------- +3.905 - 21 June 2020 +The fifth unstable release leading to the new 4.x stable series. This is the release-candidate: Barring any serious bugs it's what we'll release as 4.0. + +Between 3.905 and 3.906, the following bugfixes were accomplished. Some of these will also be fixed in GnuCash 3.11, some are for 4.0 only. + Bug 797808 - Caps Lock Breaks Almost Everything + Bug 797811 - GnuCash crashes with segfault when saving to mysql when + database already exists. + +The following fixes and improvements were not associated with bug reports or new features: + Add missing #includes into gnc-imp-settings-csv-price.cpp + Found in failed win maint nightlies.

+ [business-core] string-hash doesn't guarantee unique hash, use guid + string instead. + +Updated Translations: Ukrainian + 3.905 - 14 June 2020 The fourth unstable release leading to the new 4.x stable series. See 3.902 and 3.903 below for additional requirements and features.