From 816a1a66f49cc8826ceabfa1dc11e76da0e78558 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Thu, 1 Aug 2019 11:26:23 +0300 Subject: 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') -- cgit v1.2.1