[gnome-keyring/gnome-3-0] Release version 3.0.0



commit c62b7542b560ce04e43012c17e462bec6ab1035b
Author: Stef Walter <stefw collabora co uk>
Date:   Mon Apr 4 12:20:37 2011 +0200

    Release version 3.0.0

 NEWS                                |    3 +++
 configure.in                        |    2 +-
 docs/reference/gck/Makefile.am      |    2 +-
 docs/reference/gcr/Makefile.am      |    2 +-
 egg/egg-asn1x.c                     |    5 ++++-
 gcr/gcr-display-view.c              |    2 +-
 gcr/gcr-parser.c                    |    2 +-
 pkcs11/rpc-layer/gkm-rpc-dispatch.c |    2 +-
 pkcs11/wrap-layer/gkm-wrap-prompt.c |    2 +-
 pkcs11/xdg-store/gkm-xdg-trust.c    |    2 +-
 ui/gku-prompt-tool.c                |    2 +-
 11 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6553050..dfcf8f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes in version 3.0.0 are:
+ * Translations
+
 Changes in version 2.91.93 are:
  * Use full interface.Property form for CreateCollection and CreateItem
    in the DBus API.
diff --git a/configure.in b/configure.in
index eab0100..e5896b4 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 AC_INIT(daemon/gkd-main.c)
 
-AM_INIT_AUTOMAKE(gnome-keyring, 2.91.93)
+AM_INIT_AUTOMAKE(gnome-keyring, 3.0.0)
 AM_CONFIG_HEADER(config.h)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
diff --git a/docs/reference/gck/Makefile.am b/docs/reference/gck/Makefile.am
index 966a1f3..422a3b0 100644
--- a/docs/reference/gck/Makefile.am
+++ b/docs/reference/gck/Makefile.am
@@ -91,7 +91,7 @@ EXTRA_DIST +=
 # Files not to distribute
 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
-#DISTCLEANFILES +=
+DISTCLEANFILES = tmpl/gck-unused.sgml
 
 # Comment this out if you want your docs-status tested during 'make check'
 #TESTS_ENVIRONMENT = cd $(srcsrc)
diff --git a/docs/reference/gcr/Makefile.am b/docs/reference/gcr/Makefile.am
index 48ab723..1497371 100644
--- a/docs/reference/gcr/Makefile.am
+++ b/docs/reference/gcr/Makefile.am
@@ -92,7 +92,7 @@ EXTRA_DIST +=
 # Files not to distribute
 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
-#DISTCLEANFILES +=
+DISTCLEANFILES = tmpl/gcr-unused.sgml
 
 # Comment this out if you want your docs-status tested during 'make check'
 #TESTS_ENVIRONMENT = cd $(srcsrc)
diff --git a/egg/egg-asn1x.c b/egg/egg-asn1x.c
index 10bd92c..55c73ce 100644
--- a/egg/egg-asn1x.c
+++ b/egg/egg-asn1x.c
@@ -2233,6 +2233,7 @@ anode_write_oid (const gchar *oid, guchar *data, gsize *n_data)
 
 	p = oid;
 	at = 0;
+	num1 = 0;
 
 	for (i = 0; oid[0]; ++i, oid = next) {
 		p = strchr (oid, '.');
@@ -3331,7 +3332,7 @@ static gboolean
 anode_validate_sequence_or_set (GNode *node)
 {
 	GNode *child;
-	gulong tag;
+	gulong tag = 0;
 	gint count = 0;
 	gint type;
 	Atlv *tlv;
@@ -3365,6 +3366,7 @@ anode_validate_sequence_or_set_of (GNode *node)
 	gulong count;
 	gint type;
 
+	tag = 0;
 	count = 0;
 	tlv = ptlv = NULL;
 
@@ -3696,6 +3698,7 @@ match_oid_in_definitions (const ASN1_ARRAY_TYPE *defs, const gchar *match)
 	const gchar *problem;
 
 	names = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, g_free);
+	result = NULL;
 
 	for (;;) {
 		progress = FALSE;
diff --git a/gcr/gcr-display-view.c b/gcr/gcr-display-view.c
index df55b26..1f6a838 100644
--- a/gcr/gcr-display-view.c
+++ b/gcr/gcr-display-view.c
@@ -520,7 +520,7 @@ static gboolean
 _gcr_display_view_draw (GtkWidget *widget, cairo_t *cr)
 {
 	GdkWindow *window;
-	gboolean handled;
+	gboolean handled = TRUE;
 
 	/* Have GtkTextView draw the text first. */
 	if (GTK_WIDGET_CLASS (_gcr_display_view_parent_class)->draw)
diff --git a/gcr/gcr-parser.c b/gcr/gcr-parser.c
index bec7e50..bee33c5 100644
--- a/gcr/gcr-parser.c
+++ b/gcr/gcr-parser.c
@@ -723,7 +723,7 @@ handle_pkcs12_cert_bag (GcrParser *self, const guchar *data, gsize n_data)
 {
 	GNode *asn = NULL;
 	GNode *asn_content = NULL;
-	guchar *certificate;
+	guchar *certificate = NULL;
 	const guchar *element;
 	gsize n_certificate, n_element;
 	gint ret;
diff --git a/pkcs11/rpc-layer/gkm-rpc-dispatch.c b/pkcs11/rpc-layer/gkm-rpc-dispatch.c
index 6b94d70..0748e1c 100644
--- a/pkcs11/rpc-layer/gkm-rpc-dispatch.c
+++ b/pkcs11/rpc-layer/gkm-rpc-dispatch.c
@@ -783,7 +783,7 @@ rpc_C_Finalize (CallState *cs)
 {
 	CK_SLOT_ID_PTR slots;
 	CK_ULONG n_slots, i;
-	CK_RV ret;
+	CK_RV ret = CKR_OK;
 
 	debug (("C_Finalize: enter"));
 
diff --git a/pkcs11/wrap-layer/gkm-wrap-prompt.c b/pkcs11/wrap-layer/gkm-wrap-prompt.c
index 1d39854..145be1e 100644
--- a/pkcs11/wrap-layer/gkm-wrap-prompt.c
+++ b/pkcs11/wrap-layer/gkm-wrap-prompt.c
@@ -537,7 +537,7 @@ get_unlock_options_from_prompt (GkmWrapPrompt *self, CK_ULONG_PTR n_options)
 static void
 set_unlock_options_on_prompt (GkmWrapPrompt *self, CK_ATTRIBUTE_PTR options, CK_ULONG n_options)
 {
-	const gchar *choice;
+	const gchar *choice = 0;
 	gboolean have_ttl = FALSE;
 	gboolean bval;
 	gulong uval;
diff --git a/pkcs11/xdg-store/gkm-xdg-trust.c b/pkcs11/xdg-store/gkm-xdg-trust.c
index a6f225f..0ba9bf7 100644
--- a/pkcs11/xdg-store/gkm-xdg-trust.c
+++ b/pkcs11/xdg-store/gkm-xdg-trust.c
@@ -271,7 +271,7 @@ create_assertions (void)
 static GkmAssertion*
 create_assertion (GkmXdgTrust *self, GNode *asn)
 {
-	CK_X_ASSERTION_TYPE type;
+	CK_X_ASSERTION_TYPE type = 0;
 	GkmAssertion *assertion;
 	GQuark level;
 	gchar *purpose;
diff --git a/ui/gku-prompt-tool.c b/ui/gku-prompt-tool.c
index cc9e385..ece6aea 100644
--- a/ui/gku-prompt-tool.c
+++ b/ui/gku-prompt-tool.c
@@ -108,7 +108,7 @@ grab_keyboard (GtkWidget *win, GdkEvent *event, gpointer data)
 	GdkGrabStatus status;
 
 #if GTK_CHECK_VERSION (3,0,0)
-	GdkDevice *device;
+	GdkDevice *device = NULL;
 	GdkDeviceManager *manager;
 	GdkDisplay *display;
 	GList *devices, *l;



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