summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2010-10-25 22:47:29 +0000
committerStef Walter <stef@memberwebs.com>2010-10-25 22:47:29 +0000
commitab80d91392de38b07588917daa19da59cf5842c4 (patch)
treef9709f6868206046b35d0efafd44ef6d0391a21e
parentad71c3a0abf1c630b81d285f21d2cc50ae364d45 (diff)
downloadgnome-keyring-ab80d91392de38b07588917daa19da59cf5842c4.tar.gz
Release version 2.32.12.32.1
-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])])