[glib-networking/glib-2-30] 2.30.1



commit e75c08873175c2a0fd469923ef36a854d9f09014
Author: Dan Winship <danw gnome org>
Date:   Mon Oct 17 21:25:10 2011 -0400

    2.30.1

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 506768f..981faec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+2.30.1
+======
+  * Fixed a crash when passing a NULL GCancellable to
+    g_tls_connection_close_async() (Dan, #659786)
+
+  * Fixed ignore_hosts handling in GProxyResolverGnome (Dan, #655581)
+
+  * Fixed handling of self-signed CA certificates in
+    GTlsDatabaseGnutls (Dan, #660508)
+
+  * New translations:
+	Telugu
+
 2.30.0
 ======
   * Updated translation:
diff --git a/configure.ac b/configure.ac
index e7f98f7..0ff32ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.65)
 AC_CONFIG_MACRO_DIR([m4])
 
-AC_INIT([glib-networking],[2.30.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-networking],[2.30.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
 
 AC_CONFIG_SRCDIR([proxy/libproxy/glibproxyresolver.h])
 AC_CONFIG_HEADERS([config.h])



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