[libsoup] 2.67.3



commit 7f335e972d766e06cade8fada39f0bc5ca88b487
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Wed Jul 17 17:12:04 2019 +0300

    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')


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