summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2019-08-01 11:26:23 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2019-08-01 12:28:22 +0300
commit816a1a66f49cc8826ceabfa1dc11e76da0e78558 (patch)
treec3df264c6cb65b3e2c15fa0fae317198ba51261f
parent75c24aaed2b7667cf36f1907b0157d152aa5f6d1 (diff)
downloadlibsoup-816a1a66f49cc8826ceabfa1dc11e76da0e78558.tar.gz
2.67.902.67.90
-rw-r--r--NEWS18
-rw-r--r--meson.build2
2 files changed, 19 insertions, 1 deletions
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')