[gnome-keyring] Release version 2.31.4



commit 7d33356105e57e7e0351633b2db2d6a586de2bf4
Author: Stef Walter <stef memberwebs com>
Date:   Mon Jun 28 14:55:07 2010 +0000

    Release version 2.31.4

 NEWS         |   15 +++++++++++++++
 configure.in |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b0467dd..0f23972 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Changes in version 2.31.4 are:
+ * New GPG Agent built into gnome-keyring-daemon
+ * Start building (but not using) new DER parser and writer.
+ * Fix building of desktop and service files.
+ * Fix problems displaying prompts with certain characters in strings.
+ * Fix deadlock on secure memory usage.
+ * Refactor the way prompting works for PKCS#11 components.
+ * Refactor the way testing works and files are named.
+ * Implement coverage testing.
+ * Cleanup whitespace issues and rename certain modules.
+ * Tests can now involve prompts and responses.
+ * Fix possible threading race condition in gp11.
+ * Fix broken startup when used with gdm and password-less login.
+ * Fix checking of uninitialized value in prompting code.
+
 Changes in version 2.30.1 are:
  * Updated translations.
  * Build fixes for errors and distribution problems.
diff --git a/configure.in b/configure.in
index 3664ec0..704bac5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 AC_INIT(daemon/gkd-main.c)
 
-AM_INIT_AUTOMAKE(gnome-keyring, 2.31.1)
+AM_INIT_AUTOMAKE(gnome-keyring, 2.31.4)
 AM_CONFIG_HEADER(config.h)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]