commit 9637ed64fded1695d034062efce378290877c956 Author: Stef Walter Date: 2011-07-25 Release version 3.1.4 NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) commit ac54d43d0e7fa60fb359bf040a0ac831b7bc8af1 Author: Carles Ferrando Date: 2011-05-29 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) commit f3c2b2d944aa8b5a215968308e1bbfef92f28428 Merge: 4c1d742 2c3bc67 Author: Stef Walter Date: 2011-05-26 Merge branch 'gnome-3-0' Conflicts: NEWS configure.ac commit 2c3bc672a7872e888eeec790c60f1336c8b32634 Author: Stef Walter 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 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 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(-) commit 253ba6492382e5103dcf8e642ec4262cedf1bebe Author: Stef Walter Date: 2011-05-22 Release version 3.0.2 NEWS | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit b49e32b32d4d7c326c3bd7dd44ca1c35944a94c4 Author: landijk Date: 2011-05-22 Fix memory leaks. https://bugzilla.gnome.org/show_bug.cgi?id=650606 library/gnome-keyring.c | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit 152dc46e742621121ca6aa54ad21996674377c89 Author: Stef Walter Date: 2011-05-22 test-any-daemon is not really a automated test. Rename. * Because it interacts with the currently running session, and can have side effects. .gitignore | 1 + library/tests/Makefile.am | 6 ++- library/tests/frob-any-daemon.c | 79 +++++++++++++++++++++++++++++++++++++++ library/tests/test-any-daemon.c | 79 --------------------------------------- 4 files changed, 84 insertions(+), 81 deletions(-) commit 4c1d742ccd9ea9a1cae05412ebdaeac0cce6ee48 Author: Stef Walter Date: 2011-05-09 Bump version number configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)