summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])