summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-08-30 12:56:12 -0400
committerDan Winship <danw@gnome.org>2011-08-30 12:56:12 -0400
commit77b6f3937fa6f3ecba5d5620f3756793048a745b (patch)
treea3c0071d77243b1b8492e5360a4337c4c2449579 /NEWS
parent916ccf31b237cc668f2222e325d81d0b212014b8 (diff)
downloadlibsoup-77b6f3937fa6f3ecba5d5620f3756793048a745b.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cc693201..b5da4ecf 100644
--- 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.