commit 769e917fc0b330d5d19f93c050870f7bc6d5555a
Author: Stef Walter <stefw@gnome.org>
Date:   2013-04-30

    Release version 3.9.1

 NEWS         | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit b570ac71b7e037abbb7b14d246d5a37f0afd6ba8
Author: Stef Walter <stefw@gnome.org>
Date:   2013-04-27

    Fix implementation of LockService dbus method
    
    This prevented gnome_keyring_lock_all() in libgnome-keyring from
    working as expected.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690466

 daemon/dbus/gkd-secret-lock.c        |  50 +++++++++++++
 daemon/dbus/gkd-secret-lock.h        |   3 +
 daemon/dbus/gkd-secret-service.c     |  12 +++-
 daemon/dbus/gkd-secret-unlock.c      |   1 +
 daemon/dbus/tests/Makefile.am        |   3 +-
 daemon/dbus/tests/test-secret-lock.c | 134 +++++++++++++++++++++++++++++++++++
 6 files changed, 201 insertions(+), 2 deletions(-)

commit 6f955eeed2728f0d8cf6dc7adb4265a8725d7d50
Author: Wouter Bolsterlee <uws@xs4all.nl>
Date:   2013-04-19

    Updated Dutch translation

 po/nl.po | 370 +++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 231 insertions(+), 139 deletions(-)

commit 0281ae4118690abe8631c601c8719b2a7a82a305
Author: Stef Walter <stefw@gnome.org>
Date:   2013-04-19

    egg-asn1x: Update from gcr for recent changes in libtasn1

 .gitignore                   |    1 -
 Makefile.decl                |    9 +-
 configure.ac                 |   11 -
 egg/Makefile.am              |   24 +-
 egg/egg-asn1x.c              |  194 ++++++--
 egg/egg-asn1x.h              |   12 +-
 egg/pk.asn.h                 |   71 +++
 egg/pkix.asn.h               | 1110 ++++++++++++++++++++++++++++++++++++++++++
 egg/tests/Makefile.am        |   17 +-
 egg/tests/test.asn.h         |   87 ++++
 pkcs11/gkm/tests/Makefile.am |   17 +-
 pkcs11/gkm/tests/test.asn.h  |   17 +
 pkcs11/xdg-store/Makefile.am |   18 +-
 pkcs11/xdg-store/xdg.asn.h   |   40 ++
 14 files changed, 1529 insertions(+), 99 deletions(-)

commit 87d5307b91d733dac7277c28f4b760d4f90a5a4a
Author: Stef Walter <stefw@gnome.org>
Date:   2012-12-22

    Update for deprecations in GLib
    
     * Use GMutex insteod of GStaticMutex
     * Don't use g_thread_supported

 egg/egg-libgcrypt.c            |   3 +-
 egg/egg-secure-memory.h        |   6 +-
 pkcs11/gkm/gkm-module-ep.h     | 268 ++++++++++++++++++++---------------------
 pkcs11/gkm/gkm-timer.c         |  31 +++--
 pkcs11/gkm/tests/mock-module.c |   4 +-
 5 files changed, 155 insertions(+), 157 deletions(-)