[gnome-keyring] Release version 3.5.4



commit b6e5033c9936ddd29e6d1fb18826f86c1fdced4e
Author: Stef Walter <stefw gnome org>
Date:   Mon Jul 16 13:21:02 2012 +0200

    Release version 3.5.4
    
     * And fix various issues preventing 'make distcheck'

 NEWS                                    |   10 ++++++++++
 configure.ac                            |    2 +-
 daemon/dbus/tests/Makefile.am           |    1 +
 pkcs11/secret-store/gkm-secret-fields.c |    2 +-
 4 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7e65dd4..e299d51 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in version 3.5.4 are:
+ * Support the xdg:schema attribute on secret items
+ * Update to newer glib dependency and remove redundant code
+ * Encode passwords correctly for gpg2 in the gpg-agent
+ * Fix types of the DBus Created and Modified properties
+ * Expose the 'session' and 'login' keyrings as aliases
+ * Emit Secret Service signals when collections/items change
+ * Fix some spurious warnings
+ * Testing fixes
+
 Changes in version 3.5.3 are:
  * Return correct introspect data for Secret Service
  * Fix the gnome2-store for gcr importer, and test
diff --git a/configure.ac b/configure.ac
index 7c0e68f..af02c98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_INIT(daemon/gkd-main.c)
 
-AM_INIT_AUTOMAKE(gnome-keyring, 3.5.3)
+AM_INIT_AUTOMAKE(gnome-keyring, 3.5.4)
 
 AM_CONFIG_HEADER(config.h)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/daemon/dbus/tests/Makefile.am b/daemon/dbus/tests/Makefile.am
index 6c1daca..3b516e8 100644
--- a/daemon/dbus/tests/Makefile.am
+++ b/daemon/dbus/tests/Makefile.am
@@ -1,5 +1,6 @@
 
 INCLUDES = \
+	-I$(top_srcdir) \
 	-I$(top_srcdir)/daemon/dbus \
 	-DSRCDIR="\"@abs_srcdir \"" \
 	-DTOP_SRCDIR="\"@abs_top_srcdir \"" \
diff --git a/pkcs11/secret-store/gkm-secret-fields.c b/pkcs11/secret-store/gkm-secret-fields.c
index 34c0183..578d618 100644
--- a/pkcs11/secret-store/gkm-secret-fields.c
+++ b/pkcs11/secret-store/gkm-secret-fields.c
@@ -216,7 +216,7 @@ gkm_secret_fields_serialize (CK_ATTRIBUTE_PTR attr,
                              const gchar *schema_name)
 {
 	GHashTableIter iter;
-	gboolean saw_schema;
+	gboolean saw_schema = FALSE;
 	gpointer key;
 	gpointer value;
 	GString *result;



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