summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 : [