commit fd9997b67ca6d3ba62e5a854263d534ba1ad12b4 Author: Stef Walter Date: 2012-10-15 Release version 3.6.1 NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 8845d946f407539646abfca84a3fe8e6c3b8fed3 Author: Stef Walter Date: 2012-10-15 gcr: Remove unneeded translation https://bugzilla.gnome.org/show_bug.cgi?id=685602 gcr/gcr-pkcs11-import-dialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 591c515fa88adb698a9d736874073accf85116bf Author: Marek Černocký Date: 2012-10-07 Updated Czech translation po/cs.po | 739 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 398 insertions(+), 341 deletions(-) commit dc8def89ed789bbb84efb9fc529b55e319451c71 Author: Alexander Shopov Date: 2012-09-29 Updated Bulgarian translation po/bg.po | 739 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 397 insertions(+), 342 deletions(-) commit 6886a96b0c6bdb52c0d1479d24d72ca7707880c4 Author: Yuri Myasoedov Date: 2012-09-27 Updated Russian translation po/ru.po | 107 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 49 insertions(+), 58 deletions(-) commit fcd65c6dae9ce51ce0fabafc66af98766e5a879e Author: Stef Walter Date: 2012-09-20 gck: Fix tests with p11-kit 0.13 and later * p11-kit now encodes all characters in the 'id' part of a PKCS#11 URI https://bugzilla.gnome.org/show_bug.cgi?id=684477 gck/tests/test-gck-uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cc771b6644b326b1e49347ed5835cc390772e7ef Author: Stef Walter Date: 2012-09-20 gck: Fix warnings printed by p11-kit during tests * Don't pass invalid data to the mutex functions in an effort to test them, while running other tests. https://bugzilla.gnome.org/show_bug.cgi?id=684476 gck/gck-mock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4776790b0f3f5ce9ce6a7909022746409c24a5a3 Author: Stef Walter Date: 2012-09-19 gck: Keep enumerating if getting info about one slot fails. * This is happening with the opensc PKCS#11 driver. https://bugzilla.gnome.org/show_bug.cgi?id=684359 gck/gck-enumerator.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 6ea2c2740fd8f62e59189e823a93c4c9b2d5bfde Author: Stef Walter Date: 2012-09-19 gcr-viewer: Clear and focus password entry when password invalid * When user tries to unlock something in the gcr-viewer, and types an invalid password, focus the password entry, and clear it. https://bugzilla.gnome.org/show_bug.cgi?id=684356 gcr/gcr-unlock-renderer.c | 16 ++++++++++++++++ gcr/gcr-unlock-renderer.h | 5 +++++ gcr/gcr-viewer-widget.c | 2 ++ 3 files changed, 23 insertions(+)