summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2022-10-11 13:11:57 -0500
committerPatrick Griffis <pgriffis@igalia.com>2022-10-11 13:11:57 -0500
commit89c20462d24298734c7fd476ca4c87058438e52c (patch)
treed3186288a88e86071633199c3034026cff4fc3cb
parent36721429a5e177f02bcd331b4f991f1a08c774ed (diff)
downloadlibsoup-89c20462d24298734c7fd476ca4c87058438e52c.tar.gz
3.2.13.2.1
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 07aca1b8..79b1c253 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+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]
+* Fix possible crash when cancelling an HTTP/2 message [Carlos Garcia Campos]
+* Fix regresion where soup_server_message_get_socket() could return NULL [Carlos Garcia Campos]
+* Fix minor memory leak [Milan Crha]
+
Changes in libsoup from 3.1.4 to 3.2.0:
Changes in libsoup from 3.1.3 to 3.1.4:
diff --git a/meson.build b/meson.build
index b21fe6dc..cdf9ad6d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '3.2.0',
+ version: '3.2.1',
meson_version : '>= 0.54',
license : 'LGPL-2.0-or-later',
default_options : [