[libsoup] 2.59.90
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] 2.59.90
- Date: Mon, 7 Aug 2017 21:38:07 +0000 (UTC)
commit 8f1a8e4a7cf32f1cc69fbfdd3b0f192a3fca080e
Author: Dan Winship <danw gnome org>
Date: Mon Aug 7 17:37:38 2017 -0400
2.59.90
NEWS | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 58 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 85a6ccc..e3f2b3b 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
diff --git a/configure.ac b/configure.ac
index 3df131e..fd858a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
m4_define([soup_major_version], [2])
-m4_define([soup_minor_version], [58])
-m4_define([soup_micro_version], [0])
+m4_define([soup_minor_version], [59])
+m4_define([soup_micro_version], [90])
AC_PREREQ(2.63)
AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]