Skip to content

Commit

Permalink
Release GnuCash 3.906
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Jun 20, 2020
1 parent 9c0b290 commit 4595a3d
Show file tree
Hide file tree
Showing 2 changed files with 17 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 3.905
VERSION 3.906
)

enable_testing()
Expand Down
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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.</p></li>
[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.

Expand Down

0 comments on commit 4595a3d

Please sign in to comment.