[libsoup] 2.99.3
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] 2.99.3
- Date: Thu, 8 Apr 2021 19:38:55 +0000 (UTC)
commit 260d93b29428b999cdb64fd7c494c0efee2708d5
Author: Patrick Griffis <pgriffis igalia com>
Date: Thu Apr 8 14:38:41 2021 -0500
2.99.3
NEWS | 19 +++++++++++++++++++
meson.build | 2 +-
2 files changed, 20 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 940c44c0..0e639924 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Changes in libsoup from 2.99.2 to 2.99.3:
+
+ * Fix soup_session_get_async_result_message() [Patrick Griffis]
+
+ * Fix SoupMessage not always emitting notify single on property change [Carlos Garcia Campos]
+
+ * Fix soup_message_query_flags() not returning a boolean [Patrick Griffis]
+
+ * Revert requiring a GPollableInputStream for request bodies [Carlos Garcia Campos]
+
+ * Rename soup_message_body_free() and soup_message_headers_free() to
+ soup_message_body_unref() and soup_message_headers_unref() [Carlos Garcia Campos]
+
+ * Rename SoupMessage:options-ping property to SoupMessage:is-options-ping and add
+ soup_message_new_options_ping(), soup_message_get_is_options_ping(), and
+ soup_message_set_is_options_ping() [Carlos Garcia Campos]
+
+ * Add SOUP_HTTP_2_0 SoupHTTPVersion to be used later [Patrick Griffis]
+
Changes in libsoup from 2.99.1 to 2.99.2:
* Add new soup_session_send_and_read() API [Carlos Garcia Campos]
diff --git a/meson.build b/meson.build
index b620f0e6..d9df470a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.99.2',
+ version: '2.99.3',
meson_version : '>= 0.53',
license : 'LGPL2',
default_options : [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]