summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.in2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a49cfeed..e7be5384 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in version 2.32.1 are:
+ * Don't offer to save password for symmetric encryption in gpg-agent.
+ * Don't try to cache password when symmetric encryption in gpg-agent.
+ * Check that daemon is initialized before changing password from pam.
+ * Fix login keyring password doesn't match login.
+ * Link correctly to gio.
+ * Add extra debug guard around printing of prompt io.
+ * Fix invalid memory access in rpc-layer.
+
Changes in version 2.32.0 are:
* Make bulids silent by default.
diff --git a/configure.in b/configure.in
index fa235f83..f7813840 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(daemon/gkd-main.c)
-AM_INIT_AUTOMAKE(gnome-keyring, 2.32.0)
+AM_INIT_AUTOMAKE(gnome-keyring, 2.32.1)
AM_CONFIG_HEADER(config.h)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])