commit a6812d0b3792d2fec8515ebb5b4c9f9c78921167 Author: Stef Walter Date: 2012-03-09 Release 3.3.91 * Fix timer test NEWS | 7 +++++++ configure.ac | 2 +- pkcs11/gkm/tests/test-timer.c | 14 +++++++------- 3 files changed, 15 insertions(+), 8 deletions(-) commit 45b79b43c4ec2763ffae52f6352eb256af4fba9c Author: Fran Diéguez Date: 2012-03-08 Updated Galician translations po/gl.po | 113 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 64 insertions(+), 49 deletions(-) commit 97b5a0d2f3602e2472a0a8231439d7aade907367 Author: Stef Walter Date: 2012-03-08 dbus: Fix changing keyring password * Fix various code paths during prompting for changing password * Regression due to prompting changes. https://bugzilla.gnome.org/show_bug.cgi?id=671441 daemon/dbus/gkd-secret-change.c | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) commit eef2891d18358ef01be7420726ca91699e761df9 Author: Alexander Shopov Date: 2012-03-08 Updated Bulgarian translation po/bg.po | 158 +++++++++++++++++++++++++------------------------------------- 1 file changed, 64 insertions(+), 94 deletions(-) commit 42d2fbe552c1b631b6e5d8632c1c2169abb595df Author: Matej Urbančič Date: 2012-03-08 Updated Slovenian translation po/sl.po | 137 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 76 insertions(+), 61 deletions(-) commit bf28759cad9a2c38a90c522d95b09461239e81ea Author: Stef Walter Date: 2012-02-10 daemon: Set button labels in prompts * Use "Unlock" for unlock prompts Related to: https://bugzilla.gnome.org/show_bug.cgi?id=652459 daemon/dbus/gkd-secret-change.c | 3 +++ daemon/gpg-agent/gkd-gpg-agent-ops.c | 1 + pkcs11/wrap-layer/gkm-wrap-prompt.c | 12 ++++++++++++ 3 files changed, 16 insertions(+) commit a7e00d2953c2a36f2d239da6e18986e947eae2ac Author: Nilamdyuti Goswami Date: 2012-03-08 Assamese translation completed po/as.po | 1319 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 617 insertions(+), 702 deletions(-) commit bc23855bffff3f692f010d99d12096597103d0b8 Author: Seong-ho Cho Date: 2012-03-07 Updated Korean translation po/ko.po | 347 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 213 insertions(+), 134 deletions(-) commit c42fcf0377ff925d9f641247d53830fb24388c29 Author: Inaki Larranaga Murgoitio Date: 2012-03-04 Updated Basque language po/eu.po | 333 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 205 insertions(+), 128 deletions(-) commit 7a70195df79540ace0715addb1e5dd1f7fe8f3ab Author: Gabor Kelemen Date: 2012-03-03 Updated Hungarian translation po/hu.po | 358 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 220 insertions(+), 138 deletions(-) commit 07942764cf8d77d6c3e05cb1e3762e4faa54a9a2 Author: Mattias Põldaru Date: 2012-03-02 [l10n] Updated Estonian translation po/et.po | 319 ++++++++++++++++++++++---------------------------------------- 1 file changed, 115 insertions(+), 204 deletions(-) commit a62ebf1e8218cdbee95d945776a9bbbd6227bfe6 Author: Dr.T.Vasudevan Date: 2012-02-28 updated Tamil translation po/ta.po | 336 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 206 insertions(+), 130 deletions(-) commit afbb3bfa4b7c39a0ec16b7f3f9d2be88ce58f39d Author: Krasimir Chonov Date: 2012-02-27 Updated Bulgarian translation po/bg.po | 349 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 214 insertions(+), 135 deletions(-) commit f21897179b150034b7cc3c3909176351d8b6b7fb Author: Kenneth Nielsen Date: 2012-02-20 Updated Danish translation po/da.po | 333 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 205 insertions(+), 128 deletions(-) commit 4ca2cd612e82971ae938f3a604277308d6fcfb4c Author: Daniel Nylander Date: 2012-02-19 Updated Swedish translation po/sv.po | 378 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 211 insertions(+), 167 deletions(-) commit a726614f8bc8b16025f89ff19e259585ec4acc25 Author: Мирослав Николић Date: 2012-02-15 Updated Serbian translation po/sr.po | 378 ++++++++++++++++++++++++++++++++++---------------------- po/sr@latin.po | 360 +++++++++++++++++++++++++++++++++-------------------- 2 files changed, 455 insertions(+), 283 deletions(-) commit cec5188c5a4276705d719134f91fe0552579b629 Author: Stef Walter Date: 2012-02-10 gpg-agent: Fix assertion when cancelling prompt * Assertion when cancelling a password prompt because of null GError. Ignore null errors daemon/gpg-agent/gkd-gpg-agent-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit de327ab6ea69bbecf4b9ee9f3ff2c38da76817f0 Author: Stef Walter Date: 2012-02-09 Use a single ca certificates file by default * Defaults to either /etc/pki/tls/certs/ca-bundle.crt or /etc/ssl/certs/ca-certificates.crt like glib-networking * Also like glib-networking a different file can be specified with --with-ca-certificates=/path/to/file * To disable root CA list, use --with-ca-certificates=no * As before a full directory of certificate files can still be specified with: --with-root-certs=/etc/ssl/certs configure.ac | 55 ++++++++++++++++---------- daemon/gkd-pkcs11.c | 2 - pkcs11/roots-store/gkm-roots-module.c | 69 ++++++++++++++++++++++++--------- 3 files changed, 84 insertions(+), 42 deletions(-)