commit 1dedc7c174c65f9e1680e19b53c0f44295bd03c5 Author: Stef Walter Date: 2014-09-09 Release version 3.13.91 NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit ef1fb4e8bc25c88f75a5576178086a4ef76dc87b Author: Stef Walter Date: 2014-09-09 configure: Use subdir-objects automake option In order to shut up automake 1.14 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7e75a62e846551c19b9c875f7b237a07ee3b93e1 Author: Stef Walter Date: 2014-09-09 build: Fix tap-driver to respect tests that skip completely build/tap-driver | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) commit ee0fc2dfbb4ee80221acabccec3409d25487d35e Author: Stef Walter Date: 2014-09-09 gkm: Fix test for libgcrypt 1.6+ version pkcs11/gkm/test-data-asn1.c | 6 ++++++ 1 file changed, 6 insertions(+) commit fa25db485279f5bc99a202db2ebeff00819a097f Author: Stef Walter Date: 2014-09-09 egg: Accomodate thread-safe libgcrypt 1.6+ libcrypt no longer supports setting our own threading callbacks, and is thread-safe if we call gcry_check_version() before creating threads. Unfortunately we can't guarantee that we call gcry_check_version() early enough, we try our best. Most of the callers of Gcr either don't use libgcrypt, or also initialize it appropriately themselves. Bump libgcrypt dependency to 1.4.5+, and have earlier versions use the native pthread implementation of locking. egg/egg-libgcrypt.c | 45 ++++++++------------------------------------- 1 file changed, 8 insertions(+), 37 deletions(-) commit 2440aac3bc29890e07ce9a4260b0c6ad8d7bc037 Author: Jiro Matsuzawa Date: 2014-09-08 l10n: Update Japanese translation po/ja.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 49cce3da0e76ddd677e0f92a1d09ad65e9ebd1bb Author: Jiro Matsuzawa Date: 2014-09-08 l10n: Update Japanese translation Merge the latest pot. po/ja.po | 222 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 111 insertions(+), 111 deletions(-) commit febfe504f96f12c7a0e8c6a7484ee28fb6c84b9f Author: Jasper St. Pierre Date: 2014-09-04 gkr-pam-module: Don't use password to determine whether this is a login NULL or empty passwords are also valid passwords, so add a separate flag to determine whether to pass --login. https://bugzilla.gnome.org/show_bug.cgi?id=736085 pam/gkr-pam-module.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit 3f98e6cb4c0cdf86460bdfe9930bacea007d7bab Author: Yuri Myasoedov Date: 2014-08-29 Updated Russian translation po/ru.po | 139 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 67 insertions(+), 72 deletions(-) commit 368b4cfb8bebf791363be4ee318452546abce605 Author: Tom Tryfonidis Date: 2014-08-13 Updated Greek translation po/el.po | 236 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 119 insertions(+), 117 deletions(-) commit d5cffa1503b9513231e626b79ae7ca117f8e6f95 Author: Stef Walter Date: 2014-07-28 pam: Don't use geteuid() to get uid for authenticated user Instead we use the 'struct passwd' that we looked up earlier. This causes issues when the PAM stack is not running as the user but as root or someone else. https://bugzilla.gnome.org/show_bug.cgi?id=733418 pam/gkr-pam-client.c | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) commit 1b1f475c81d598e3d4b5c033b98d1ee2ffae2605 Author: Piotr Drąg Date: 2014-07-31 doap: add gnome-keyring.doap | 1 + 1 file changed, 1 insertion(+) commit b04fec11310498714bc3a93e243510692d3597ae Author: Olav Vitters Date: 2014-07-30 doap category core gnome-keyring.doap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 804eab1f3653f655f14a626eddfd3a6bac3a4049 Author: Johannes Löthberg Date: 2014-05-18 autogen.sh: Change CVS to Git in error message GNOME has migrated to Git, so the error message should no longer refer to the GNOME CVS. https://bugzilla.gnome.org/show_bug.cgi?id=730340 autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)