[libsoup] 2.33.6



commit a227c1b94de00320eae421c08617369c55732b9b
Author: Dan Winship <danw gnome org>
Date:   Mon Jan 31 16:47:17 2011 -0500

    2.33.6

 NEWS         |   20 ++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 623d2d8..1282f99 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Changes in libsoup from 2.33.5 to 2.33.6:
+
+	* Made SoupSessionAsync do idle-connection cleanup more
+          sanely, resulting in faster load times for pages with lots
+          of subresources. [#639768, Sergio Villar Senin]
+
+	* Fixed soup_form_decode()'s behavior (and by extension,
+          SoupServer query string handling) with datasets that contain
+          multiple values for the same key, and added a test case.
+          [#639783, Sven Neumann]
+
+	* Fixed warnings pointed out by gcc 4.6, including a bug in
+          SoupCache that would cause unnecessary revalidations
+          [#640556].
+
+	* Belated copied a fix from the WebKit copy of soup-cache.c
+          into ours, and fixed a bug in the local copy of
+          soup-request-data.c [#641022, Sergio Villar Senin], in
+          preparation for making WebKit use the libsoup versions.
+
 Changes in libsoup from 2.33.4 to 2.33.5:
 
 	* Fixed certain cases of soup_session_cancel_message() with
diff --git a/configure.ac b/configure.ac
index 7bacd49..5a5621e 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.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.33.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]