summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-12-19 20:39:40 -0500
committerDan Winship <danw@gnome.org>2011-12-19 20:39:40 -0500
commit71f5ac7dd1d50a1f8955987ac8d5437abb1f60d2 (patch)
treebefed92a0c4ec58e10339863d0e9a57b79d92f7f /NEWS
parent878808be848128213d13c3041848ddfffa998a5d (diff)
downloadlibsoup-71f5ac7dd1d50a1f8955987ac8d5437abb1f60d2.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ff1aea51..996585df 100644
--- a/NEWS
+++ b/NEWS
@@ -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