summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d71a2bf9..7cb05e97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes in version 3.5.90 are:
+ * Use the XDG directories for storing keys
+ * Updated translations
+ * Better handling of the --replace argument to gnome-keyring-daemon
+ * Fix ability to store keyring files without using hardlinks
+ * Make the GPG agent password caching options work correctly
+
Changes in version 3.5.5 are:
* Initialize PKCS#11 correctly in gnome-keyring tool
* Rename the p11-kit module file
diff --git a/configure.ac b/configure.ac
index 71d721d0..49d1be28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT(daemon/gkd-main.c)
-AM_INIT_AUTOMAKE(gnome-keyring, 3.5.5)
+AM_INIT_AUTOMAKE(gnome-keyring, 3.5.90)
AM_CONFIG_HEADER(config.h)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])