summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2014-09-09 15:45:55 +0200
committerStef Walter <stefw@gnome.org>2014-09-09 16:53:42 +0200
commit1dedc7c174c65f9e1680e19b53c0f44295bd03c5 (patch)
tree85e0a9bcaccba3f8a6d4c618de28fe3287831b4f
parentef1fb4e8bc25c88f75a5576178086a4ef76dc87b (diff)
Release version 3.13.91
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 051957c7..c85be1ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in version 3.13.91 are:
+ * Initialize correctly with empty passwords during login [#736085]
+ * Don't use geteuid() to get UID for user in PAM module [#733418]
+ * Fix for libgcrypt 1.6+
+ * Build fixes
+
Changes in version 3.12.2 are:
* Build fixes
diff --git a/configure.ac b/configure.ac
index f7044299..5caa173b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT(gnome-keyring,
- 3.12.2,
+ 3.13.91,
[gnome-keyring-list@gnome.org],
[gnome-keyring],
[https://wiki.gnome.org/Projects/GnomeKeyring])