gnucash maint: Release GnuCash 4.4.

John Ralls jralls at code.gnucash.org
Mon Dec 28 16:17:09 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/7dd39b09 (commit)
	from  https://github.com/Gnucash/gnucash/commit/588570fc (commit)



commit 7dd39b0920d4a9cd7bfb56399aa870da0dc67228
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Dec 28 13:05:26 2020 -0800

    Release GnuCash 4.4.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 72a30ab04..876c646ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
 endif()
 
 project (gnucash
-    VERSION 4.3
+    VERSION 4.4
 )
 
 enable_testing()
diff --git a/NEWS b/NEWS
index 0f88711fb..699531a8a 100644
--- a/NEWS
+++ b/NEWS
@@ -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.
 



Summary of changes:
 CMakeLists.txt |  2 +-
 NEWS           | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list