mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 08:57:17 -06:00
Release 2.6.19
This commit is contained in:
parent
70fe66c9fd
commit
c1b5e6c8df
@ -13,7 +13,7 @@ ENABLE_TESTING()
|
||||
# Version number of gnucash
|
||||
SET (GNUCASH_MAJOR_VERSION 2)
|
||||
SET (GNUCASH_MINOR_VERSION 6)
|
||||
SET (GNUCASH_MICRO_VERSION 18)
|
||||
SET (GNUCASH_MICRO_VERSION 19)
|
||||
SET (GNUCASH_NANO_VERSION 0)
|
||||
SET (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}.${GNUCASH_MICRO_VERSION}")
|
||||
SET (GNUCASH_LATEST_STABLE_SERIES 2.6)
|
||||
|
378
ChangeLog
378
ChangeLog
@ -1,10 +1,382 @@
|
||||
2017-12-16 John Ralls
|
||||
|
||||
* Update Dutch and Serbian translations from the Translation project. (HEAD -> maint)
|
||||
|
||||
2017-12-16 John Ralls
|
||||
|
||||
* Merge Rob Gowin's Partial Fix for Bug 787497 into maint. (origin/maint)
|
||||
|
||||
2017-12-16 John Ralls
|
||||
|
||||
* Add test-flat-bayes to autotools build.
|
||||
|
||||
2017-12-16 John Ralls
|
||||
|
||||
* Add minimum version to feature and fix copy-paste error in test-flat-bayes.
|
||||
|
||||
2017-11-22 lmat
|
||||
|
||||
* GUID/Flat bayes handling in 2.6
|
||||
|
||||
2017-12-02 Rob Gowin
|
||||
|
||||
* Partial fix for Bug 787497 - Disabling options cripples dist package (PR243)
|
||||
|
||||
2017-11-23 Rob Gowin
|
||||
|
||||
* Bug 790620 - Failed to create file “/usr/share/glib-2.0/schemas/gschemas.compiled.XY789Y”
|
||||
|
||||
2017-11-21 John Ralls
|
||||
|
||||
* Fix python build and test errors on Mac.
|
||||
|
||||
2017-11-19 John Ralls
|
||||
|
||||
* A better way to handle MySQL's 0000-00-00 invalid date indicator.
|
||||
|
||||
2017-11-19 John Ralls
|
||||
|
||||
* Don't try to unref a NULL GDateTime*.
|
||||
|
||||
2017-11-15 fell
|
||||
|
||||
* Add po/glossary/gnc-glossary.pot to .gitignore
|
||||
|
||||
2017-11-15 fell
|
||||
|
||||
* Fix a few encodings and Content-* tags in glossary
|
||||
|
||||
2017-11-07 John Ralls
|
||||
|
||||
* Bug 789928 - FTBFS with libdbi 0.9.0-5 on Debian
|
||||
|
||||
2017-10-20 fell
|
||||
|
||||
* Add a bunch of translator comments and a few accelerators to glade files
|
||||
|
||||
2017-10-20 fell
|
||||
|
||||
* Add a bunch of translator comments to C files
|
||||
|
||||
2017-10-20 fell
|
||||
|
||||
* Improve type of bank accounts in SKR03
|
||||
|
||||
2017-10-20 fell
|
||||
|
||||
* Add "Assets & Liabilities", "Profit & Loss" to the glossary,
|
||||
|
||||
2017-10-20 fell
|
||||
|
||||
* Mayor overhaul of de.po
|
||||
|
||||
2017-10-20 fell
|
||||
|
||||
* Fix wiki link
|
||||
|
||||
2017-10-13 fell
|
||||
|
||||
* update de.po to commit f283437
|
||||
|
||||
2017-10-11 fell
|
||||
|
||||
* Merge branch 'maint' of https://github.com/DiMan/Gnucash into maint
|
||||
|
||||
2017-10-07 Di Mang
|
||||
|
||||
* Adjustment of some Russian translations
|
||||
|
||||
2017-10-06 fell
|
||||
|
||||
* Use descriptions from gschema as tooltips in Preferences Aqbanking
|
||||
|
||||
2017-10-03 Geert Janssens
|
||||
|
||||
* Fix gnucash.pot generation from cmake build.
|
||||
|
||||
2017-10-03 Geert Janssens
|
||||
|
||||
* Stop testing GObject's handling of invalid parameters
|
||||
|
||||
2017-10-03 fell
|
||||
|
||||
* Fix a typo in gir error message
|
||||
|
||||
2017-10-02 fell
|
||||
|
||||
* Readd the missing glade msgctx strings to ru.po
|
||||
|
||||
2017-10-02 fell
|
||||
|
||||
* ru.po: Minor improvements of the header after PR #209
|
||||
|
||||
2017-10-01 ashed
|
||||
|
||||
* Update Russian Translation with the 2.6.18 gnucash.pot.
|
||||
|
||||
2017-09-29 Ashed
|
||||
|
||||
* Updated and polished Russian Translation.
|
||||
|
||||
2017-09-21 christopherlam
|
||||
|
||||
* Add missing export (gnc:date-get-week)
|
||||
|
||||
2017-09-27 Geert Janssens
|
||||
|
||||
* Add Catalan README file to autotools based build
|
||||
|
||||
2017-09-26 Josep-Maria Prat
|
||||
|
||||
* Readme translated into catalan
|
||||
|
||||
2017-09-22 John Ralls
|
||||
|
||||
* Release 2.6.18 (tag: 2.6.18)
|
||||
|
||||
2017-09-22 John Ralls
|
||||
|
||||
* Remove automake version check for make dist.
|
||||
|
||||
2017-09-22 John Ralls
|
||||
|
||||
* Fix typo in CA_DIST name.
|
||||
|
||||
2017-09-21 John Ralls
|
||||
|
||||
* Import latest Farsi and Srpska translations from the translation project.
|
||||
|
||||
2017-09-21 Geert Janssens
|
||||
|
||||
* Revert "Ignore softlink for new report"
|
||||
|
||||
2017-09-21 Geert Janssens
|
||||
|
||||
* Ignore softlink for new report
|
||||
|
||||
2017-09-21 Geert Janssens
|
||||
|
||||
* Fixup for Catalan account charts
|
||||
|
||||
2017-09-21 Geert Janssens
|
||||
|
||||
* Add boilerplate to get Catalan account charts installed and added to the distribution
|
||||
|
||||
2017-09-21 Josep-Maria Prat
|
||||
|
||||
* Catalan accounts missing
|
||||
|
||||
2017-09-20 Geert Janssens
|
||||
|
||||
* Properly ignore internal report options that are not on invisible option pages when opening the report options dialog
|
||||
|
||||
2017-09-06 John Ralls
|
||||
|
||||
* Install the current, 2015, and 2016 ChangeLogs.
|
||||
|
||||
2017-09-15 Geert Janssens
|
||||
|
||||
* Bug 647805 - Interdependent report options fail to change state after using apply for a limited number of times
|
||||
|
||||
2017-09-15 fell
|
||||
|
||||
* Bug 787479 - Persian currency symbol is doubled
|
||||
|
||||
2017-09-11 Rob Gowin
|
||||
|
||||
* Fix issues with loading and running init.py
|
||||
|
||||
2017-09-11 fell
|
||||
|
||||
* Update changed string in de.po
|
||||
|
||||
2017-09-11 fell
|
||||
|
||||
* Fix error in recent commit
|
||||
|
||||
2017-09-11 fell
|
||||
|
||||
* Remove build_year from translatable copyright string
|
||||
|
||||
2017-09-10 fell
|
||||
|
||||
* Review of PR #183
|
||||
|
||||
2017-09-09 christopherlam
|
||||
|
||||
* Fix swig wrapper for gncTaxTableGetTaxTables
|
||||
|
||||
2017-09-04 Daniel
|
||||
|
||||
* L10N: DE, some small corrections.
|
||||
|
||||
2017-09-08 Rob Gowin
|
||||
|
||||
* Fix problems that occur when running out of CMake build dir
|
||||
|
||||
2017-09-08 Rob Gowin
|
||||
|
||||
* Run the python bindings test when using CMake
|
||||
|
||||
2017-09-06 lmat
|
||||
|
||||
* Adding .gitignore entries for ctags and vim swaps
|
||||
|
||||
2017-09-08 fell
|
||||
|
||||
* Revert PR #182 mostly.
|
||||
|
||||
2017-09-08 Geert Janssens
|
||||
|
||||
* Merge branch 'maint.translation.de.02' of https://github.com/quazgar/gnucash into maint
|
||||
|
||||
2017-09-04 Daniel
|
||||
|
||||
* L10N: DE, automatic "make pot" changes.
|
||||
|
||||
2017-09-04 Daniel
|
||||
|
||||
* L10N: DE, fix bug #787226: Bill ID / Billing ID swapped.
|
||||
|
||||
2017-09-03 Geert Janssens
|
||||
|
||||
* Only build aqbanking when requested
|
||||
|
||||
2017-09-02 Sumit Bhardwaj
|
||||
|
||||
* Added WITH_OFX fix to CMakeLists in gnucash/import-export/ofx
|
||||
|
||||
2017-09-02 Geert Janssens
|
||||
|
||||
* Fix deliberate test failure on previous commit
|
||||
|
||||
2017-09-02 Geert Janssens
|
||||
|
||||
* Have Travis print out build logs in case of test failures
|
||||
|
||||
2017-09-02 Geert Janssens
|
||||
|
||||
* Set up a build matrix on Travis CI
|
||||
|
||||
2017-09-01 Rob Gowin
|
||||
|
||||
* Enable CMake build in Travis CI
|
||||
|
||||
2017-08-25 Geert Janssens
|
||||
|
||||
* Hide Account Substring option
|
||||
|
||||
2017-08-25 Geert Janssens
|
||||
|
||||
* Merge branch 'patch-3' of https://github.com/christopherlam/gnucash into maint
|
||||
|
||||
2017-08-25 christopherlam
|
||||
|
||||
* Reduce to compatibility shim
|
||||
|
||||
2017-07-01 Yasuaki Taniguchi
|
||||
|
||||
* Bug 784284 - unifying "Clear the entry." tooltip on Loan Repayment Calculator
|
||||
|
||||
2017-08-19 Kristjan Onu
|
||||
|
||||
* Correct Price Overview documentation typos
|
||||
|
||||
2017-08-21 fell
|
||||
|
||||
* PR #172: Accelerator fixes for Latvian language
|
||||
|
||||
2017-08-16 christopherlam
|
||||
|
||||
* added case sensitive filter
|
||||
|
||||
2017-08-16 christopherlam
|
||||
|
||||
* Account fullname filter for transaction.scm
|
||||
|
||||
2017-08-03 christopherlam
|
||||
|
||||
* Remove clutter from generated html
|
||||
|
||||
2017-08-03 christopherlam
|
||||
|
||||
* Partial fix for bug 660027
|
||||
|
||||
2017-08-16 Valdis Vitolins
|
||||
|
||||
* Accelerator fixes for Latvian language
|
||||
|
||||
2017-08-11 fell
|
||||
|
||||
* PR #170 Fixes for po/lv.po file
|
||||
|
||||
2017-08-11 Valdis Vitolins
|
||||
|
||||
* Fixes for po/lv.po file
|
||||
|
||||
2017-08-10 fell
|
||||
|
||||
* Merge Messages fom Maint in lv.po
|
||||
|
||||
2017-08-09 Valdis Vitolins
|
||||
|
||||
* *.po file updated for Latvian language
|
||||
|
||||
2017-08-09 Geert Janssens
|
||||
|
||||
* Fix ambiguity in Dutch translation of the gnucash description
|
||||
|
||||
2017-08-01 christopherlam
|
||||
|
||||
* Fix income statement when trading accounts not used
|
||||
|
||||
2017-08-01 christopherlam
|
||||
|
||||
* Add vertical-align:top to default text fields.
|
||||
|
||||
2017-07-17 Rob Gowin
|
||||
|
||||
* Fix failure to compile AQBanking GSchemas in CMake Build.
|
||||
|
||||
2017-07-10 Geert Janssens
|
||||
|
||||
* Fix a couple of double EXTRA_DIST declarations from the previous commit
|
||||
|
||||
2017-07-10 Geert Janssens
|
||||
|
||||
* Add CMakeLists.txt files to dist tarball generated by autotools
|
||||
|
||||
2017-06-06 Rob Gowin
|
||||
|
||||
* No need for make dist and distcheck when checking autotools build in cmake
|
||||
|
||||
2017-02-01 Rob Gowin
|
||||
|
||||
* Implement 'dist', 'distcheck' and 'uninstall' targets for CMake
|
||||
|
||||
2017-06-26 Kuang-che Wu
|
||||
|
||||
* Fix import-export compile on windows
|
||||
|
||||
2017-07-02 John Ralls
|
||||
|
||||
* Some more translations from the TP. (tag: 2.6.17b)
|
||||
|
||||
2017-07-01 John Ralls
|
||||
|
||||
* Re-release 2.6.17 (tag: 2.6.17a)
|
||||
|
||||
2017-07-01 John Ralls
|
||||
|
||||
* Release 2.6.17 (tag: 2.6.17)
|
||||
|
||||
2017-06-30 John Ralls
|
||||
|
||||
* Update translations from the translation project. (HEAD, maint)
|
||||
* Update translations from the translation project.
|
||||
|
||||
2017-06-29 Mike Evans
|
||||
|
||||
* Bug 784317 - typo in 'import customers or vendors from text file' dialog (origin/maint)
|
||||
* Bug 784317 - typo in 'import customers or vendors from text file' dialog
|
||||
|
||||
2017-06-25 John Ralls
|
||||
|
||||
@ -148,7 +520,7 @@
|
||||
|
||||
2017-03-24 John Ralls
|
||||
|
||||
* Bug 670731 - Future Value not working with Loan Scheduled transaction (manjusri/maint)
|
||||
* Bug 670731 - Future Value not working with Loan Scheduled transaction
|
||||
|
||||
2017-03-24 fell
|
||||
|
||||
|
22
NEWS
22
NEWS
@ -1,5 +1,27 @@
|
||||
Version history:
|
||||
------- -------
|
||||
2.6.19 - 16 December 2017
|
||||
|
||||
The following bugs are fixed:
|
||||
Bug 787497 - Disabling OFX, AqBanking or python-bindings support cripples
|
||||
the dist build target. (Partial: The requisite files for AQB
|
||||
and OFX are provided. There remain ways to break the
|
||||
distribution.)
|
||||
Bug 789928 - FTBFS with libdbi 0.9.0-5 on Debian
|
||||
Bug 790620 - Failed to create file
|
||||
"/usr/share/glib-2.0/schemas/gschemas.compiled.XY789Y".
|
||||
|
||||
Other repairs not marked as bugs in git:
|
||||
Adapter for new flat KVP scheme for bayes import maps to be introduced in 2.8.0.
|
||||
A better way to handle MySQL's 0000-00-00 invalid date indicator.
|
||||
Fix python build and test errors on Mac.
|
||||
Don't try to unref a NULL GDateTime*.
|
||||
Add translator hint comments to C and glade files.
|
||||
Improve type of bank accounts in SKR03
|
||||
Stop testing GObject's handling of invalid parameters
|
||||
|
||||
Updated Translations: Dutch, German, Russian, Serbian
|
||||
|
||||
2.6.18 - 24 September 2017
|
||||
|
||||
The following bugs are fixed:
|
||||
|
@ -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.18], [https://bugzilla.gnome.org/page.cgi?id=browse.html&product=GnuCash], , [http://www.gnucash.org/])
|
||||
AC_INIT([GnuCash], [2.6.19], [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])
|
||||
|
Loading…
Reference in New Issue
Block a user