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

    Release version 3.9.1

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

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

    Add testing tool for locking all keyrings

 .gitignore                    |  1 +
 library/gnome-keyring.c       |  2 ++
 library/tests/Makefile.am     |  3 ++-
 library/tests/frob-lock-all.c | 53 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 58 insertions(+), 1 deletion(-)

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

    Don't use deprecated glib 2.36 stuff

 egg/egg-libgcrypt.c            | 3 +--
 egg/egg-secure-memory.h        | 6 +++---
 library/gnome-keyring-memory.c | 6 +++---
 3 files changed, 7 insertions(+), 8 deletions(-)

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

    Add option for building with code coverage

 .gitignore                |  2 ++
 configure.ac              | 29 +++++++++++++++++++++++++++++
 egg/Makefile.am           |  3 +++
 egg/tests/Makefile.am     |  3 +++
 library/Makefile.am       |  3 ++-
 library/tests/Makefile.am |  3 +++
 6 files changed, 42 insertions(+), 1 deletion(-)