Skip to content

Commit

Permalink
Release 2.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Sep 22, 2017
1 parent 2319dff commit 3a9fbb8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENABLE_TESTING()
# Version number of gnucash
SET (GNUCASH_MAJOR_VERSION 2)
SET (GNUCASH_MINOR_VERSION 6)
SET (GNUCASH_MICRO_VERSION 17)
SET (GNUCASH_MICRO_VERSION 18)
SET (GNUCASH_NANO_VERSION 0)
SET (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}.${GNUCASH_MICRO_VERSION}")
SET (GNUCASH_LATEST_STABLE_SERIES 2.6)
Expand Down
19 changes: 19 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
Version history:
------- -------
2.6.18 - 24 September 2017

The following bugs are fixed:
Bug 644898 - Calendar of upcoming SXes has various display issues
Bug 647805 - Interdependent report options fail to change state after
using apply for a limited number of times.
Bug 771246 - Set Invoice/Bill items date correctly from imported CSV.
Bug 784284 - unifying "Clear the entry." tooltip on Loan Repayment
Calculator
Bug 787479 - Persian currency symbol is doubled.

Other repairs not marked as bugs in git:
Added Catalan Accounts for the New Account Assistant
Fixed errors from loading init.py.
Run the python bindings tests in a CMake build.
Implement dist, distcheck, and uninstall targets for CMake build.

Updated Translations: Farsi, German, Japanese, Latvian, Serbian, Spanish

2.6.17 - 2 July 2017

The following bugs are fixed:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.17], [https://bugzilla.gnome.org/page.cgi?id=browse.html&product=GnuCash], , [http://www.gnucash.org/])
AC_INIT([GnuCash], [2.6.18], [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])
Expand Down

0 comments on commit 3a9fbb8

Please sign in to comment.