summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2022-09-02 13:40:07 -0500
committerPatrick Griffis <pgriffis@igalia.com>2022-09-02 13:40:07 -0500
commita601ac2bae4d7b4b691b3361386d1808214cf376 (patch)
tree477050bf3da68940cf250c85280c2dcc583cd56d
parentd091d448ee0decfb22e00b24b072d0c4eb97b69c (diff)
downloadlibsoup-a601ac2bae4d7b4b691b3361386d1808214cf376.tar.gz
3.1.43.1.4
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6c569429..ff6a9f00 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 3.1.3 to 3.1.4:
+
+* Numerous improvements to HTTP/2 reliablity [Carlos Garcia Campos]
+* Fix `http` proxy authentication with default proxy resolver [Carlos Garcia Campos]
+* Fix undefined ``ssize_t`` with MSVC [Patrick Griffis]
+
Changes in libsoup from 3.1.2 to 3.1.3:
* Fix compile error when `SOUP_VERSION_MAX_ALLOWED` is defined [Patrick Griffis]
diff --git a/meson.build b/meson.build
index ce591d8c..b9c0252d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '3.1.3',
+ version: '3.1.4',
meson_version : '>= 0.54',
license : 'LGPL-2.0-or-later',
default_options : [