summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2019-07-17 17:12:04 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2019-07-17 17:12:04 +0300
commit7f335e972d766e06cade8fada39f0bc5ca88b487 (patch)
tree3abfad420ffcee81e73a2cff0862586af1e2e64b
parent4ab18e3462797b09bcc2d58a82d3a5c9d49b3bec (diff)
downloadlibsoup-2.67.3.tar.gz
2.67.32.67.3
-rw-r--r--NEWS16
-rw-r--r--meson.build2
2 files changed, 17 insertions, 1 deletions
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')