diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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]) |