commit 2ce9891defcab2e01f76367d550322cbe8c595b0
Author: Stef Walter <stefw@gnome.org>
Date:   2013-03-18

    Release version 3.7.92

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

commit 7caefe384b52ade8f918543ca6c4146ded7fc9e6
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   2013-03-17

    Converted Portuguese translation to New Spelling (Novo AO)

 po/pt.po | 186 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 93 insertions(+), 93 deletions(-)

commit 2e45a1dc4ad7f6e6bed5b357af3a520d56796875
Author: Stef Walter <stefw@gnome.org>
Date:   2013-03-06

    pkcs11: More fixes for libtasn1 3.1 and later
    
     * We really should be doing this diferrently. However
       for now just fix the build

 pkcs11/gkm/tests/test-data-asn1.c    | 1 +
 pkcs11/xdg-store/gkm-xdg-asn1-defs.c | 1 +
 2 files changed, 2 insertions(+)

commit 76a3c391004ca1a91afdd704aa0e944ec334e3f4
Author: Stef Walter <stefw@gnome.org>
Date:   2013-03-06

    Remove last few references of roots-store

 .gitignore             |   2 -
 HACKING                |   3 -
 docs/gnome-keyring.svg | 171 +++++++++++++++++++++++++++----------------------
 3 files changed, 95 insertions(+), 81 deletions(-)

commit 5b8eb09d3af21d6a0bf8daf962d65db42a75fecc
Author: Dmitry Shachnev <mitya57@ubuntu.com>
Date:   2013-03-10

    Update introspection to match the new SearchItems behavior
    
    This makes the introspection match the new behavior of Collection's
    SearchItems method, introduced in ddb87ccad91a6ee0.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=695115

 daemon/dbus/gkd-secret-introspect.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit bc6fba2082c7558d8c5559306064a675426eac7d
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   2013-03-07

    Updated Slovenian translation

 po/sl.po | 123 ++++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 78 insertions(+), 45 deletions(-)

commit c90a1cca64b2cf0da8e4b38baa905434beff5e72
Author: Stef Walter <stefw@gnome.org>
Date:   2013-03-05

    secret-store: Update the Created and Modified properties correctly
    
     * Set the Modified property before committing transactions
     * Set the Created property when items and collections are created
     * Add tests for this functionality
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695052

 daemon/dbus/tests/Makefile.am                  |   1 +
 daemon/dbus/tests/test-secret-items.c          | 201 +++++++++++++++++++++++++
 pkcs11/secret-store/gkm-secret-collection.c    |   2 +
 pkcs11/secret-store/gkm-secret-item.c          |   8 +-
 pkcs11/secret-store/gkm-secret-object.c        |  52 ++++++-
 pkcs11/secret-store/gkm-secret-object.h        |   5 +-
 pkcs11/secret-store/tests/test-secret-object.c |   8 +-
 7 files changed, 266 insertions(+), 11 deletions(-)

commit 527da9c6f6af487d4eb4142c160a88d6f6fff815
Author: Stef Walter <stefw@gnome.org>
Date:   2013-03-05

    dbus: Refactor out testing code for starting gnome-keyring-daemon
    
    This is going to be used by many later tests
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695052

 daemon/dbus/tests/Makefile.am           |   7 ++
 daemon/dbus/tests/test-secret-search.c  | 143 ++-----------------------
 daemon/dbus/tests/test-secret-signals.c | 183 +++++---------------------------
 daemon/dbus/tests/test-service.c        | 181 +++++++++++++++++++++++++++++++
 daemon/dbus/tests/test-service.h        |  48 +++++++++
 5 files changed, 269 insertions(+), 293 deletions(-)