[libsoup] 2.67.90



commit 816a1a66f49cc8826ceabfa1dc11e76da0e78558
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Thu Aug 1 11:26:23 2019 +0300

    2.67.90

 NEWS        | 18 ++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 16feee0e..58567329 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes in libsoup from 2.67.3 to 2.67.90a:
+
+        * WebSockets: add support for WebSocket extensions via new
+          SoupWebsocketExtensionManager and SoupWebsocketExtension API
+          [Carlos Garcia Campos]
+
+        * WebSockets: add support for the permessage-deflate extension, enabled
+          by default in SoupServer and in the client side only if SoupWebsocketExtensionManager
+          is added to a session [Carlos Garcia Campos]
+
+        * WebSockets: Allow sending close frames with no body [Carlos Garcia Campos]
+
+        * WebSockets: ignore messages after close has been sent and received [Carlos Garcia Campos]
+
+        * Meson: tls-check improved [Xavier Claessens]
+
+        * Meson: improve Apache checks [Claudio Saavedra]
+
 Changes in libsoup from 2.67.2 to 2.67.3:
 
         * WebSockets: allow sending empty binary data [Carlos Garcia Campos]
diff --git a/meson.build b/meson.build
index a6d12ddc..deab7c29 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '2.67.3',
+        version: '2.67.90',
         meson_version : '>=0.50',
         license : 'LGPL2',
         default_options : 'c_std=c89')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]