summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2022-09-02 13:30:50 -0500
committerPatrick Griffis <pgriffis@igalia.com>2022-09-02 13:30:50 -0500
commit66b1deac20ce3857d0c6cf225d4517027e532c0b (patch)
treea1449a2d8f83e9d67569329d9debafdcff9e649d
parenta99b7ac9801af44359c372083ce0ac519cd71d80 (diff)
downloadlibsoup-3-0.tar.gz
-rw-r--r--NEWS5
-rw-r--r--meson.build4
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ad435cb8..8d3b106f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in libsoup from 3.0.7 to 3.0.8:
+
+* Fix `http` proxy authentication with default proxy resolver [Carlos Garcia Campos]
+* Numerous improvments to HTTP/2 reliability [Carlos Garcia Campos]
+
Changes in libsoup from 3.0.6 to 3.0.7:
* Fix leak in SoupAuthNTLM [Milan Crha]
diff --git a/meson.build b/meson.build
index c4a5e2e0..5bd13578 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '3.0.7',
+ version: '3.0.8',
meson_version : '>= 0.54',
license : 'LGPL-2.0-or-later',
default_options : [
@@ -19,7 +19,7 @@ soup_version = meson.project_version()
#
# When bumping the first component version, set the second and third components
# to 0. When bumping the second version, set the third one to zero.
-libversion = '0.0.5'
+libversion = '0.0.6'
apiversion = '3.0'
soversion = libversion.split('.')[0]
libsoup_api_name = '@0@-@1@'.format(meson.project_name(), apiversion)