summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2014-03-16 09:30:48 +0100
committerStef Walter <stefw@gnome.org>2014-03-16 09:30:48 +0100
commita19d736e4176b5215b611dfe5fa29c34fa582fc1 (patch)
tree9eb272f61fa52d1883f0cbfcb7e80fadf440414f
parent808d1890ca287102ab44d7418f64bd9591991445 (diff)
Release version 3.11.92
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8dd76f49..6446bb31 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/configure.ac b/configure.ac
index f58f51d5..4b8c28d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT(gnome-keyring,
- 3.11.91,
+ 3.11.92,
[gnome-keyring-list@gnome.org],
[gnome-keyring],
[https://wiki.gnome.org/Projects/GnomeKeyring])