[libsoup] 2.99.7



commit 2f32d42c74a1c64bcfdbdb431a995595aceed699
Author: Patrick Griffis <pgriffis igalia com>
Date:   Fri May 28 10:08:06 2021 -0500

    2.99.7

 NEWS        | 8 ++++++++
 meson.build | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index b4b18cd3..3fe085c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in libsoup from 2.99.6 to 2.99.7:
+
+    * Change SoupSession to only support one SoupSessionFeature of a given type [Patrick Griffis]
+
+    * Remove soup_session_get_features() API [Patrick Griffis]
+
+    * Numerous HTTP/2 fixes and improvements [Carlos Garcia Campos]
+
 Changes in libsoup from 2.99.5 to 2.99.6:
 
     * Added HTTP/2 support. Enable by setting `SOUP_ENABLE_HTTP2` env var. [Patrick Griffis, Carlos Garcia 
Campos]
diff --git a/meson.build b/meson.build
index ac74f1a6..64964f67 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '2.99.6',
+        version: '2.99.7',
         meson_version : '>= 0.53',
         license : 'LGPL2',
         default_options : [


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