2.35.90 LIBSOUP_2_35_90
authorDan Winship <danw@gnome.org>
Tue, 30 Aug 2011 16:56:12 +0000 (12:56 -0400)
committerDan Winship <danw@gnome.org>
Tue, 30 Aug 2011 16:56:12 +0000 (12:56 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index cc69320..b5da4ec 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Changes in libsoup from 2.35.5 to 2.35.90:
+
+       * Added SOUP_MESSAGE_CAN_REBUILD flag, to use with
+         soup_message_body_set_accumulate(FALSE) on a request body,
+         to indicate that the caller will recreate the request body
+         after it has been discarded if the message needs to be
+         re-sent. [#656650]
+
+       * Fixed the build on mingw-w64 by not using "interface" as
+         as variable name. [#656402, Erik van Pienbroek]
+
+       * (The multihosted https server regression mentioned in the
+         2.35.5 NEWS turned out to be a glib-networking bug, which is
+         fixed as of 2.29.18.)
+
 Changes in libsoup from 2.35.4 to 2.35.5:
 
        * Support NTLM single sign on via samba's /usr/bin/ntlm_auth.
index 04e0e04..34106ed 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.35.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.35.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
 AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
 AC_CONFIG_MACRO_DIR([m4])