commit 81f51c700996c770c1743340baa39c4108757f9f Author: Stef Walter Date: 2011-11-14 Release version 3.2.2 * Disable requirement to distcheck without warnings, since glib has changed significantly. Makefile.am | 2 +- NEWS | 9 +++++++++ configure.ac | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) commit 30915a6fc4b95bbe6a5da224f731480e78bbaf83 Author: Stef Walter Date: 2011-10-26 Build correctly with glib 2.31 * Link to gthread correctly. configure.ac | 3 +++ daemon/Makefile.am | 12 +----------- daemon/gpg-agent/Makefile.am | 10 ++-------- daemon/ssh-agent/Makefile.am | 8 ++------ pkcs11/gkm/tests/Makefile.am | 3 ++- pkcs11/xdg-store/tests/Makefile.am | 1 + 6 files changed, 11 insertions(+), 26 deletions(-) commit 15bf6c05a9ed4148ed212735a735c2fbe7289908 Author: Stef Walter Date: 2011-11-14 ui: Fix problem with 'unsafe storage' prompt deadlocking * The grab handler wasn't being removed before showing the 'unsafe storage' prompt. * This deadlock would occur when the user pressed in a password field. https://bugzilla.gnome.org/show_bug.cgi?id=661277 ui/gku-prompt-tool.c | 18 ++++++++++++------ ui/tests/files/prompt-create | 12 ++++++++++++ 2 files changed, 24 insertions(+), 6 deletions(-) commit fa7e6c389d92a2ab829da348bad751da545682d6 Author: Guido Berhörster Date: 2011-11-06 Remove XFCE & LXDE from OnlyShowIn for autostart files Since XFCE and LXDE don't support the dbus interface used by gnome-keyring in autostart to set the right environment variables for ssh agent, gpg agent, etc., XFCE and LXDE should not appear in OnlyShowIn. We might want to add XFCE back in the future, since XFCE devs might implement the dbus interface. https://bugzilla.gnome.org/show_bug.cgi?id=660240 daemon/gnome-keyring-gpg.desktop.in.in | 2 +- daemon/gnome-keyring-pkcs11.desktop.in.in | 2 +- daemon/gnome-keyring-secrets.desktop.in.in | 2 +- daemon/gnome-keyring-ssh.desktop.in.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) commit b29036a753e08e03d364f054d980e192563c772c Author: Travis Reiter Date: 2011-11-01 gcr: Fix build, link against glib https://bugzilla.gnome.org/show_bug.cgi?id=662647 gcr/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit cbd06e76aa3ff1292537aacb8ff2e5c933ec951c Author: Nilamdyuti Goswami Date: 2011-10-31 Assamese translation updated po/as.po | 112 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 49 insertions(+), 63 deletions(-) commit 71bdb5dc967ec99b3b2fe9d5994de7996b4142c5 Author: Stef Walter Date: 2011-10-24 pkcs11: Use g_random_int_range() for pseudo-random hash iteration count * Used when hashing passwords into symmetric keys * Previous solution was overflowing https://bugzilla.gnome.org/show_bug.cgi?id=662025 pkcs11/gkm/gkm-data-der.c | 2 +- pkcs11/secret-store/gkm-secret-binary.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit fc922d8d80ec2c1f85e6d6d34583c19b864f9f00 Author: Arash Mousavi Date: 2011-10-24 Updated Persian translation po/fa.po | 38 +++++++++++++++++--------------------- 1 files changed, 17 insertions(+), 21 deletions(-) commit bc01094411d724470ebda56d4515f45760f8d008 Author: Stef Walter Date: 2011-10-20 secret-store: Return results with the most recent result first * This is to help programs that have erroneusly stored more than one password with given attributes, and keep finding the old one. * The most recent one is usually correct. pkcs11/secret-store/gkm-secret-search.c | 79 +++++++++++++---------- pkcs11/secret-store/tests/test-secret-search.c | 73 ++++++++++++++++++++++ 2 files changed, 118 insertions(+), 34 deletions(-) commit 6ffc5328ef6613521d43154a8a6ed196edb975ff Author: Stef Walter Date: 2011-10-19 pkcs11: Make clear source of warnings from the rpc module pkcs11/rpc-layer/gkm-rpc-util.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit dfeff2209a8b1d109f8a334efa41eea9fdebca57 Author: Nguyễn Thái Ngọc Duy Date: 2011-10-19 Updated Vietnamese translation po/vi.po | 193 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 81 insertions(+), 112 deletions(-) commit 009f3de36f3a930835ee2741a6ec2f94d03cefde Author: Nguyễn Thái Ngọc Duy Date: 2011-10-19 po/vi: import from Damned Lies po/vi.po | 1175 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 735 insertions(+), 440 deletions(-)