[libsoup/libsoup-2-74] 2.74.1



commit 0e1d3eee74cc568aa077b3472e7fcd3f13d42007
Author: Patrick Griffis <pgriffis igalia com>
Date:   Sun Oct 24 11:04:49 2021 -0500

    2.74.1

 NEWS        | 14 ++++++++++++++
 meson.build |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)
---
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')


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