Release 2.6.9

This commit is contained in:
John Ralls
2015-10-05 11:26:45 -07:00
parent 027080a830
commit 42415056d0
3 changed files with 55 additions and 3 deletions

View File

@@ -1,10 +1,46 @@
2015-10-05 Mechtilde
* some more translation (HEAD, pull-37)
2015-10-05 Mechtilde
* more corrections
2015-09-27 Mechtilde
* small corrections
2015-10-02 John Ralls
* Remove duplicate call to gnc_set_default_directory(). (origin/maint, maint)
2015-10-01 John Ralls
* Bug 755920 - Crash (Freeze) when using File Save As.. in Windows OS
2015-09-29 John Ralls
* Add engine-common.i to EXTRA_DIST for consistency.
2015-09-29 Dmitry Smirnov
* Bug 755778 - Test failure: test-engine:
2015-09-29 John Ralls
* Bug 755781 - Files with copyright but no grant of license. Non-free?
2015-09-26 John Ralls
* Fix empty Language tag in tr.po. (HEAD, maint)
* Release Gnucash-2.6.8 (tag: 2.6.8)
2015-09-26 John Ralls
* Fix empty Language tag in tr.po.
2015-09-25 Mechtilde
* corr some translations (origin/maint)
* corr some translations
2015-09-25 Mechtilde

16
NEWS
View File

@@ -4,6 +4,22 @@ Version history:
Announcement: GnuCash 2.6.8 Release 2015-09-27
GnuCash 2.6.8 released
The GnuCash development team humbly announces GnuCash 2.6.9, the
ninth maintenance release in the 2.6-stable series, a snap release to repair a serious bug on Microsoft Windows.
The following bugs are fixed:
Bug 755920 - Crash (Freeze) when using File Save As.. in Windows OS
Fix termination of the loop so that it's not dependent
upon Linux paths.
Bug 755778 - Test failure: test-engine: duplicate test case paths
Bug 755781 - Files with copyright but no grant of license.
Updated Translations:
German
2.6.8 - 27 September 2015
Announcement: GnuCash 2.6.8 Release 2015-09-27
GnuCash 2.6.8 released
The GnuCash development team proudly announces GnuCash 2.6.8, the
eighth maintenance release in the 2.6-stable series.

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.8], [gnucash-devel@gnucash.org])
AC_INIT([GnuCash], [2.6.9], [gnucash-devel@gnucash.org])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(src/engine/Transaction.h)
AC_CONFIG_MACRO_DIR([macros])