summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2019-05-23 13:13:53 +0200
committerClaudio Saavedra <csaavedra@igalia.com>2019-05-23 13:13:53 +0200
commit24592981d6089b66968720f37825c8e45ae628a0 (patch)
treec3693d5c5d89aaaa10731d3f34d86f5a47f32253
parent1ee1f933ab3db67c0967124adebffd0513783415 (diff)
downloadlibsoup-24592981d6089b66968720f37825c8e45ae628a0.tar.gz
2.67.12.67.1
-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')