[libsoup/libsoup-2-74] 2.74.0




commit 63b1d319c6a0d4fde69f074c2fe04ff9767e7684
Author: Patrick Griffis <pgriffis igalia com>
Date:   Sun Aug 22 17:29:11 2021 -0500

    2.74.0

 NEWS        | 21 +++++++++++++++++++++
 meson.build |  4 ++--
 2 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1753e6b8..0cc78b69 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Changes in libsoup from 2.72.0 to 2.74.0:
+
+       * IMPORTANT: Enable ssl-use-system-ca-file by default on deprecated
+         Sync and Async sessions [Patrick Griffis]
+         See here for details:
+           https://gitlab.gnome.org/GNOME/libsoup/-/commit/71ca70a0f62cfc30dfacfd2ee0952a86e2e64055
+
+       * Fix including headers in C++ projects [Patrick Griffis]
+
+       * Fix attempting to resolve relative paths with data URIs [Ryan Gonzalez]
+
+       * Support Content-Disposition headers without a disposition-type [Patrick Griffis]
+
+       * Fix building VAPI bindings with latest Vala [Rico Tzschichholz]
+
+       * Fix sending a Content-Length header in a response with status code of 1xx or 204
+         [Ignacio Casal Quinteiro]
+
+       * Updated translations: Occitan, Persian, Nepali, Belarusian, Greek, British English,
+                               Portuguese
+
 Changes in libsoup from 2.71.1 to 2.72.0:
 
        * Fix critical after cancelling a message that failed auth [Carlos Garcia Campos]
diff --git a/meson.build b/meson.build
index 1e81ef16..0b79523b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '2.72.0',
+        version: '2.74.0',
         meson_version : '>=0.50',
         license : 'LGPL2',
         default_options : 'c_std=c99')
@@ -20,7 +20,7 @@ soup_version_micro = version_arr[2]
 #
 # When bumping the first component version, set the second and third components
 # to 0. When bumping the second version, set the third one to zero.
-libversion = '1.11.0'
+libversion = '1.11.1'
 apiversion = '2.4'
 soversion = libversion.split('.')[0]
 libsoup_api_name = '@0@-@1@'.format(meson.project_name(), apiversion)


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