[libsoup/libsoup-3-0] 3.0.8



commit 66b1deac20ce3857d0c6cf225d4517027e532c0b
Author: Patrick Griffis <pgriffis igalia com>
Date:   Fri Sep 2 13:30:50 2022 -0500

    3.0.8

 NEWS        | 5 +++++
 meson.build | 4 ++--
 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]