2.33.6 LIBSOUP_2_33_6
authorDan Winship <danw@gnome.org>
Mon, 31 Jan 2011 21:47:17 +0000 (16:47 -0500)
committerDan Winship <danw@gnome.org>
Mon, 31 Jan 2011 21:47:17 +0000 (16:47 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 623d2d8..1282f99 100644 (file)
--- 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
index 7bacd49..5a5621e 100644 (file)
@@ -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])