summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent1ee1f933ab3db67c0967124adebffd0513783415 (diff)
downloadlibsoup-24592981d6089b66968720f37825c8e45ae628a0.tar.gz
2.67.12.67.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 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)