2.35.6 2.35.6
authorDan Winship <danw@gnome.org>
Tue, 5 Feb 2013 15:05:02 +0000 (10:05 -0500)
committerDan Winship <danw@gnome.org>
Tue, 5 Feb 2013 15:05:02 +0000 (10:05 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1024fd8..aa5b873 100644 (file)
--- 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
index c713e46..af97355 100644 (file)
@@ -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])