[libsoup] 2.99.4



commit 0a6b2555b7ca74d7b879fa5ff06daf1bd22a56f6
Author: Patrick Griffis <pgriffis igalia com>
Date:   Tue Apr 20 10:19:41 2021 -0500

    2.99.4

 NEWS        | 13 +++++++++++++
 meson.build |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 0e639924..c0fefaf9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in libsoup from 2.99.3 to 2.99.4:
+
+    * Rename SoupMessage:tls-certificate and SoupMessage:tls-certificate-errors
+      to tls-peer-certificate and tls-peer-certificate-errors respectively [Carlos Garcia Campos]
+
+    * Add SoupMessageMetrics API for tracking message events [Carlos Garcia Campos]
+
+    * Add soup_message_get_connection_id() API [Patrick Griffis]
+
+    * Add WebSocket fuzzing tests with Autobahn [Diego Pino]
+
+    * Windows build fixes [Chun-wei Fan]
+
 Changes in libsoup from 2.99.2 to 2.99.3:
 
     * Fix soup_session_get_async_result_message() [Patrick Griffis]
diff --git a/meson.build b/meson.build
index c1dabece..3881d7c7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '2.99.3',
+        version: '2.99.4',
         meson_version : '>= 0.53',
         license : 'LGPL2',
         default_options : [


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