Skip to content

Commit

Permalink
Release GnuCash 4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Dec 28, 2020
1 parent 588570f commit 7dd39b0
Show file tree
Hide file tree
Showing 2 changed files with 19 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 4.3
VERSION 4.4
)

enable_testing()
Expand Down
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
Version history:
------- -------
4.4 - 28 December 2020
The fifth release of the 4.x stable series, a snap release to fix bug 798063.

Between 4.3 and 4.4, the following bugfixes were accomplished:

Bug 798038 - Incorrect spelling in german account templates 'common' and
'full' part 2: AT
Bug 798063 - Crash when opening SX Editor

No other improvements were made.
Deprecations

xaccAccountCountSplits: use gnc_account_has_child_splits
gnc:html-table-append-column!: Build a new table with all of the columns
and copy in the rows.

Updated Translations: German, Italian, Japanese

4.3 - 27 December 2020
The fourth release of the 4.x stable series.

Expand Down

0 comments on commit 7dd39b0

Please sign in to comment.