commit 41b66f65d6a8c3adb055863590ef0d865587b56c
Author: Stef Walter <stefw@gnome.org>
Date:   2012-08-06

    Release version 3.5.5

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

commit c90753485992e99de3be4e678dc6147b0a80b41d
Author: Stef Walter <stefw@gnome.org>
Date:   2012-07-26

    tool: Initialize pkcs#11 before beginning import
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680653

 tool/gkr-tool-import.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 840517c4b7eafedb77d2aac62aa6c73a0241517f
Author: Stef Walter <stefw@gnome.org>
Date:   2012-07-24

    Rename the p11-kit module file
    
     * p11-kit now wants module configs to end in .module
    
    See: https://bugs.freedesktop.org/show_bug.cgi?id=52158

 .gitignore                               | 1 +
 configure.ac                             | 2 +-
 pkcs11/rpc-layer/Makefile.am             | 2 +-
 pkcs11/rpc-layer/gnome-keyring-module.in | 7 -------
 pkcs11/rpc-layer/gnome-keyring.module.in | 7 +++++++
 5 files changed, 10 insertions(+), 9 deletions(-)

commit 26a694b1a18a92580d211ec2d18803af0ad05d99
Author: Yclept Nemo <orbisvicis@gmail.com>
Date:   2012-07-18

    daemon: Use setsid() to become a process leader when daemonizing
    
     * Fixes corner cases where people try to use gnome-keyring-daemon
       from the console.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679892

 daemon/gkd-main.c | 7 +++++++
 1 file changed, 7 insertions(+)