commit 91dfc6a365f3d12e87769680c2dedc2bc1e57b23 Author: Stef Walter Date: 2015-10-16 Bump version number NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit bf560bd195919d79a59a8642923ccac80c437bb1 Author: Ray Strode Date: 2015-10-15 daemon: Kill off foreground proceses when session dies Right now gnome-keyring will keep processes around forever in some cases. They need to die when the session goes away, at least. Signed-off-by: Cosimo Cecchi * Don't leak a DBus connection Signed-off-by: Stef Walter * Print error message if we cannot connect to bus * Wait for gnome-keyring-daemon when --foreground https://bugzilla.gnome.org/show_bug.cgi?id=756059 daemon/gkd-main.c | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) commit ac9492a929d364685da8c8cb4152bf2534ddfb6f Author: Cosimo Cecchi Date: 2015-10-16 daemon: adjust CFLAGS for daemon https://bugzilla.gnome.org/show_bug.cgi?id=756059 daemon/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 6040bdb2a0ee9ee1f8e308b8cdede6d3fe5c94bf Author: Ray Strode Date: 2015-10-15 daemon: fork before threads are spawned It's not really a good idea to fork after glib has initialized, since it has helper threads that may have taken locks etc. This commit forks really early to prevent locks from leaking and causing deadlock. Signed-off-by: Cosimo Cecchi * Split out separate function * Check return value of g_unix_open_pipe() * Don't fork when running foreground * Read login password before fork() Signed-off-by: Stef Walter * Since stdout is open, just print evironment directly https://bugzilla.gnome.org/show_bug.cgi?id=756059 daemon/gkd-main.c | 72 ++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 50 insertions(+), 22 deletions(-) commit 74fc065e3c3e04a5cd5dfa0e725f7664825a5b1e Author: Stef Walter Date: 2015-10-13 pam: Stop using deprecated header And use the more complex function call instead. Fixes this warning: /usr/include/selinux/flask.h:5:2: error: #warning "Please remove any #include's of this header in your source code." [-Werror=cpp] #warning "Please remove any #include's of this header in your source code." ^ pam/gkr-pam-module.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit b84b9205f9f3ccf7c05f16cac561e8e16eebbefa Author: Tom Tryfonidis Date: 2015-10-08 Updated Greek translation po/el.po | 135 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 61 insertions(+), 74 deletions(-) commit 3cf744f67939dc23c2cc8715cda999a7ec13f1b6 Author: Jan Alexander Steffens (heftig) Date: 2015-10-06 dbus: Initialize secret service before claiming name Otherwise incoming calls can race with our initialization. Activating calls are even guaranteed to arrive before we have set up the service. https://bugzilla.gnome.org/show_bug.cgi?id=756006 daemon/dbus/gkd-dbus-secrets.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 918ab836fd23f9b2c0bf655c7f4f575bffff3189 Author: Dmitry Shachnev Date: 2015-09-30 build: Make tap-gtester handle skipped tests correctly In pam/test-pam.c, the skip_test function either prints the status itself, or relies on g_test_skip (depending on GLib version). The tap-gtester script should handle both cases, not only the first one. https://bugzilla.gnome.org/show_bug.cgi?id=755873 build/tap-gtester | 2 ++ 1 file changed, 2 insertions(+) commit cc0d05adb11f1bcbc9a8be33a29a34cd20a9a57f Author: Dmitry Shachnev Date: 2015-09-30 egg: Make sure names for encode-decode tests are different https://bugzilla.gnome.org/show_bug.cgi?id=755873 egg/test-asn1x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3c424be597a2e4164348bc087882a7ed376df163 Author: Dmitry Shachnev Date: 2015-09-30 tests: Make sure names for write_large_file tests are different https://bugzilla.gnome.org/show_bug.cgi?id=755873 pkcs11/gkm/test-transaction.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 2425dab6765cb67b3c08e4143d70421a98f997d1 Author: Dmitry Shachnev Date: 2015-09-30 tests: Fix name of note-xdg-schema-without-schema-locked test https://bugzilla.gnome.org/show_bug.cgi?id=755873 pkcs11/secret-store/test-secret-schema.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8b24acb220cf5355596c562532ac494a9f1a6388 Author: Trần Ngọc Quân Date: 2015-10-01 Updated Vietnamese translation Signed-off-by: Trần Ngọc Quân po/vi.po | 136 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 62 insertions(+), 74 deletions(-)