summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f4197458..7973572f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,7 @@ EXTRA_DIST = \
DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc \
- --enable-tests=full \
+ --enable-tests=no \
--enable-debug=yes \
--disable-gcov \
--disable-update-mime \
diff --git a/NEWS b/NEWS
index ff5625b1..35233930 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in version 3.2.2 are:
+ * Fix problem with 'unsafe storage' prompt deadlocking
+ * Remove XFCE & LXDE from OnlyShowIn for autostart files
+ * Use g_random_int_range() for pseudo-random hash iteration count
+ * Return password results with the most recent result first
+ * Make clear source of warnings from the rpc module
+ * Updated translations
+ * Build fixes
+
Changes in version 3.2.1 are:
* Fix debugging output, and erroneous warnings
* Updated translations
diff --git a/configure.ac b/configure.ac
index fd128357..70be49e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT(daemon/gkd-main.c)
-AM_INIT_AUTOMAKE(gnome-keyring, 3.2.1)
+AM_INIT_AUTOMAKE(gnome-keyring, 3.2.2)
AM_CONFIG_HEADER(config.h)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])