[libsoup] 2.99.6



commit f575348d6a554e376ae76499f982f2eba05345be
Author: Patrick Griffis <pgriffis igalia com>
Date:   Sat May 22 12:23:51 2021 -0500

    2.99.6

 NEWS        | 4 ++++
 meson.build | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 84740253..b4b18cd3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+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]
+
 Changes in libsoup from 2.99.4 to 2.99.5:
 
     * Add soup_message_get_remote_address() API [Carlos Garcia Campos]
diff --git a/meson.build b/meson.build
index 3daca77b..ac74f1a6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '2.99.5',
+        version: '2.99.6',
         meson_version : '>= 0.53',
         license : 'LGPL2',
         default_options : [


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