[libsoup] 2.31.6



commit 559b5e09ecfeb028f7df6161ac2dfbca65636d4d
Author: Dan Winship <danw gnome org>
Date:   Mon Aug 2 17:38:15 2010 -0400

    2.31.6

 NEWS         |   35 +++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 36 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4dcfa1f..a8a32bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+Changes in libsoup from 2.31.2 to 2.31.6:
+
+	* Disabled TLS 1.2 in addition to the already-disabled 1.1 and
+          1.0 [see below, in libsoup 2.27.2], thus making libsoup
+          usable with gnutls 2.10. [#622857. This commit, 01a43ad9,
+          can be applied to libsoup 2.30.x as well if you need that
+          release to work with gnutls 2.10.]
+
+	* When using libproxy 0.3 or newer, libsoup no longer leaks
+          proxy-related environment variables into child processes
+          [#603285]
+
+	* Changed the way message/connection binding works in
+          SoupSession so that (among other things), when there are
+          multiple requests queued to a host, and one of them gets a
+          network error, the other requests are still allowed to try
+          to succeed, rather than all failing immediately. [#619633]
+
+	* SoupSession now limits the number of times a message can be
+	  redirected, to avoid infinite loops [#604383, José Millán
+	  Soto]
+
+	* Fixed handling of certain messages where the response
+          headers included "Connection: close" but the server did not
+          actually close the connection at the end. [#611481]
+
+	* Fixed some incorrect g-i annotations [#621021]
+
+	* Fixed an out-of-bounds memory access when processing certain
+          Set-Cookie headers [#620288]
+
+	* Improved msg->reason_phrase on network errors [#623274]
+
+	* Fixed gir file disting [#621727, Yaakov Selkowitz]
+
 Changes in libsoup from 2.30.1 to 2.31.2:
 
 	* gobject-introspection has now been merged in. Use
diff --git a/configure.ac b/configure.ac
index ce1e909..b8bb98d 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.31.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.31.6],[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]