mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix version in CMakeLists.txt.
This commit is contained in:
parent
3e7022b7cd
commit
84d15a266a
@ -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)
|
||||
|
33
NEWS
33
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.
|
||||
|
Loading…
Reference in New Issue
Block a user