From 84d15a266af4bca1c6a375b1be48c0404ef839f2 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 17 Sep 2016 14:40:59 -0700 Subject: [PATCH] Fix version in CMakeLists.txt. --- CMakeLists.txt | 2 +- NEWS | 33 ++++++++++++++++++--------------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d33ba76b46e..308d9a8fabc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ ENABLE_TESTING() # Version number of gnucash SET (GNUCASH_MAJOR_VERSION 2) SET (GNUCASH_MINOR_VERSION 6) -SET (GNUCASH_MICRO_VERSION 13) +SET (GNUCASH_MICRO_VERSION 14) 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 6c5aa9888fa..9ed2c777dea 100644 --- a/NEWS +++ b/NEWS @@ -8,21 +8,24 @@ The GnuCash development team proudly announces GnuCash 2.6.14, the fourteenth maintenance release in the 2.6-stable series. The following bugs are fixed: -Bug 643025 - RFE: Ability to select and open multiple invoices. -Bug 733153 - Ambiguous view of buttons in search dialog Linux version. -Bug 742461 - SQL backend doesn't update customer info. -Bug 756416 - CSV data with Posted information will always have last invoice not posted. -Bug 761667 - Crash opening associated location that has no scheme. -Bug 762901 - [PATCH] Fix saving Account Treeview sort order. -Bug 769730 - Investments: Lots in This Account, Closed column shows date 25/11/1833 instead of Open. -Bug 769746 - Zero interest loan formula fails. -Bug 770113 - compiling issue with libdbi. -Bug 770136 - 'Reverse Order' in 'View'->'Sort by' is not saved. -Bug 770181 - gnc-fq-dump incorrectly says "quote cannot be used... -Bug 770196 - cppcheck va_list not closed. -Bug 771246 - Set Invoice/Bill items date correctly from imported CSV. -Bug 770303 - Incorrect commodity match during import OFX and possible solution. -Bug 771379 - GnuCash doesn't support Russian Ruble Symbol. + Bug 643025 - RFE: Ability to select and open multiple invoices. + Bug 733153 - Ambiguous view of buttons in search dialog Linux version. + Bug 742461 - SQL backend doesn't update customer info. + Bug 756416 - CSV data with Posted information will always have last + invoice not posted. + Bug 761667 - Crash opening associated location that has no scheme. + Bug 762901 - Fix saving Account Treeview sort order. + Bug 769730 - Investments: Lots in This Account, Closed column shows + date 25/11/1833 instead of Open. + Bug 769746 - Zero interest loan formula fails. + Bug 770113 - compiling issue with libdbi. + Bug 770136 - 'Reverse Order' in 'View'->'Sort by' is not saved. + Bug 770181 - gnc-fq-dump incorrectly says "quote cannot be used... + Bug 770196 - cppcheck va_list not closed. + Bug 770303 - Incorrect commodity match during import OFX and possible + solution. + Bug 771246 - Set Invoice/Bill items date correctly from imported CSV. + Bug 771379 - GnuCash doesn't support Russian Ruble Symbol. Other repairs that weren't marked as bugs in git: Build improvements with CMake, accomodation for Guile-2.0.12 on Gentoo.