[libsoup] 2.99.9
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] 2.99.9
- Date: Thu, 8 Jul 2021 18:57:26 +0000 (UTC)
commit dc9b33385e8766a3d1f7012dec0144f32c87d26f
Author: Patrick Griffis <pgriffis igalia com>
Date: Thu Jul 8 13:53:50 2021 -0500
2.99.9
NEWS | 18 ++++++++++++++++++
meson.build | 2 +-
2 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index c4239a4d..db55a3f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes in libsoup from 2.99.8 to 2.99.9:
+
+ * Make soup_message_set_method() public API [Carlos Garcia Campos]
+
+ * Make SoupMessage:http-version read only [Carlos Garcia Campos]
+
+ * Prevent the same message being queued multiple times [Carlos Garcia Campos]
+
+ * Allow completing SoupMessage::tls-interaction with NULL certificate [Carlos Garcia Campos]
+
+ * Replace soup_server_set_ssl_cert_file() with soup_server_set_tls_certificate() [Carlos Garcia Campos]
+
+ * Add SoupServer support for client certificates [Carlos Garcia Campos]
+
+ * Fallback to building meson wrap of sqlite if not found [Xavier Claessens]
+
+ * Add soup_message_get_tls_protocol_version() and soup_message_get_tls_ciphersuite_name() API [Carlos
Garcia Campos]
+
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
diff --git a/meson.build b/meson.build
index 48922b89..5913df0b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.99.8',
+ version: '2.99.9',
meson_version : '>= 0.53',
license : 'LGPL2',
default_options : [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]