commit 93efd69d157e00ed06ad86e4b0f872f8f9d2a614
Author: Stef Walter <stefw@gnome.org>
Date:   2013-05-04

    Release version 3.8.2

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

commit a82b583ed598e453c90068243d94b6caffbe4560
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 da49bf53791f8cba6a257625d56d2ab4b1dfe2f1
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(-)

commit 491fdec1850860f28c84daeeb1bd6aaf6036b534
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(-)