gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Nov 26 12:39:04 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/0afef080 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/13657ee1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0d8112bf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1674eb0b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/af1bc450 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/23f25d74 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ff76db28 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/742064ee (commit)
	from  https://github.com/Gnucash/gnucash/commit/50874d89 (commit)



commit 0afef080a7db47f1951cf1d49151546f7690de21
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Nov 25 16:33:30 2017 -0800

    Release 2.7.2

commit 13657ee1bb8f70db510b44c0d1b9e4843b2ee1eb
Merge: 50874d8 0d8112b
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Nov 25 15:35:24 2017 -0800

    Merge branch 'maint' into unstable

commit 0d8112bfefdcd13134d6a70042d48806b59475f9
Author: Rob Gowin <robgowin at gmail.com>
Date:   Thu Nov 23 10:50:16 2017 -0500

    Bug 790620 - Failed to create file “/usr/share/glib-2.0/schemas/gschemas.compiled.XY789Y”
    
    Changed install rule for gschema.compiled to use a target.

commit 1674eb0bd49d38ce9ddde059a59527d6f2400f8a
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Nov 21 13:30:17 2017 -0800

    Fix python build and test errors on Mac.

commit af1bc45021aaa9c844a9e204ead402f155835e36
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 19 09:36:44 2017 -0800

    A better way to handle MySQL's 0000-00-00 invalid date indicator.

commit 23f25d74d99c4f2b1b2371e1824fde93ef8127b4
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 19 09:35:08 2017 -0800

    Don't try to unref a NULL GDateTime*.

commit ff76db28f5d6de298df29e390c59b2a7bddf6dfa
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Wed Nov 15 03:33:57 2017 +0100

    Add po/glossary/gnc-glossary.pot to .gitignore

commit 742064ee8752831003944fea62d01dfdd86bc4bd
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Wed Nov 15 00:36:41 2017 +0100

    Fix a few encodings and Content-* tags in glossary



Summary of changes:
 .gitignore                                         |   1 +
 CMakeLists.txt                                     |   4 +-
 ChangeLog                                          | 446 ++++++++++++++++++++-
 NEWS                                               |  97 +++++
 bindings/python/sqlite3test.c                      |   6 +-
 cmake/CMakeLists.txt                               |  16 +-
 configure.ac                                       |   2 +-
 libgnucash/backend/dbi/gnc-dbisqlresult.cpp        |   2 +-
 .../backend/sql/gnc-sql-column-table-entry.cpp     |   2 +-
 libgnucash/engine/gnc-date.cpp                     |  18 +-
 libgnucash/engine/gnc-date.h                       |   2 +-
 libgnucash/engine/test/test-gnc-date.c             |  23 +-
 po/glossary/ca.po                                  |   2 +-
 po/glossary/el.po                                  | 268 ++++++-------
 po/glossary/es.po                                  | 108 ++---
 po/glossary/es_NI-policy.txt                       |  40 +-
 po/glossary/it.po                                  |  24 +-
 po/glossary/lt.po                                  |   2 +-
 po/glossary/nb.po                                  |  58 +--
 19 files changed, 814 insertions(+), 307 deletions(-)



More information about the gnucash-patches mailing list