[libsoup] 2.33.92



commit 4b0d877516a08b90ae0432737160cd924e38786d
Author: Dan Winship <danw gnome org>
Date:   Mon Mar 21 22:15:18 2011 -0400

    2.33.92

 NEWS         |   44 ++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 45 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a063910..6bf838d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+Changes in libsoup from 2.33.90 to 2.33.92:
+
+	* LIBSOUP NO LONGER DEPENDS ON GCONF OR LIBPROXY.
+	  (see below).
+
+	* Added SoupProxyResolverDefault, which uses uses gio's
+          GProxyResolver to resolve proxies [#642982, Gustavo Noronha
+          Silva]. Despite the "default" in the name, it is not used by
+          default, for compatibility reasons, but it is available in
+          plain libsoup, not libsoup-gnome. (Of course, it depends on
+          having glib-networking installed.)
+
+	* Updated SoupProxyResolverGNOME to be based on
+          SoupProxyResolverDefault, but explicitly requesting the
+          "gnome" GProxyResolver if it is available [#625898], and
+          removed the old code that used GConf and libproxy directly.
+
+	* Added soup_server_disconnect(), to explicitly disconnect a
+          SoupServer, since it is not possible to g_object_unref() it
+          from memory-managed language bindings. [#638576, Andreas
+          Rottmann]
+
+	* SoupDate now parses month names case-insensitively [#644048,
+          Christian Dywan]
+
+	* Avoid a g_return_if_fail() when using
+          SOUP_COOKIE_JAR_ACCEPT_NO_THIRD_PARTY with non-http URIs
+          (file:, data:, etc). [#643226]
+
+	* SoupCookieJar now catches overflows when parsing very
+          distant dates [#643462, based on a patch from Mark
+          Starovoytov]
+
+	* Fixed a buggy interaction between request body streaming and
+          restarted requests [David Woodhouse]. Added some new tests
+          to tests/chunk-test.c to make sure that a specific
+          (unsupported!) way of using those methods would not get
+          broken in the future.
+
+	* Fixed soup_socket_get_remote_address(), which had been
+          broken since 2.33.4 (and which in turn caused
+          soup_client_context_get_address/_get_host to be broken).
+          [#645227]
+
 Changes in libsoup from 2.33.6 to 2.33.90:
 
 	* Attempted to make libsoup's dependency on glib-networking
diff --git a/configure.ac b/configure.ac
index dc23fe7..8f37cec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.33.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.33.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
 AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
 AC_CONFIG_MACRO_DIR([m4])
 



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