summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2021-10-24 11:04:49 -0500
committerPatrick Griffis <pgriffis@igalia.com>2021-10-24 11:04:49 -0500
commit0e1d3eee74cc568aa077b3472e7fcd3f13d42007 (patch)
treece89a1d4c9c2f14421093a212197211bc66c97d1
parentc8fcefba4137e8d1bb7bb6fdf6c6cf86c011248a (diff)
downloadlibsoup-0e1d3eee74cc568aa077b3472e7fcd3f13d42007.tar.gz
2.74.12.74.1
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0cc78b69..b7b18b2d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Changes in libsoup from 2.74.0 to 2.74.1:
+
+ * Fix support for older versions of Vala [Rico Tzschichholz]
+
+ * Fix trying to build sysprof as a subproject on Windows [Christoph Reiter]
+
+ * Fix missing `extern "C"` in an installed header [Patrick Griffis]
+
+ * Improve `gssapi` dependency handling [Nirbheek Chauhan]
+
+ * Fix `libsoup-doc` build target [Patrick Griffis]
+
+ * Updated translations: Danish, Russian
+
Changes in libsoup from 2.72.0 to 2.74.0:
* IMPORTANT: Enable ssl-use-system-ca-file by default on deprecated
diff --git a/meson.build b/meson.build
index 4202342a..fc284848 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.74.0',
+ version: '2.74.1',
meson_version : '>=0.50',
license : 'LGPL2',
default_options : 'c_std=c99')