gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Dec 17 16:02:05 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/0026b108 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c1b5e6c8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/70fe66c9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5da9e2f4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8efc0e7b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/51fab91f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4ce47b89 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/87e833c6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9dcb2037 (commit)
	from  https://github.com/Gnucash/gnucash/commit/e1d33854 (commit)



commit 0026b108517a4f9c3f65d2d8e595b4b5d28d07ff
Merge: e1d3385 c1b5e6c
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 17 13:00:00 2017 -0800

    Merge branch 'maint' into unstable

commit c1b5e6c8df22ff680c436e670287de5aee10fe9d
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 16 15:28:56 2017 -0800

    Release 2.6.19

commit 70fe66c9fd9bbe78234e939a1dde26a0ab696d21
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 16 15:11:14 2017 -0800

    Fix python tests when building from tarball.

commit 5da9e2f4c98eabf3417afc173c2b0654a0b94e5a
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 16 11:28:24 2017 -0800

    Update Dutch and Serbian translations from the Translation project.

commit 8efc0e7bdc6c7876e376aa4e8ef7b8b4f3ffa52a
Merge: 51fab91 9dcb203
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 16 10:54:03 2017 -0800

    Merge Rob Gowin's Partial Fix for Bug 787497 into maint.

commit 51fab91ffef8aafea8a80de11f96a8697bc332cc
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 16 10:36:27 2017 -0800

    Add test-flat-bayes to autotools build.

commit 4ce47b898d45339b95756bb3157a0b7afb9e1830
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 16 10:35:07 2017 -0800

    Add minimum version to feature and fix copy-paste error in test-flat-bayes.
    
    As recommended by Geert Janssens.

commit 87e833c693e0b0fa887d6f1fd8fd6622ec459b95
Author: lmat <dartme18 at gmail.com>
Date:   Wed Nov 22 14:02:45 2017 -0500

    GUID/Flat bayes handling in 2.6
    
    With 2.8 soon able to write flat guid bayes kvps, 2.6 will also need
    to be able to read them. This change enables 2.6 to be able to write
    all known types of import maps: not-flat guid and account name, and
    flat guid import maps, but it is not able to convert between these
    types. 2.8 is able to read earlier, not-flat bayes kvps,
    and will convert them to a flat guid model.

commit 9dcb2037ad8ffe6295e343d7656ca311c80679a5
Author: Rob Gowin <robgowin at gmail.com>
Date:   Sat Dec 2 17:59:40 2017 -0600

    Partial fix for Bug 787497 - Disabling options cripples dist package
    
    WITH_OFX, WITH_SQL and WITH_AQBANKING handling is fixed. The
    dist files for these features are always included in the dist
    tarball.
    
    I added code for WITH_GNUCASH=OFF to error out when trying to
    create a dist tarball. Not fully tested because WITH_GNUCASH=OFF
    itself does not build.
    
    Still need to backport fixes from unstable for WITH_PYTHON=OFF.



Summary of changes:
 CMakeLists.txt                                    |   15 +-
 ChangeLog                                         |  214 +-
 NEWS                                              |   23 +-
 common/cmake_modules/MakeDist.cmake               |    6 +-
 gnucash/import-export/CMakeLists.txt              |    8 +-
 gnucash/import-export/ofx/gschemas/CMakeLists.txt |    6 +-
 gnucash/import-export/ofx/test/CMakeLists.txt     |   10 +-
 libgnucash/backend/CMakeLists.txt                 |    6 +-
 libgnucash/backend/dbi/CMakeLists.txt             |   48 +-
 libgnucash/backend/dbi/test/CMakeLists.txt        |    2 +-
 libgnucash/backend/sql/CMakeLists.txt             |   27 +-
 libgnucash/backend/sql/test/CMakeLists.txt        |   18 +-
 po/nl.po                                          | 2180 +++++++++++----------
 po/sr.po                                          |  442 ++---
 14 files changed, 1671 insertions(+), 1334 deletions(-)



More information about the gnucash-patches mailing list