diff options
author | Dan Winship <danw@gnome.org> | 2011-12-19 20:39:40 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2011-12-19 20:39:40 -0500 |
commit | 71f5ac7dd1d50a1f8955987ac8d5437abb1f60d2 (patch) | |
tree | befed92a0c4ec58e10339863d0e9a57b79d92f7f /NEWS | |
parent | 878808be848128213d13c3041848ddfffa998a5d (diff) | |
download | libsoup-71f5ac7dd1d50a1f8955987ac8d5437abb1f60d2.tar.gz libsoup-71f5ac7dd1d50a1f8955987ac8d5437abb1f60d2.tar.bz2 libsoup-71f5ac7dd1d50a1f8955987ac8d5437abb1f60d2.zip |
2.37.3LIBSOUP_2_37_3
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +Changes in libsoup from 2.37.2 to 2.37.3: + + * Now requires glib 2.31 + + * Simplified SoupHTTPInputStream and SoupRequestHTTP, allowing + related simplifications in WebKit's ResourceHandleSoup. This + is an ABI-incompatible change, but SoupHTTPInputStream is an + unstable API. [#663451, Dan] + + * Fixed a bug that caused the SOUP_MESSAGE_CERTIFICATE_TRUSTED + flag to always be cleared, causing epiphany to claim all + https pages were untrusted. [#665182, Dan] + + * Fixed some bugs in the handling of SoupSession:http-aliases + and SoupSession:https-aliases. + + * Fixed handling of ACLOCAL_FLAGS [#641470, Craig Keogh] + + * Fixed SoupContentDecoder's "ignore Content-Encoding: gzip + because the server didn't actually mean it" hack to handle + x-gzip too. + + * Clarified the documentation on SoupSession:ssl-strict + [#666280] + Changes in libsoup from 2.37.1 to 2.37.2: * Fixed up the output of SoupDirectoryInputStream, thus |