commit 2c3bc672a7872e888eeec790c60f1336c8b32634
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-05-26

    Release 3.0.3

 NEWS         |    4 ++++
 configure.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit a94c0fba3846868fa757ca1f64e817f1cb221e9c
Author: Stef Walter <stefw@collabora.co.uk>
Date:   2011-05-23

    Add new test tool for unlocking keyrings.

 .gitignore                          |    1 +
 library/tests/Makefile.am           |    3 +-
 library/tests/frob-unlock-keyring.c |   53 +++++++++++++++++++++++++++++++++++
 3 files changed, 56 insertions(+), 1 deletions(-)

commit 9bcac748b54e00836715b0f70be26b7cbdc8c888
Author: Martin Pitt <martin.pitt@ubuntu.com>
Date:   2011-05-23

    Fix crash from recent memleak fix (b49e32b)
    
    make_attribute_list_va() statically copies the caller's method arguments into
    the GnomeKeyringAttributeList, so we must only free the array itself, not the
    GnomeKeyringAttribute strings.
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=650840

 library/gnome-keyring.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)