summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6e79270f..ffd24e79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in version 3.19.90 are:
+ * Accept empty passwords for --unlock [#762095]
+ * srcdir != builddir fixes
+ * Updated translations
+
Changes in version 3.19.4 are:
* Fix up startup and initialization [#756324]
* Fix DBus "Type" property of org.freedesktop.Secret.Item [#759399]
diff --git a/configure.ac b/configure.ac
index cf23295e..cd869cca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT(gnome-keyring,
- 3.19.4,
+ 3.19.90,
[gnome-keyring-list@gnome.org],
[gnome-keyring],
[https://wiki.gnome.org/Projects/GnomeKeyring])