diff options
author | Stef Walter <stefw@gnome.org> | 2014-03-16 09:30:48 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2014-03-16 09:30:48 +0100 |
commit | a19d736e4176b5215b611dfe5fa29c34fa582fc1 (patch) | |
tree | 9eb272f61fa52d1883f0cbfcb7e80fadf440414f /NEWS | |
parent | 808d1890ca287102ab44d7418f64bd9591991445 (diff) |
Release version 3.11.92
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Changes in version 3.11.92 are: + * Use $XDG_RUNTIME_DIR to create keyring socket directory [#725801] + * Stop exporting the $GNOME_KEYRING_CONTROL env variable [#725801] + * Stop exposing a GNOME_KEYRING_PID variable [#725801] + * Pass XDG_RUNTIME_DIR to new gnome-keyring-daemon process [#726196] + * Fix issue with changed password not unlocking keyring [#726196] + * Add new --unlock option to prompt for login password [#710187] + * When in foreground mode, close stdout when done initializing + * Exit gnome-keyring-daemon when the DBus connection closes [#708765] + * Don't initialize in an idle handler, this is racy + * Don't log debug messages to syslog [#711537] + * Documentation fixes [#711581 ...] + * License fixes [#721549] + * Dependency on GLib 2.38+ + * Updated translations + * Modernize autotools setup and other build fixes + * Parallel testing and add new tests + Changes in version 3.10.1 are: * Build fix on OpenBSD [#706405] * Add manual page |