gnucash maint: Release GnuCash 3.11

John Ralls jralls at code.gnucash.org
Sat Jun 27 17:56:47 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/0fe9ba79 (commit)
	from  https://github.com/Gnucash/gnucash/commit/47e2fb9d (commit)



commit 0fe9ba79e21d0545f4c1f9eb373a9450803a83c4
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 26 17:10:45 2020 -0700

    Release GnuCash 3.11

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ec4facdd4..27b780020 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@
 cmake_minimum_required (VERSION 3.5)
 
 project (gnucash
-    VERSION 3.10
+    VERSION 3.11
 )
 
 enable_testing()
diff --git a/NEWS b/NEWS
index ef93e8166..9c57eef8d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,80 @@
 Version history:
 ------- -------
+3.11 - 28 June 2020
+The twelfth and final release of the 3.x stable series.
+
+Between 3.10 and 3.11, the following bugfixes were accomplished:
+
+    Bug 782455 - Modify Add Reversing Transaction feature.
+    Bug 797114 - Fixing an SX due to deleted account stuck in an error loop
+    Bug 797351 - General ledger register transaction becomes "zombie" after
+                 deletion.
+    Bug 797648 - Cannot reconcile both splits of a transaction with 2 splits
+                 for bank account subaccounts if only 1 is cleared.
+    Bug 797659 - Liabilities in budget report no longer calculate correctly.
+                 Restores budget-3.7 behaviour for current budgets. Fixes
+                 future budget behaviour. Restore budget-3.7 headings
+                 "Income/Expense/Transfer" Renamed budget-3.7 heading Total
+                 to "Remaining".
+    Bug 797670 - scheduled transaction editor can remain open when switching
+                 file, which causes seg fault when later closed
+    Bug 797677 - Price Database Saving Wrong Price for Foreign Currency.
+    Bug 797684 - GTK_DEBUG=interactive - Bail out -
+                 gdk_window_set_cursor_internal.
+    Bug 797697 - Enable DEP and ASLR for the Windows build.
+    Bug 797707 - CSV Transaction Export: custom dates should be insensitive
+                 by default.
+    Bug 797717 - Summary bar changes height when opening a menu or scrolling
+                 over an option.
+    Bug 797737 - Import matching can match an imported transaction to an
+                 existing, previously matched transaction.
+    Bug 797748 - missing header "algorithm".
+    Bug 797750 - SIGSEV in swig-engine.c
+    Bug 797761 - Customer report beta: opening balance tax column shows garbage
+                 string.
+    Bug 797799 - Add Tip of the Day for "Notes" field
+    Bug 797811 - GnuCash crashes with segfault when saving to mysql when
+                 database already exists.
+
+Other fixes and improvements were not associated with bug reports:
+
+    [eguile-utilities] fmtnumeric displays decimal instead of fraction.
+    L12N: merge recent messages into all po files.
+    Add missing std c++ #includes into gnc-imp-settings-csv-price.cpp.
+    I18N: Improve tooltip about double-line-mode.
+    Update description of gnc_gnome_help and gnc_launch_assoc
+    Remove obsolete documentation files.
+    Move the Windows README files to gnucash-on-windows where they belong.
+    I18N: Fix several issuse with 'Help not found' strings.
+    Fix the crash that occurs when opening a new book when the
+        transaction-matching dialog has been opened then closed.
+    Display report zoom factor with one decimal space to match the paramter.
+    Invoices were setting the transaction post date to midnight local instead
+        of 10:59 UTC normalized time.
+    Add a tip about announcements and other mailing lists to the Tip of the
+        Day list.
+    Fix three problems with setting dates in the Scheduled Transaction editor:
+        * If the recurrence date is before the start date in the current month
+          the SX summary dialog would show the next occurrence in the current
+          month, before the start date.
+        * If the recurrence date is one day before the start date the calendar
+          control would incorrectly mark the first instance in the starting
+          month.
+        * Set a monthly recurrence on the 18th, with a start date on the 20th
+          and an end date on the 17 of the following month. The calendar should
+          show no mark, but fails to erase the marks that were present.
+    Improve python shell output and explanatory comments.
+    Ensure that python help displays help.
+    [fin.scm] return #f instead of -1 if n is out of range
+    Add a "Delete Budget" menu item to Actions>Budgets.
+    [gnc-exp-parser] If gnc:fn returns anything other than a number, abort
+        rather than crash.
+    [window-reconcile] Refactor common actions into WidgetSetAmount.
+    Force WITH_PYTHON=YES for distcheck to ensure that it works from the
+        tarball.
+
+Updated Translations: Croatian, Finnish, German, Hebrew, Ukrainian
+
 3.10 - 10 April 2020
 The eleventh release of the 3.x stable series.
 



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



More information about the gnucash-changes mailing list