commit 6e5f757ff73a4dd6453f1fbf528a9978899c68c8 Author: Stef Walter Date: 2011-03-07 Release version 2.91.91 NEWS | 15 +++++++++++++++ configure.in | 2 +- 2 files changed, 16 insertions(+), 1 deletions(-) commit b68e42fd236fdbf39d0f52386be1f4ed479c90c5 Author: Stef Walter Date: 2011-03-07 [gck] Fix uri library-manufacturer test. gck/tests/test-gck-uri.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit df789cf19cc4d81de3f1e0c305ac7687a8821337 Author: Rudolfs Mazurs Date: 2011-03-05 Updated Latvian translation. po/lv.po | 1156 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 623 insertions(+), 533 deletions(-) commit 4a4aa90e209bccb9b06ef26b5a0807eea819a879 Author: Stef Walter Date: 2011-03-04 Transfer the color properly onto the certificate widget expander. * Remains white when a text selection surrounds it, this is harder to fix. * Highlights properly on mouse over. https://bugzilla.gnome.org/show_bug.cgi?id=643892 gcr/gcr-display-view.c | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) commit 57fec1af8b412bc8ce6822d7d1b7d7f413fe7c5f Author: Stef Walter Date: 2011-03-04 Calculate the minimal/natural size of certificate widget better. * These are still just gueseses. But they're guesses that look good. * Added a new GcrViewer implementation that is a scrolled viewer. We use this in GcrCertificateWidget instead of using GtkScrolledWindow directly. https://bugzilla.gnome.org/show_bug.cgi?id=643892 gcr/Makefile.am | 1 + gcr/gcr-certificate-widget.c | 13 +--- gcr/gcr-display-scrolled.c | 172 +++++++++++++++++++++++++++++++++++++++ gcr/gcr-display-scrolled.h | 56 +++++++++++++ gcr/gcr-display-view.c | 105 ++++++++++++++++++++++++ gcr/gcr-viewer.c | 7 ++ gcr/gcr-viewer.h | 2 + gcr/tests/ui-test-certificate.c | 1 - 8 files changed, 346 insertions(+), 11 deletions(-) commit 66747703344009d06984a76a10b99b4011cfb32d Author: Stef Walter Date: 2011-03-04 Fix prompt-tool for GTK+3 release. * Replace gdk_keyboard_grab with a boatload of code. ui/gku-prompt-tool.c | 94 ++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 76 insertions(+), 18 deletions(-) commit 8e4ee958d05807c040a0810ed79664cd82ec911a Author: Stef Walter Date: 2011-03-02 Make the library-manufacturer in the trust uris actually match. https://bugzilla.gnome.org/show_bug.cgi?id=641121 gcr/gcr-library.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 8cc5ce855a1566f18cd8fa6f0655903bdc6b89b9 Author: Wei Li Date: 2011-03-03 Update Simplified Chinese translation. po/zh_CN.po | 61 ++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 44 insertions(+), 17 deletions(-) commit a4603fcce976caf9192b3dc3d143a08a51df7d33 Author: Stef Walter Date: 2011-03-01 [gck] Support 'library-manufacturer' in PKCS#11 URIs properly. https://bugzilla.gnome.org/show_bug.cgi?id=643574 gck/gck-uri.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 88f1bdf12908c7fa77cf263fd2aa6cf6bfea1b3c Merge: 077170f 24d586d Author: Stef Walter Date: 2011-03-01 Merge branch 'secret-content-type' commit 077170f8eb5937809d229fccfd1ce286edc3766e Merge: c4fa069 9ba7ec4 Author: Stef Walter Date: 2011-03-01 Merge branch 'hard-code-config' commit c4fa06918c5d0b115928822dce79a3a842c14991 Author: Stef Walter Date: 2011-01-19 If DBus couldn't be initialized when starting up try again. Try again when we are asked to initialize a certain component. This allows gnome-keyring-daemon --start (when run a second time later on) to make dbus work in the first daemon. daemon/dbus/gkd-dbus.c | 5 +++-- daemon/dbus/gkd-dbus.h | 2 +- daemon/gkd-main.c | 20 +++++++++++++++----- 3 files changed, 19 insertions(+), 8 deletions(-) commit 3547f09db3da07d300a114d1d59809d8d960a0a5 Author: Stef Walter Date: 2011-02-28 [dbus] Include introspect files as C strings. Don't distribute files, partially because it's more fragile and partially because they were causing this complaint: https://bugzilla.gnome.org/show_bug.cgi?id=637579 configure.in | 1 - daemon/Makefile.am | 3 +- daemon/data/.gitignore | 1 - daemon/data/Makefile.am | 12 -- daemon/data/introspect-collection.xml | 59 ------- daemon/data/introspect-item.xml | 47 ------ daemon/data/introspect-prompt.xml | 23 --- daemon/data/introspect-service.xml | 93 ----------- daemon/data/introspect-session.xml | 16 -- daemon/dbus/Makefile.am | 2 +- daemon/dbus/gkd-dbus-util.c | 19 +-- daemon/dbus/gkd-dbus-util.h | 2 +- daemon/dbus/gkd-secret-introspect.c | 274 +++++++++++++++++++++++++++++++++ daemon/dbus/gkd-secret-introspect.h | 35 ++++ daemon/dbus/gkd-secret-objects.c | 5 +- daemon/dbus/gkd-secret-prompt.c | 3 +- daemon/dbus/gkd-secret-service.c | 3 +- daemon/dbus/gkd-secret-session.c | 3 +- daemon/dbus/gkd-secret-unlock.c | 3 +- 19 files changed, 325 insertions(+), 279 deletions(-) commit 94a664883c6cb1f81cb03fb897f65750e3eb5a6e Author: Stef Walter Date: 2011-02-28 [dbus] Change daemon/dbus tests to use simpler gtester setup. .gitignore | 2 ++ daemon/dbus/tests/Makefile.am | 27 ++++++++++++++++++--------- daemon/dbus/tests/test-secret-util.c | 20 ++++++++++++++++---- 3 files changed, 36 insertions(+), 13 deletions(-) commit 24d586d74b4959cf7d103a3b9a76a9de5796b281 Author: Stef Walter Date: 2011-02-28 [dbus] Send a content-type along with secret as per spec. Recent changes to the secret service spec say we should be sending a content-type along with the secret. This changes the signature of a secret structure to (oayays). We have nowhere to store this content-type so we simply accept and ignore it, and return a place holder value where necessary. This is an incompatible change to the dbus specification and both gnome-keyring and libgnome-keyring need to be upgraded in sync. daemon/data/introspect-collection.xml | 2 +- daemon/data/introspect-item.xml | 4 ++-- daemon/data/introspect-service.xml | 2 +- daemon/dbus/gkd-secret-objects.c | 6 +++--- daemon/dbus/gkd-secret-secret.c | 20 +++++++++++++++++++- daemon/dbus/gkd-secret-service.c | 6 +++--- 6 files changed, 29 insertions(+), 11 deletions(-) commit 9ba7ec409f6ef2ae10e295e5dd168e216133c7f8 Author: Stef Walter Date: 2011-02-28 [gcr] Remove support for pkcs11-options file. In the next release we should be integrating with p11-kit which will contain support for proper configuration of PKCS#11 modules. So for this release we hard code the modules we'd like to use. gcr/Makefile.am | 9 ------- gcr/gcr-library.c | 44 ++++++++--------------------------- gcr/pkcs11-options.defaults | 13 ---------- gcr/tests/Makefile.am | 1 - gcr/tests/test-certificate-chain.c | 3 -- gcr/tests/test-certificate.c | 3 -- gcr/tests/test-pkcs11-certificate.c | 3 -- gcr/tests/test-simple-certificate.c | 3 -- gcr/tests/test-trust.c | 3 -- gcr/tests/unit-test-parser.c | 3 -- 10 files changed, 10 insertions(+), 75 deletions(-) commit e1d335e29f9f803807c070c8a779051548af7684 Author: Joan Duran Date: 2011-02-27 [l10n] Updated Catalan translation po/ca.po | 611 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 342 insertions(+), 269 deletions(-) commit adb9d8dec35cae577a80d0ee558ef1cf681cbd31 Author: Stef Walter Date: 2011-02-23 Use more modern gtest style for egg tests. .gitignore | 12 + egg/Makefile.am | 1 + egg/egg-hkdf.h | 39 ++ egg/egg-testing.c | 178 +++++++++ egg/egg-testing.h | 54 +++ egg/tests/Makefile.am | 71 ++-- egg/tests/files/dh-params.pem | 5 + egg/tests/files/echo-script.sh | 12 + egg/tests/files/pem-rsa-enc.key | 18 + egg/tests/files/test-certificate-1.der | Bin 0 -> 813 bytes egg/tests/files/test-personalname-1.der | 1 + egg/tests/files/test-pkcs12-1.der | Bin 0 -> 2824 bytes egg/tests/files/test-pkcs7-1.der | Bin 0 -> 1002 bytes egg/tests/files/test-pkcs7-2.der | Bin 0 -> 1002 bytes egg/tests/files/test-pkcs8-1.der | Bin 0 -> 335 bytes egg/tests/files/test-rsakey-1.der | Bin 0 -> 609 bytes egg/tests/test-asn1.c | 539 +++++++++++++++++++++++++-- egg/tests/test-asn1x.c | 53 ++- egg/tests/test-cleanup.c | 168 +++++++++ egg/tests/test-data/dh-params.pem | 5 - egg/tests/test-data/echo-script.sh | 12 - egg/tests/test-data/pem-rsa-enc.key | 18 - egg/tests/test-data/test-certificate-1.der | Bin 813 -> 0 bytes egg/tests/test-data/test-personalname-1.der | 1 - egg/tests/test-data/test-pkcs12-1.der | Bin 2824 -> 0 bytes egg/tests/test-data/test-pkcs7-1.der | Bin 1002 -> 0 bytes egg/tests/test-data/test-pkcs7-2.der | Bin 1002 -> 0 bytes egg/tests/test-data/test-pkcs8-1.der | Bin 335 -> 0 bytes egg/tests/test-data/test-rsakey-1.der | Bin 609 -> 0 bytes egg/tests/test-dh.c | 204 ++++++++++ egg/tests/test-dn.c | 70 +++-- egg/tests/test-hex.c | 118 ++++++ egg/tests/test-oid.c | 54 +++ egg/tests/test-openssl.c | 181 +++++++++ egg/tests/test-padding.c | 134 +++++--- egg/tests/test-secmem.c | 265 +++++++++++++ egg/tests/test-spawn.c | 298 +++++++++++++++ egg/tests/test-symkey.c | 238 ++++++++++++ egg/tests/unit-test-asn1.c | 427 --------------------- egg/tests/unit-test-cleanup.c | 153 -------- egg/tests/unit-test-dh.c | 172 --------- egg/tests/unit-test-hex.c | 101 ----- egg/tests/unit-test-oid.c | 46 --- egg/tests/unit-test-openssl.c | 137 ------- egg/tests/unit-test-secmem.c | 237 ------------ egg/tests/unit-test-spawn.c | 270 -------------- egg/tests/unit-test-symkey.c | 228 ----------- 47 files changed, 2565 insertions(+), 1955 deletions(-) commit e7e9103be95bd3d9f8e894c8c07b343ac669d86e Author: Changwoo Ryu Date: 2011-02-27 Updated Korean translation po/ko.po | 607 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 336 insertions(+), 271 deletions(-) commit 1f0ae09dcb88fb55a7e6515d5244403b1174889f Author: Stef Walter Date: 2011-02-18 Remove old --disable-acl-prompts configure option. No longer necessary or used. configure.in | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) commit c9d58ad546d674591d152a9d6d2dc0bb0621c7eb Author: Wouter Bolsterlee Date: 2011-02-17 Updated Dutch translation by Wouter Bolsterlee po/nl.po | 696 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 384 insertions(+), 312 deletions(-) commit 8d96dabd2ded0de9755bb326964790f249bc0c8a Author: Inaki Larranaga Murgoitio Date: 2011-02-16 Updated Basque language po/eu.po | 605 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 337 insertions(+), 268 deletions(-) commit d9ef7f11d58337d834252b8a3a49dfa371b0dfe1 Author: Alexander Shopov Date: 2011-02-16 Updated Bulgarian translation po/bg.po | 34 +++++++++++++++++++++++++++------- 1 files changed, 27 insertions(+), 7 deletions(-) commit 0069068377999ec07b4703e54c604d5091a1e739 Author: Claude Paroz Date: 2011-02-09 Add translator comment about 'pinned certificate' gcr/gcr-trust.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 15ff2bd812c86bb7afc61344449da331bee05d34 Author: Claude Paroz Date: 2011-02-09 Updated French translation Contributed by Gérard Baylard and Claude Paroz po/fr.po | 559 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 284 insertions(+), 275 deletions(-) commit 8e5e257ab9e3764771e36ac5086296d21e29415c Author: Mario Blättermann Date: 2011-02-05 [l10n] Updated German translation po/de.po | 111 +++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 67 insertions(+), 44 deletions(-) commit a4001c9d77ba1dc34b7e86a94625f36d4ce0c0db Author: Khaled Hosny Date: 2011-02-04 Updated Arabic translation po/ar.po | 612 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 341 insertions(+), 271 deletions(-) commit 3c78ca102adffc951de3cc01afd9bbf7211423f2 Author: Chao-Hsiung Liao Date: 2011-02-04 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 638 ++++++++++++++++++++++++++++++++-------------------------- po/zh_TW.po | 638 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 704 insertions(+), 572 deletions(-) commit 9080a2edbf00513005a9eec50c4c973b24569598 Author: Andika Triwidada Date: 2011-01-28 Updated Indonesian translation po/id.po | 620 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 306 insertions(+), 314 deletions(-) commit cdafd64e24f034947a00bff69d3603fcc44eadf7 Author: Fran Diéguez Date: 2011-01-27 QA of Galician translations po/gl.po | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) commit ccbe91f0bcee8fa4b576a52636c1cf70cc174335 Author: Kjartan Maraas Date: 2011-01-25 Updated Norwegian bokmål translation. po/nb.po | 31 ++++++++++++++++++++++++------- 1 files changed, 24 insertions(+), 7 deletions(-) commit 4050d583e8fe6c5c4bb71f0fd4ba6498cdf5a1b6 Author: Ryan Stonecipher Date: 2011-01-24 Fix undefined type in egg-asn1x.c Mac OSX doesn't have a ulong type https://bugzilla.gnome.org/show_bug.cgi?id=640362 egg/egg-asn1x.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit ac01c60ed77e7360ee1ba5160e02bbae234dd984 Author: Sjoerd Simons Date: 2010-12-25 Link directly to gmodule for the modules that need it configure.in | 4 ++++ pkcs11/roots-store/Makefile.am | 7 +++++-- pkcs11/secret-store/Makefile.am | 4 +++- pkcs11/ssh-store/Makefile.am | 4 +++- pkcs11/xdg-store/Makefile.am | 4 +++- 5 files changed, 18 insertions(+), 5 deletions(-) commit 84ddc7baff53335d0e120f5930baa2620dfdbcaf Author: Jorge González Date: 2011-01-22 Updated Spanish translation po/es.po | 362 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 187 insertions(+), 175 deletions(-) commit dd5d36c98465a811f2836457d5c2fec7bb7663c4 Author: Daniel Nylander Date: 2011-01-22 Updated Swedish translation po/sv.po | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit 13b32807debb84805d946ec4ebc1fba21e4cbbc1 Author: Daniel Nylander Date: 2011-01-22 Updated Swedish translation po/sv.po | 35 +++++++++++++++++++++++++---------- 1 files changed, 25 insertions(+), 10 deletions(-) commit 2c6288846dba6e93f680839bf56985833c681dc0 Author: Stef Walter Date: 2011-01-19 Properly use extra DBus request name flags when testing is enabled. The flags were being set, but not being used. daemon/dbus/gkd-dbus.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 2aec7c642270d9acaa4c42c72501174713ac4bb2 Author: Stef Walter Date: 2011-01-19 Ignore format-patch files in the current directory. .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 1cc7a50700866fbec45916f33031a3fd063cfbe7 Author: Stef Walter Date: 2011-01-19 Add support for --version to gnome-keyring-daemon and gnome-keyring * Machine readable output. * gnome-keyring version * gnome-keyring-daemon --version daemon/gkd-main.c | 15 ++++++++++++++ tool/Makefile.am | 3 +- tool/gkr-tool-version.c | 48 +++++++++++++++++++++++++++++++++++++++++++++++ tool/gkr-tool.c | 3 +- tool/gkr-tool.h | 5 +++- 5 files changed, 71 insertions(+), 3 deletions(-) commit 6fdf533b5141398a190ce72f3e3e71140c3de12c Author: Stef Walter Date: 2011-01-19 Fix problems building tests using internal functions. Recently the changes to libgck and libgcr --export-symbols-regex broke the tests. Export different symbols when tests are enabled or not. gck/Makefile.am | 5 ++++- gck/tests/Makefile.am | 2 +- gck/tests/test-gck-crypto.c | 2 ++ gck/tests/test-gck-enumerator.c | 1 + gck/tests/test-gck-module.c | 1 + gck/tests/test-gck-modules.c | 1 + gck/tests/test-gck-object.c | 1 + gck/tests/test-gck-session.c | 1 + gck/tests/test-gck-slot.c | 1 + gcr/Makefile.am | 26 +++++++++++++++----------- 10 files changed, 28 insertions(+), 13 deletions(-) commit b03747b03917256e465ed0f9194f937a7befdbf0 Author: Stef Walter Date: 2011-01-19 Issue new test certificates. testing/ca-example/certs/client-future.crt | 18 +++++++++++++++ testing/ca-example/certs/client-past.crt | 18 +++++++++++++++ testing/ca-example/certs/client.crt | 33 +++++++++++++-------------- testing/ca-example/certs/server-self.crt | 11 +++++++++ testing/ca-example/certs/server.crt | 14 +++++++++++ testing/ca-example/commands.txt | 3 ++ testing/ca-example/keys/server.key | 9 +++++++ testing/ca-example/requests/server.req | 8 ++++++ testing/ca-example/serial.txt | 2 +- 9 files changed, 98 insertions(+), 18 deletions(-) commit 33ff270423051658df16da9916e377b587c7b212 Author: Stef Walter Date: 2011-01-04 [gcr] Redo the PKCS#11 configuration file. Use /etc/pkcs11/pkcs11-options and pkcs11-options.defaults files instead. Don't use XDG style stuff if we're not going to follow the XDG base dir specification. gcr/Makefile.am | 4 ++-- gcr/gcr-library.c | 4 ++-- gcr/pkcs11-options.defaults | 13 +++++++++++++ gcr/pkcs11.conf.defaults | 13 ------------- 4 files changed, 17 insertions(+), 17 deletions(-) commit 5696161ae6c543457c092c807e6129646b896676 Author: Stef Walter Date: 2011-01-04 Remove any coverage files from docs directory before prepping coverage. Otherwise we'd get errors about missing source files and the like when doing 'make coverage' Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 982a0df6b8205322c47828c27d351263554fc1d9 Author: Stef Walter Date: 2010-12-31 [gck] Update PKCS#11 URI to add library support. Add library-description and library-description and library-manufacturer parts. And refactor to support parsing in different contexts better. docs/reference/gck/gck-docs.sgml | 1 + docs/reference/gck/gck-sections.txt | 9 + gck/gck-enumerator.c | 49 +++-- gck/gck-misc.c | 39 ++++ gck/gck-modules.c | 63 ++++-- gck/gck-private.h | 12 +- gck/gck-slot.c | 36 +--- gck/gck-uri.c | 217 +++++++++++++++---- gck/gck.h | 29 ++- gck/tests/gck-test.h | 19 -- gck/tests/test-gck-enumerator.c | 47 +++-- gck/tests/test-gck-uri.c | 405 ++++++++++++++++++++++++++++------ gck/tests/test-gck.h | 43 ++++ 13 files changed, 738 insertions(+), 231 deletions(-) commit 5c6012514a3af2b4df2af6a4cba2d8c4b5e007d5 Author: Fran Diéguez Date: 2011-01-19 Updated Galician translations po/gl.po | 24 ++++++++++++++++++++---- 1 files changed, 20 insertions(+), 4 deletions(-) commit 21ccee3ae3ce27ab4071e2079a65f02d7d7001a5 Author: Yaron Shahrabani Date: 2011-01-17 Updated Hebrew translation. po/he.po | 30 +++++++++++++++++++++++++----- 1 files changed, 25 insertions(+), 5 deletions(-) commit 972a81c80430ae5e49844250f79b8fc0937537ba Author: Ivar Smolin Date: 2011-01-16 [l10n] Updated Estonian translation po/et.po | 21 +++++++++++++++++---- 1 files changed, 17 insertions(+), 4 deletions(-) commit 31bd770fda327908e9daf8494607a415ab8ba40c Author: Matej Urbančič Date: 2011-01-15 Updated Slovenian translation po/sl.po | 26 ++++++++++++++++++++++---- 1 files changed, 22 insertions(+), 4 deletions(-) commit ff13a1d6022cb421edaf3c2d2fe9f3241b31dc24 Author: Marek Černocký Date: 2011-01-15 Updated Czech translation po/cs.po | 25 +++++++++++++++++++++---- 1 files changed, 21 insertions(+), 4 deletions(-) commit 1fd8ccbd70f34ca78507d32d481a52766ea0e2a6 Author: Marek Černocký Date: 2011-01-15 Adding file with strings for translation po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 9bb0cf60d1b672d69984df515a79e9ba99fdd28c Author: Marek Černocký Date: 2011-01-15 Selection strings for translation tool/gkr-tool.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit a1db77fe5eff72d289930cf9662f85a8d8aedafa Author: Marek Černocký Date: 2011-01-15 I18N fix - using ngettext gcr/gcr-key-renderer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b444ad69b5547d64ee436ebfd2ab51142220434f Author: Marek Černocký Date: 2011-01-15 Updated Czech translation po/cs.po | 587 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 318 insertions(+), 269 deletions(-) commit aafd97dff158eea43e69afc38b5f930e877c79f5 Author: Kjartan Maraas Date: 2011-01-15 Updated Norwegian bokmål translation po/nb.po | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) commit 51b31a3f1808316d512c4a87a87eec2a773697bb Author: Alexander Shopov Date: 2011-01-15 Updated Bulgarian translation po/bg.po | 533 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 260 insertions(+), 273 deletions(-) commit 51724e451dd0fa2b911abb2eb816e2b11dfba437 Author: Christos Spyroglou Date: 2011-01-13 Updated Greek translation po/el.po | 607 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 335 insertions(+), 272 deletions(-) commit d4b1f8ee2c691e2c62f8ad73befddcd388a7e4c9 Author: Ivar Smolin Date: 2011-01-10 [l10n] Updated Estonian translation po/et.po | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) commit 18195e8901dda7bb5736224b37714ea723d66b32 Author: Nguyen Vu Hung Date: 2011-01-10 Updated Vietnamese translation po/vi.po | 88 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 34 insertions(+), 54 deletions(-) commit fa96392ebf8be1e051492def76c2e67a31ff81f2 Author: Nguyễn Thái Ngọc Duy Date: 2011-01-10 po/vi.po: import from Damned Lies po/vi.po | 1119 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 635 insertions(+), 484 deletions(-) commit af6309d3a23a5205c4802c9db324011bfc82f542 Author: Fran Diéguez Date: 2011-01-09 Updated Galician translations po/gl.po | 28 +++++++++++++++++----------- 1 files changed, 17 insertions(+), 11 deletions(-) commit f4e30959a1b73c74403f0dcb13330a0678560802 Author: Kjartan Maraas Date: 2011-01-02 Updated Norwegian bokmål translation from Torstein Adolf Winterseth po/nb.po | 122 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 66 insertions(+), 56 deletions(-) commit f6ec77e5bc25d2e4e00e004e3a6b011fedb0fd33 Author: Ivar Smolin Date: 2010-12-31 [l10n] Updated Estonian translation po/et.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 29fc22871c0da549b832161bb7df54bfb52f691a Author: Daniel Nylander Date: 2010-12-29 Updated Swedish translation po/sv.po | 623 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 330 insertions(+), 293 deletions(-) commit 11c907625c6a4af12758feca9ed2b893b70e2716 Author: Emilio Pozuelo Monfort Date: 2010-12-28 libgcr.so: Only export symbols that begin with gcr_ Bug #638216 gcr/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 13ba0a7f68a91a66c87482fcb3448f88cdb60ce3 Author: Emilio Pozuelo Monfort Date: 2010-12-28 libgck.so: Only export symbols that begin with gck_ Bug #638216 gck/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c56c229f532d83034e20387a206a2a298e8e7604 Author: Saleem Abdulrasool Date: 2010-02-20 [daemon] convert component names to macros daemon/gkd-main.c | 22 ++++++++++++++-------- 1 files changed, 14 insertions(+), 8 deletions(-) commit b2e63f169023e50d6fc3db55b2b554ae8e76af94 Author: Matej Urbančič Date: 2010-12-28 Updated Slovenian translation po/sl.po | 27 ++++++++++++++++----------- 1 files changed, 16 insertions(+), 11 deletions(-) commit 8cafce73a8b7fc987a0ba2142c89c50b315b5f7b Author: Stef Walter Date: 2010-12-24 [pkcs11] Create necessary directory when storing file. When storing files in the xdg-store the necessary directory was not created and a warning was issued. pkcs11/gkm/gkm-transaction.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 7c5482edde7e95b1992f2858cf91e9e3e74ee985 Author: Gheyret T.Kenji Date: 2010-12-23 Added UG translation po/ug.po | 58 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 29 insertions(+), 29 deletions(-) commit a4ff6acf076aae514c913fd52b87354c0867a1c7 Author: Yaron Shahrabani Date: 2010-12-23 Updated Hebrew translation. po/he.po | 25 +++++++++++++++---------- 1 files changed, 15 insertions(+), 10 deletions(-) commit df37c82cc26eff18ded4a6413de0de2191507dc8 Author: Stef Walter Date: 2010-12-22 Release 2.91.4 NEWS | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-)