summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
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')