summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e4f46b97..2850b8b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 3.4.0 to 3.4.1:
+
+* Fix HTTP/2 on platforms with unsigned char [Patrick Griffis]
+* Change request cancellation to be handled earlier [Carlos Garcia Campos]
+* Add names to GSources and source tags to GTasks to aid debugging [Philip Withnall]
+
Changes in libsoup from 3.3.1 to 3.4.0:
* Fix possible crash in SoupContentSniffer [Patrick Griffis ]
diff --git a/meson.build b/meson.build
index 2b56687d..2746ff75 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '3.4.0',
+ version: '3.4.1',
meson_version : '>= 0.54',
license : 'LGPL-2.0-or-later',
default_options : [