gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Jan 15 13:04:23 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/290232e2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/43cb48ef (commit)
	 via  https://github.com/Gnucash/gnucash/commit/88a1d141 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/53b7c516 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9b21c9e6 (commit)
	from  https://github.com/Gnucash/gnucash/commit/94942196 (commit)



commit 290232e2cb63cdf86a71e813531a1a2259f237a2
Merge: 9494219 43cb48e
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jan 15 10:03:24 2016 -0800

    Merge branch 'maint'
    
    Fixes breakage of Windows master build by not trying to link on Windows.

commit 43cb48efd93c887eadd337e49f0d0b48d5e7542c
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jan 15 10:02:11 2016 -0800

    Fix reset of PKG_CONFIG_PATH to unset variable.
    
    Apparently a cmake upstream bug.

commit 88a1d1412a31479dd9918cc707cf15172848caff
Author: RobGowin <robgowin at gmail.com>
Date:   Fri Jan 15 09:03:40 2016 -0600

    Tweak handling of COPYING file
    
    * Fix symlink to not escape local directory
    * Copy instead of link for Win32
    * Remove COPYING and INSTALL from maint branch

commit 53b7c51632bf340d8d33151e7ff82c8f8c984f3b
Author: RobGowin <robgowin at gmail.com>
Date:   Wed Jan 13 10:45:29 2016 -0600

    Support CMake 3.0 for Debian Jessie

commit 9b21c9e682e8ade37778f7b67a09bfd0da87355f
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Thu Jan 14 13:38:11 2016 +0000

    Bug 756469 - CSV Invoice Import - Items with double quote escape not imported.
    
    Update regex to accept escaped quotes in (some) quoted fields. Thanks Derek.
    Convert escaped quotes "" to unescaped " in notes and description fields.



Summary of changes:
 CMakeLists.txt                               | 15 ++++++-
 cmake/CMakeLists.txt                         |  6 ++-
 doc/CMakeLists.txt                           | 12 ++++-
 po/CMakeLists.txt                            | 13 +++---
 src/cmake_modules/GncAddGSchemaTargets.cmake | 12 +++--
 src/cmake_modules/GncAddSchemeTargets.cmake  | 10 +++--
 src/cmake_modules/GncFindPkgConfig.cmake     | 16 +++++--
 src/gnome/CMakeLists.txt                     |  9 +++-
 src/plugins/bi_import/dialog-bi-import-gui.c |  6 +--
 src/plugins/bi_import/dialog-bi-import.c     | 65 +++++++++++++++++++++-------
 src/quotes/CMakeLists.txt                    |  8 +++-
 11 files changed, 131 insertions(+), 41 deletions(-)



More information about the gnucash-patches mailing list