diff options
author | Dan Winship <danw@gnome.org> | 2011-08-30 12:56:12 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2011-08-30 12:56:12 -0400 |
commit | 77b6f3937fa6f3ecba5d5620f3756793048a745b (patch) | |
tree | a3c0071d77243b1b8492e5360a4337c4c2449579 /NEWS | |
parent | 916ccf31b237cc668f2222e325d81d0b212014b8 (diff) | |
download | libsoup-77b6f3937fa6f3ecba5d5620f3756793048a745b.tar.gz |
2.35.90LIBSOUP_2_35_90
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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. |