[libsoup] 2.99.8



commit b24cacb897bf0204fc6d15c419232e1117fcb493
Author: Patrick Griffis <pgriffis igalia com>
Date:   Fri Jun 4 10:09:07 2021 -0500

    2.99.8

 NEWS        | 13 +++++++++++++
 meson.build |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 3fe085c3..c4239a4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in libsoup from 2.99.7 to 2.99.8:
+
+    * Enable HTTP/2 by default. The SOUP_FORCE_HTTP1 env var can disable for debugging
+      [Carlos Garcia Campos]
+
+    * Restrict advertising brotli decoding support to HTTPS [Patrick Griffis]
+
+    * Add new API to handle client certificate authentication per-message as
+      well as API to PKCS #11 PINs [Carlos Garcia Campos, Patrick Griffis]
+
+    * Add new build features `http2_tests` and `pkcs11_tests` to more granularly control
+      optional test dependencies [Patrick Griffis]
+
 Changes in libsoup from 2.99.6 to 2.99.7:
 
     * Change SoupSession to only support one SoupSessionFeature of a given type [Patrick Griffis]
diff --git a/meson.build b/meson.build
index 6c495518..09886bf4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '2.99.7',
+        version: '2.99.8',
         meson_version : '>= 0.53',
         license : 'LGPL2',
         default_options : [


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