summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ed50128e..54240cd6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Changes in libsoup from 2.66.2 to 2.67.1:
+
+ * Add a brotli decoder. This adds a new dependency on libbrotli
+ [Patrick Griffis]
+
+ * Add strict secure cookies support [Patrick Griffis]
+
+ * Add HSTS enforcer SoupSession feature (with both memory
+ and sqlite backends) [Adrien Plazas, Claudio Saavedra]
+
+ * meson gtk-doc documentation fixes [Claudio Saavedra]
+
+ * Bump the CI test image to Fedora 30 and add libbrotli
+ dependency [Claudio Saavedra]
+
Changes in libsoup from 2.66.1 to 2.66.2:
* Make gettext optional (might not be available in Windows)
diff --git a/meson.build b/meson.build
index 63e7f5f0..8024d405 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.67.0',
+ version: '2.67.1',
meson_version : '>=0.48',
license : 'LGPL2',
default_options : 'c_std=c89')