[libsoup] 3.0.3



commit fbf69d004d1ef75bd93a10819378030b4c479bb9
Author: Patrick Griffis <pgriffis igalia com>
Date:   Wed Nov 24 12:05:27 2021 -0600

    3.0.3

 NEWS        | 8 ++++++++
 meson.build | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e4110e68..ca0e2d6d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in libsoup from 3.0.2 to 3.0.3:
+
+* Fix various HTTP/2 issues [Carlos Garcia Campos]
+
+* Error when libsoup2 has been loaded before libsoup3 [Patrick Griffis]
+
+* Fix memory leak when using TLS [Mart Raudsepp]
+
 Changes in libsoup from 3.0.1 to 3.0.2:
 
 * Add support for multiple auth challenges in one response [Patrick Griffis]
diff --git a/meson.build b/meson.build
index b07bce1e..2e25a7d4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '3.0.2',
+        version: '3.0.3',
         meson_version : '>= 0.53',
         license : 'LGPL2',
         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.2'
+libversion = '0.0.3'
 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]