From 7f335e972d766e06cade8fada39f0bc5ca88b487 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Wed, 17 Jul 2019 17:12:04 +0300 Subject: 2.67.3 --- NEWS | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index af36434a..16feee0e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Changes in libsoup from 2.67.2 to 2.67.3: + + * WebSockets: allow sending empty binary data [Carlos Garcia Campos] + + * WebSockets: fail and load the connection on invalid payload length [Carlos Garcia Campos] + + * WebSockets: allow NULL characters in text messages data [Carlos Garcia Campos] + + * WebSockets: Close connection on wrongly masked/unmasked frame as per RFC [Carlos Garcia Campos] + + * WebSockets: other code fixes [Carlos Garcia Campos] + + * NTLM: Fix NTLMv2 authentication [Thibaut Robert] + + * SoupMessage: fix several deprecation warnings related to private data [Claudio Saavedra] + Changes in libsoup from 2.67.1 to 2.67.2: * gobject-introspection: Fix annotation for soup_auth_new() diff --git a/meson.build b/meson.build index 0f66f4df..93a6b860 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libsoup', 'c', - version: '2.67.2', + version: '2.67.3', meson_version : '>=0.50', license : 'LGPL2', default_options : 'c_std=c89') -- cgit v1.2.1