diff options
author | Dan Winship <danw@gnome.org> | 2012-01-16 18:50:01 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-01-16 18:50:01 -0500 |
commit | 06afcdb9479b9f48f22f42198396ed5ceebcae5a (patch) | |
tree | 2ab09d9654ee7e6d2f756e2513dff7bb53a43a14 /NEWS | |
parent | a7a4baba6f12cc2e5958cfab28ed1ff3f8b7b533 (diff) | |
download | libsoup-06afcdb9479b9f48f22f42198396ed5ceebcae5a.tar.gz libsoup-06afcdb9479b9f48f22f42198396ed5ceebcae5a.tar.bz2 libsoup-06afcdb9479b9f48f22f42198396ed5ceebcae5a.zip |
2.37.4LIBSOUP_2_37_4
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +Changes in libsoup from 2.37.3 to 2.37.4: + + * SoupMessage now has a "network-event" signal that can be + monitored for information about DNS, proxy lookup, TCP + connections, and TLS handshakes. [Dan] + + * The HTTP header parsing code now avoids hitting + g_return_if_fails() (and returns an error instead) in a few + cases of seriously-invalid headers. [#666316, Simon + McVittie, Dan] + + * POSTs and other non-idempotent requests are now always sent + on newly-created connections. You can also force this + behavior on other messages by setting the + SOUP_MESSAGE_NEW_CONNECTION flag. [#578990, Dan] + + * Server-closed idle connections are now detected ahead of + time on Windows, preventing occasional spurious "Connection + terminated unexpectedly" errors. (This had been fixed on + UNIX since 2.28, but the earlier fix didn't work with + WinSock.) [#578990, Dan] + + * Plugged a leak in SoupRequestHTTP. [#667099, Xan] + Changes in libsoup from 2.37.2 to 2.37.3: * Now requires glib 2.31 |