summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2017-08-07 17:37:38 -0400
committerDan Winship <danw@gnome.org>2017-08-07 17:37:38 -0400
commit8f1a8e4a7cf32f1cc69fbfdd3b0f192a3fca080e (patch)
treeb14cb4c2cb0bcf4ce103d01068d6c5a015dac028 /NEWS
parentb2f927575ea0b0041289e0c19f53a33e55760fd3 (diff)
downloadlibsoup-8f1a8e4a7cf32f1cc69fbfdd3b0f192a3fca080e.tar.gz
2.59.902.59.90
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS56
1 files changed, 56 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 85a6ccc9..e3f2b3b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,59 @@
+Changes in libsoup from 2.58.0 to 2.59.90:
+
+ * Several SoupAuthNegotiate compatibility fixes [#783780,
+ #783781, Tomas Popela]
+
+ * Include a payload in SoupWebsocketConnection's "ping"
+ messages (to avoid problems with certain buggy server
+ implementations), and emit a signal when receiving a "pong"
+ (to allow apps to notice when the remote peer has
+ disconnected them). [#785660, David Woodhouse]
+
+ * Fix the interpretation of wss:// URIs, which previously
+ mostly didn't work. [#784766, Nirbheek Chauhan].
+
+ * Fixed SoupContentSniffer behavior on XML files with no
+ Content-Type
+ [https://bugs.webkit.org/show_bug.cgi?id=173923]
+
+ * Fixed a bug with cancelling async requests [#773257, Carlos
+ Garcia Campos]
+
+ * Reverted the (undocumented) change in 2.58.0 to call
+ soup_session_abort() after changing
+ SoupSession:proxy-resolver; while this made its behavior
+ more consistent with :proxy-uri, it ended up breaking
+ things. [#781590]
+
+ * Allow HTTP responses that have no trailing CRLF after the
+ response headers (and no body) [#780352, Carlos Garcia
+ Campos]
+
+ * Fixed an out-of-bounds read in SoupURI parsing [#785042]
+
+ * Fixed a spurious (debug-level) error message in
+ SoupWebsocketConnection [#784935, Ignacio Casal Quinteiro]
+
+ * Fixed introspection annotations on
+ soup_message_headers_get_content_range() [Philip Withnall]
+
+ * Fixed a flake in tests/header-parsing [#777258]
+
+ * Update tests/test-cert.pem to use stronger algorithms to
+ avoid problems with newer gnutls. [#784949, Jan Alexander
+ Steffens]
+
+ * Fixed examples/get to not accidentally break https
+ certificate validation [#784259, Sebatian Dröge]
+
+ * Misc updates to apache/php stuff in unit tests:
+ * Dropped support for Apache 2.2
+ * Deal with mod_unixd being compiled-in [#776478]
+ * Switched PHP support from PHP 5 to PHP 7
+
+ * Updated translations:
+ Esperanto, Turkish
+
Changes in libsoup from 2.2.57.1 to 2.58.0:
* Fix authentication issues when the SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE