commit 1f7f67fe73217e1a51d3ce7ec834af3a764c57b4 Author: Stef Walter Date: 2012-10-22 Release version 3.7.1 NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit c744fe9d7d4c7f82db1eb99ce3d641164734f1ef Author: Stef Walter Date: 2012-10-20 Fix for soup deprecation * Bump libsoup dependency to 2.24.0 configure.ac | 2 +- pgp/seahorse-hkp-source.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 9a6c7f49f23e71ba5122dc081b88d0ab3ea5e405 Author: Stef Walter Date: 2012-10-22 Fix for glib deprecations * g_type_init() was deprecated in glib 2.35.0 src/seahorse-main.c | 2 ++ 1 file changed, 2 insertions(+) commit 24f8cfc1bd6aa04dcdfc2dd24f621b2cac722920 Author: Stef Walter Date: 2012-10-13 pgp: Use correct capitalization of ElGamal https://bugzilla.gnome.org/show_bug.cgi?id=686087 pgp/seahorse-gpgme-generate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 013bc421ce9117ebdeae780813629e23b75a556f Merge: e1db111 0c64651 Author: Stef Walter Date: 2012-10-22 Merge branch 'gnome-3-6' commit 0c64651c23437f140307046f302628ba63542561 Author: Stef Walter Date: 2012-10-18 gkr: Fix problem where keyring items overwrite one another Regression since the migration to libsecret. Items stored manually by choosing 'Stored Password' overwrite one another. Don't use secret_service_store() as it uses the SECRET_ITEM_CREATE_REOPLACE flag. https://bugzilla.gnome.org/show_bug.cgi?id=686407 gkr/seahorse-gkr-add-item.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)