summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2022-11-02 14:46:22 -0500
committerPatrick Griffis <pgriffis@igalia.com>2022-11-02 14:46:22 -0500
commit49e0178c6f91725ca348acf6d3c5d1343e6c9eb1 (patch)
tree7b91e73323217ed7aedb9a75588feae2d76880c9
parentda33bfbb9be6128e2bb19fa94d227b5609858353 (diff)
downloadlibsoup-3-2.tar.gz
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 79b1c253..67b495e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 3.2.1 to 3.2.2:
+
+* Various HTTP/2 Fixes: [Carlos Garcia Campos]
+ * Fix `content-sniffed` not being emitted for resources without content
+ * Fix leak of SoupServerConnection when stolen
+
Changes in libsoup from 3.2.0 to 3.2.1:
* When built against nghttp2 1.50.0+ be relaxed about header whitespace [Carlos Garcia Campos]
diff --git a/meson.build b/meson.build
index cdf9ad6d..e9f1a6d6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '3.2.1',
+ version: '3.2.2',
meson_version : '>= 0.54',
license : 'LGPL-2.0-or-later',
default_options : [