gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Fri May 8 15:45:39 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/5a4a8ac5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f604348d (commit)
	from  https://github.com/Gnucash/gnucash/commit/61021c46 (commit)



commit 5a4a8ac5d6e038e8ce87a398e43b43998194e667
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri May 8 21:43:40 2015 +0200

    Bug 746873 - Gnucash asks sql passwords before wallet password
    
    Work around a bug in libsecret. Under certain conditions
    libsecret will silently fail to find a password even though
    it is stored. The workaround uses another interface call
    to force unlocking the secret store which works around the bug.
    This workaround should be removed once a fix for
    https://bugzilla.gnome.org/show_bug.cgi?id=748625
    will be commonly available.

commit f604348d9b1bc9bb715157c4f7c621358e6daf54
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Apr 28 10:38:37 2015 +0200

    Bug 746873 - Gnucash asks sql passwords before wallet password
    
    If libsecret is available use it to search for both
    libsecret based passwords as gnome-keyring based ones.
    This catches the situation where a password was stored
    earlier using gnome-keyring, while the user is now trying
    to retrieve it on a system that only has libsecret available.
    This used to fail because gnucash depended on gnome-keyring
    to be present in that situation.



Summary of changes:
 src/gnome-utils/gnc-keyring.c | 239 +++++++++++++++++++++++++++---------------
 1 file changed, 153 insertions(+), 86 deletions(-)



More information about the gnucash-patches mailing list