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 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 : [