gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Thu Mar 10 09:19:23 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/7003a561 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/18065151 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/712d340b (commit)
	from  https://github.com/Gnucash/gnucash/commit/b89723a5 (commit)



commit 7003a561712d104e6b72dc5be2c6bdaff0ff20a7
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Mar 10 12:08:40 2016 +0100

    Make gnucash 2.7+ rerun bayesian data conversion whenever needed
    
    Whenever recent 2.6.x versions of gnucash store bayesian data
    in the old format (full account name based), gnucash 2.7+
    should perform a conversion the the new format (guid based)
    on subsequent opening of the file.

commit 18065151223a7a932b7e7831c6d7ab209b78dce7
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Feb 20 13:15:56 2016 +0000

    Allow matching accounts to be found also by their GUID
    which will be used in newer versions. The
    default behaviour is still to create new entries
    under the account fullname.

commit 712d340bf4d7898605e6fb8e6a4a9b52c0372410
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Mar 10 12:05:16 2016 +0100

    Introduce GUID_BAYES feature flag
    
    This will be set by future versions of gnucash (2.7+) when
    they save bayesian data using GUID's instead of full
    account names. The flag will prevent older versions
    (2.6.11 and older) from opening data files with such data.



Summary of changes:
 src/core-utils/gnc-features.c        |  1 +
 src/core-utils/gnc-features.h        |  1 +
 src/import-export/import-match-map.c | 63 ++++++++++++++++++++++++++++++------
 3 files changed, 55 insertions(+), 10 deletions(-)



More information about the gnucash-patches mailing list