summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2023-04-20 20:37:39 -0500
committerPatrick Griffis <pgriffis@igalia.com>2023-04-20 20:37:39 -0500
commite462f0d71a2f1991ff1921915eb224f00cae5bb1 (patch)
tree21a4d2477b947384363e8b209fee79acbaf179e3
parent816a38a601c8453db39082db1a54a2a426e07263 (diff)
downloadlibsoup-e462f0d71a2f1991ff1921915eb224f00cae5bb1.tar.gz
3.4.13.4.1
-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 : [