gnucash unstable: Release 2.7.8.
John Ralls
jralls at code.gnucash.org
Sun Mar 25 19:35:21 EDT 2018
Updated via https://github.com/Gnucash/gnucash/commit/dfb5de91 (commit)
from https://github.com/Gnucash/gnucash/commit/dedb5265 (commit)
commit dfb5de91ff76cd997ffa0f01a23de36a4f00ad71
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Mar 25 12:37:11 2018 -0700
Release 2.7.8.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cdfba7e..b8e0adf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,14 +13,14 @@ ENABLE_TESTING()
# Version number of gnucash
SET (GNUCASH_MAJOR_VERSION 2)
SET (GNUCASH_MINOR_VERSION 7)
-SET (GNUCASH_MICRO_VERSION 7)
+SET (GNUCASH_MICRO_VERSION 8)
SET (GNUCASH_NANO_VERSION 0)
SET (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}.${GNUCASH_MICRO_VERSION}")
SET (GNUCASH_LATEST_STABLE_SERIES 2.6)
SET (PACKAGE gnucash)
SET (PACKAGE_NAME GnuCash)
-SET (PACKAGE_VERSION 2.7.7)
+SET (PACKAGE_VERSION 2.7.8)
SET (PACKAGE_BUGREPORT gnucash-devel at gnucash.org)
SET (PACKAGE_TARNAME ${PACKAGE})
SET (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
diff --git a/NEWS b/NEWS
index c79d298..ed44f60 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,40 @@
Version history:
------- -------
+2.7.8 - 25 March 2018
+
+ The Gnucash Development Team is pleased to release Gnucash 2.7.8,
+ the ninth release of an unstable series leading to Gnucash 3.0. This
+ release is a Release Candidate: If no bugs requiring major work are
+ reported the next release will be 3.0.
+
+ This release changes file locations, binding APIs, report options,
+ and can make your data file no longer compatible with previous
+ versions. See https://wiki.gnucash.org/wiki/UpdateNotes for
+ details.
+
+The following bugs are fixed only in unstable/master:
+ Bug 787439 - Segmentation Fault in Transfer dialog after clearing
+ Date field and pressing escape.
+ Bug 794242 - Remove keep above setting for assistant hierarchy
+
+Other repairs not marked as bugs in git:
+ When doing a file save from the a new start we have no key file
+ Test for Key_file not being NULL before trying to free it.
+ Stop critical error due to testing null filename
+ g_filename_from_uri returns NULL if it is not a file uri so test
+ for the file:// prefix before doing g_file_test
+ More transient-parent fixes.
+ Add missing response section to the account picker dialog.
+ Glade 3.20 adds surplus padding option to action area
+ When glade files are saved which have GtkAssistants defined a packing
+ section is added to the assistant action area which then causes a
+ warning so remove them.
+ Add XML namespaces for all Account Hierarchy Templates.
+ Increase default options dialog size: The old 400x400 was woefully
+ inadequate for most options especially options involving account trees.
+
+Updated Translations: None.
+
2.7.7 - 18 March 2018
The Gnucash Development Team is pleased to release Gnucash 2.7.7,
Summary of changes:
CMakeLists.txt | 4 ++--
NEWS | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 2 deletions(-)
More information about the gnucash-changes
mailing list