gnucash maint: Release 2.6.21

John Ralls jralls at code.gnucash.org
Mon Apr 9 18:47:07 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/9319858b (commit)
	from  https://github.com/Gnucash/gnucash/commit/655803a1 (commit)



commit 9319858b9697a8bf7ebad09be5235f8811baa64e
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Apr 9 15:30:36 2018 -0700

    Release 2.6.21

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 52bc5af..7a44f55 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ ENABLE_TESTING()
 # Version number of gnucash
 SET (GNUCASH_MAJOR_VERSION 2)
 SET (GNUCASH_MINOR_VERSION 6)
-SET (GNUCASH_MICRO_VERSION 20)
+SET (GNUCASH_MICRO_VERSION 21)
 SET (GNUCASH_NANO_VERSION 0)
 SET (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}.${GNUCASH_MICRO_VERSION}")
 SET (GNUCASH_LATEST_STABLE_SERIES 2.6)
diff --git a/NEWS b/NEWS
index fbeea52..de89e20 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
 Version history:
 ------- -------
+2.6.21 - 10 April 2018
+This is the final, final release in the 2.6. stable series. After 2.6.20's release astute users quickly reported two significant bugs:
+    Bug 795049 - GnuCash 2.6.20-1 (Fedora Linux package) is unable to open
+                 MariaDB database.
+    Bug 795068 - src/optional/python-bindings missing several files.
+
+We also noticed that src/quotes/README had a note about the
+gnc-value-portfolio script that was removed because it required Yahoo!
+quotes. That note has also been removed.
+
 2.6.20 - 1 April 2018
 This is the final release in the 2.6 stable series.
 The following bugs are fixed:
diff --git a/configure.ac b/configure.ac
index 9905267..b337b12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 # Autoconf initialization
 AC_PREREQ(2.60)
-AC_INIT([GnuCash], [2.6.20], [https://bugzilla.gnome.org/page.cgi?id=browse.html&product=GnuCash], , [http://www.gnucash.org/])
+AC_INIT([GnuCash], [2.6.21], [https://bugzilla.gnome.org/page.cgi?id=browse.html&product=GnuCash], , [http://www.gnucash.org/])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SRCDIR(src/engine/Transaction.h)
 AC_CONFIG_MACRO_DIR([macros])



Summary of changes:
 CMakeLists.txt |  2 +-
 NEWS           | 10 ++++++++++
 configure.ac   |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list