commit 743e16b41417ffa5d4ec7811bf0df94b858de837
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-09-18

    Release 3.1.92

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

commit d3eb64e3d7cc007c73588b7c11a3ee6755a09942
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   2011-09-16

    Added Belarusian translation.

 po/LINGUAS |    1 +
 po/be.po   |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+), 0 deletions(-)

commit e2f1f426eccafd3db4f0f2f22f561c2a8a204913
Author: Alexander Larsson <alexl@redhat.com>
Date:   2011-09-15

    Make sure we initialize dbus thread primitives
    
    Make sure we initialize dbus thread primitives as apps may
    (and do) call g-k in threads. This isn't 100% safe, because
    someone might have been doing dbus calls before without
    initializing threads. However, there is no safe solution to
    this other than just making all such places initialze threads
    (or port to GDBus), so we do it anyway. (GVfs does it too, so
    most apps end up doing it that way.)
    
    Tweaked by Stef Walter.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659162

 library/gkr-operation.c |   27 +++++
 library/gkr-operation.h |    6 +
 library/gnome-keyring.c |  274 +++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 265 insertions(+), 42 deletions(-)

commit 13ab2b86431b9d1d6df1751d95c1f5ca1884cc10
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-09-15

    Print warning when we get kicked off the bus for some reason.

 library/gkr-operation.c |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

commit 231045523eb6f17ee942b359af4c200e65a3fd00
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-09-15

    Properly send the Type property when a new item is created.
    
     * Previously items were all being created as generic secret.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=654425

 library/gnome-keyring.c       |   48 ++++++++++++++++++++++++++++------------
 library/tests/test-keyrings.c |   28 +++++++++++++++++++++++
 2 files changed, 61 insertions(+), 15 deletions(-)

commit 67511dcaa05f1ad322c87352ad71fff764c361c2
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-09-15

    Try and reset the default keyring after running tests on a daemon.

 library/tests/test-keyrings.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)