commit fe3781f822251b047d1456d0af435d3536b104c5 Author: Stef Walter Date: 2012-10-15 Release version 3.6.1 NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit 2454e2d4f53472b502abcac8bab9ded03f269d62 Author: Stef Walter Date: 2012-10-13 dbus: Don't leave unlocked keyring as consequence of changing password * When changing the keyring for a password, we left the credential for the new password set for the keyring. This means that the keyring could be unlocked at that point. Clear it correctly. https://bugzilla.gnome.org/show_bug.cgi?id=686085 daemon/dbus/gkd-secret-change.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit a77a12b190ccdb3004992789fbd9e18fd4417595 Author: Stef Walter Date: 2012-10-13 dbus: Clear prompt warning when prompting for new password * When user enters original password incorrectly, and tries again when prompting for the new password the warning wasn't cleared from the prompt. * Clear warning prompt correctly. https://bugzilla.gnome.org/show_bug.cgi?id=686084 daemon/dbus/gkd-secret-change.c | 1 + 1 file changed, 1 insertion(+) commit c9bb11a65ad66e948b3384ad9e22a224381d36e4 Author: Stef Walter Date: 2012-10-13 dbus: Fix regression in password changing * We didn't unlock the keyring correctly with the old password, because we deleted the credential object before trying to set the new credential. * Also fix several leaks in the password change prompt object. https://bugzilla.gnome.org/show_bug.cgi?id=686083 daemon/dbus/gkd-secret-change.c | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) commit e356da9f2dc4c93c8512248de5f3f750e36f2a83 Author: Sayak Sarkar Date: 2012-10-15 Updated Bengali India Translations po/bn_IN.po | 458 ++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 258 insertions(+), 200 deletions(-) commit 741c7bafea48c8856c3e9d531e0bc8ce5c4c353a Author: Marián Čavojský Date: 2012-10-14 Updated slovak translation po/sk.po | 428 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 237 insertions(+), 191 deletions(-) commit 820a52ad8da13f85c9378494bd6c2e8d5c2281f3 Author: Shankar Prasad Date: 2012-10-14 Updated Kannada Translations po/kn.po | 403 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 244 insertions(+), 159 deletions(-) commit b7648ca3864cf8d952468bae299806b0fcda5442 Author: Stef Walter Date: 2012-10-12 secret-store: Set the schema name correctly on loaded items * When we loaded items from the keyring we didn't set the schema correctly. * This causes any searches for the item that include a schema in the search parameters to fail. * Also caused problems storing items, when it was expected that the item would replace any already stored. This uses a search internally. * Fix and add a test for this case, both for encrypted and plaintext keyring files. https://bugzilla.gnome.org/show_bug.cgi?id=681727 pkcs11/secret-store/gkm-secret-binary.c | 9 +++++--- pkcs11/secret-store/gkm-secret-textual.c | 15 +++++++++++--- .../tests/files/encrypted-with-schema.keyring | Bin 0 -> 404 bytes .../tests/files/plain-with-schema.keyring | 23 +++++++++++++++++++++ pkcs11/secret-store/tests/test-secret-binary.c | 21 +++++++++++++++++++ pkcs11/secret-store/tests/test-secret-textual.c | 23 +++++++++++++++++++++ 6 files changed, 85 insertions(+), 6 deletions(-) commit 34467afa89c1eabf16bf65b89f35b62cc61bf9d9 Author: Anish A Date: 2012-10-05 Revert "Updated Malayalam translation" This reverts commit 788dd331e53c10eac637d9dddcd2f60f780ea8ac. I comitted a mistake po/ml.po | 270 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 130 insertions(+), 140 deletions(-) commit 788dd331e53c10eac637d9dddcd2f60f780ea8ac Author: Anish A Date: 2012-10-05 Updated Malayalam translation po/ml.po | 270 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 140 insertions(+), 130 deletions(-) commit a807039bec146aed886338065f103c3044892b2b Author: Stef Walter Date: 2012-09-21 daemon: Call setlocale() before completing initialization A new LANG environment variable can be received during late initialization (from gnome-keyring-daemon --start). So call setlocale() so that the new environment variable can take effect. https://bugzilla.gnome.org/show_bug.cgi?id=684539 daemon/gkd-main.c | 4 ++++ 1 file changed, 4 insertions(+) commit 0c71452290977332a0e86d9eb0d04b291cce2263 Author: Stef Walter Date: 2012-09-19 rpc-layer: Fix memory leak in call state pool https://bugzilla.gnome.org/show_bug.cgi?id=684351 pkcs11/rpc-layer/gkm-rpc-module.c | 7 +++++++ 1 file changed, 7 insertions(+)