diff --git a/CMakeLists.txt b/CMakeLists.txt index cdfba7e233..b8e0adf461 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@gnucash.org) SET (PACKAGE_TARNAME ${PACKAGE}) SET (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") diff --git a/NEWS b/NEWS index c79d29893c..ed44f6084b 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,