gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Mon Oct 3 13:55:40 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/87ed53b3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cd8182fc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c605e441 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/127adb4a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c599bf3c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b905c4a2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2d5056db (commit)
	from  https://github.com/Gnucash/gnucash/commit/921b5a9f (commit)



commit 87ed53b34783a5305efb7c9dd6f41fb89715aba9
Merge: 921b5a9 cd8182f
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Oct 3 19:55:07 2016 +0200

    Merge branch 'maint'

commit cd8182fc6ffba120bcaeec3669328234f69e3cde
Author: Ralf Habacker <ralf.habacker at freenet.de>
Date:   Wed Sep 28 23:55:13 2016 +0200

    Fix broken german account template 'Kontenrahmen für Wohnungswirtschaft'.
    
    The root node was not used as parent in any other account.
    
    This issue has been detected on updating account templates
    into kmymoney sources.

commit c605e4415ff7bf0493bc1f3b0c4af1d67436ea42
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Oct 3 17:41:11 2016 +0200

    Bug 771617 - Build fails because test test-report-utilities is sensitive to time of day/timezone
    
    This commit makes the test work in all timezones from -11 to +10. Timezone +11 still fails, but that's the compromise we have made in the rest of gnucash as well.

commit 127adb4a7c706784f588d45e42d468cb40428e74
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sun Oct 2 12:08:34 2016 +0200

    Bug 772313 - Invalid DOCTYPE in report generation

commit c599bf3c0b50185b07e2b1d565c8fe11d3dfb862
Author: Rob Gowin <robgowin at gmail.com>
Date:   Tue Sep 27 11:24:36 2016 -0500

    Use default PKG_CHECK_MODULES for CMake version > 3.4

commit b905c4a26d57a7b2878db92050e97ec9f3d5a9b9
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 25 23:07:14 2016 +0200

    Remove obsolete AS_SCRUB_INCLUDES macro.
    
    This was an ugly work-around for a bogus warning from gcc-3, a
    long-superceded compiler. The way the macro was written caused
    portablility issues (see PR 102) and other projects (gstreamer
    in particular) removed it several years ago.
    
    Thanks to Julian Ospald for bringing it to our attention.

commit 2d5056db6c1b62626d14a96eb41db4bbbdac04aa
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Sun Sep 25 09:12:19 2016 +0100

    Bug 771246 - Set Invoice/Bill items date correctly from imported CSV.
    
    Set Date Entered to date in the csv file, or today if absent.



Summary of changes:
 accounts/de_DE/acctchrt_wohnungsw.gnucash-xea      |  1 +
 configure.ac                                       |  7 -----
 macros/as-scrub-include.m4                         | 32 ----------------------
 src/cmake_modules/GncFindPkgConfig.cmake           | 10 +++----
 src/plugins/bi_import/dialog-bi-import.c           |  2 ++
 src/report/report-system/html-document.scm         |  2 +-
 .../report-system/test/test-report-utilities.scm   | 28 +++++++++++++------
 7 files changed, 28 insertions(+), 54 deletions(-)
 delete mode 100644 macros/as-scrub-include.m4



More information about the gnucash-patches mailing list