[libsoup/libsoup-2-74] 2.74.3



commit 4a6b9178ded85e269872ffedfb2b18f2754a75d9
Author: Patrick Griffis <pgriffis igalia com>
Date:   Tue Oct 11 13:27:22 2022 -0500

    2.74.3

 NEWS        | 10 ++++++++++
 meson.build |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index a57354af..c48511f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in libsoup from 2.74.2 to 2.74.3:
+
+    * Add missing g-i annotations to `soup_address_get_sockaddr()` and `soup_socket_read_until()` [Rico 
Tzschichholz]
+
+    * Add missing `extern` when building on Windows [Melroy van den Berg]
+
+    * Update libxml2 fallback for meson wrap [Xavier Claessens]
+
+    * Improvements when using libsoup with meson wraps [Nirbheek Chauhan]
+
 Changes in libsoup from 2.74.1 to 2.74.2:
 
     * Error when libsoup3 is already loaded before libsoup2 [Patrick Griffis]
diff --git a/meson.build b/meson.build
index 01f744e5..130f8138 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '2.74.2',
+        version: '2.74.3',
         meson_version : '>=0.50',
         license : 'LGPL2',
         default_options : 'c_std=c99')


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