summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2021-06-04 10:09:07 -0500
committerPatrick Griffis <pgriffis@igalia.com>2021-06-04 10:16:06 -0500
commitb24cacb897bf0204fc6d15c419232e1117fcb493 (patch)
tree664e224542884b7b8b9b4c57e980e1e1ea13d3d3 /NEWS
parent2b511ed96c43be26162b5adb292cc23666dc1c13 (diff)
downloadlibsoup-b24cacb897bf0204fc6d15c419232e1117fcb493.tar.gz
2.99.82.99.8
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
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]