commit 395a11c2ff52a5dcd21e683900e069285163bda9 Author: Stef Walter Date: 2016-01-19 Bump version number. NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit c9f3f435589b58676a0c00e1f0f5b0628b20b3e3 Author: Aurimas Černius Date: 2016-01-10 Updated Lithuanian translation po/lt.po | 40 ++++++++++++++++------------------------ 1 file changed, 16 insertions(+), 24 deletions(-) commit 28d07c9d9bf9ca6af5bedeeae482f70976cff1d3 Author: Cosimo Cecchi Date: 2015-12-28 pkcs11: fix return value of method Use the correct enum value instead of int. https://bugzilla.gnome.org/show_bug.cgi?id=753698 pkcs11/secret-store/gkm-secret-binary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e97bedada6f6aa6eab0cad5d630e9a2ec455e089 Author: tomsod Date: 2015-12-16 Fix DBus "Type" property of org.freedesktop.Secret.Item https://bugzilla.gnome.org/show_bug.cgi?id=759399 daemon/dbus/org.freedesktop.Secrets.xml | 2 ++ 1 file changed, 2 insertions(+) commit eb16c037431da14d4f1c396357f82f2b35e76e23 Author: Giovanni Campagna Date: 2015-10-09 Remove egg-spawn In looking for places where gnome-keyring-daemon potentially spawns subprocesses, I found this piece of unused code. Remove it. https://bugzilla.gnome.org/show_bug.cgi?id=756324 egg/Makefile.am | 7 +- egg/egg-spawn.c | 377 ------------------------------------------------------- egg/egg-spawn.h | 65 ---------- egg/test-spawn.c | 297 ------------------------------------------- po/POTFILES.in | 1 - 5 files changed, 1 insertion(+), 746 deletions(-) commit 607855dc188607f2c2cafaf8c02cbf465b7d6c78 Author: Giovanni Campagna Date: 2015-10-09 daemon: reduce the amount of environment to send to the master process Let's keep the environment vars that the daemon can depend upon to a minimum, so that we reduce the dependency to the initialization order and we avoid inverse dependencies with gnome-shell/XWayland. The daemon was already ignoring most of these. https://bugzilla.gnome.org/show_bug.cgi?id=756324 daemon/gkd-util.c | 5 ----- 1 file changed, 5 deletions(-) commit 7a475c66b1502b9b553603167730fa83e51791b6 Author: Giovanni Campagna Date: 2015-10-09 daemon: move autostart to PreDisplayServer phase Which, as the name implies, runs before the DisplayServer, ie, before gnome-shell-wayland, and makes sure gnome-shell and its descendants see the right environment variable. https://bugzilla.gnome.org/show_bug.cgi?id=756324 daemon/gnome-keyring-pkcs11.desktop.in.in | 2 +- daemon/gnome-keyring-secrets.desktop.in.in | 2 +- daemon/gnome-keyring-ssh.desktop.in.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 6cb5a319437842c308d02e3e75a106b0cf069869 Author: Daniel Șerbănescu Date: 2015-11-09 Updated Romanian translation po/ro.po | 500 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 288 insertions(+), 212 deletions(-) commit 41cd0b3ddbd069af30e0f54050e6b69a03a493cc Author: Michael Catanzaro Date: 2015-11-02 daemon: Fix amusing typo daemon/login/gkd-login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)