Release 2.6.21

This commit is contained in:
John Ralls 2018-04-09 15:30:36 -07:00
parent 655803a1ca
commit 9319858b96
3 changed files with 12 additions and 2 deletions

View File

@ -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)

10
NEWS
View File

@ -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:

View File

@ -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])