summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')