[glib-networking] 2.35.6



commit 8fa3a17efb69aff81a21364380d27f8f35d487ea
Author: Dan Winship <danw gnome org>
Date:   Tue Feb 5 10:05:02 2013 -0500

    2.35.6

 NEWS         |   24 ++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1024fd8..aa5b873 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+2.35.6
+======
+  * proxy/gnome: Fixed several bugs:
+
+	* Multithreaded usage could result in crashes
+
+	* In "automatic" mode, synchronous lookups would obey
+	  ignore-hosts, but asynchronous lookups would not. (Now they
+	  both do.)
+
+	* lookup_async() would never notice if the proxy settings
+	  switched from "automatic" to "manual" or "none" (and would
+	  make a synchronous D-Bus call when switching in the other
+	  direction).
+
+	* If given an invalid URI, lookup_async() would return a
+	  successful result (and leak the GError that it was supposed
+	  to have returned), and lookup() would return both the error
+	  and the proxy (leaking one or the other, depending on how
+	  the caller behaved).
+
+  * Updated translations:
+	Italian, Malayalam, Norwegian bokmÃl, Serbian, Uyghur
+
 2.35.4
 ======
   * proxy/gnome: The tests should now work correctly even if
diff --git a/configure.ac b/configure.ac
index c713e46..af97355 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.35.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-networking],[2.35.6],[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]