[e1406f532a84b02f7b7645f2c4041c0dc25c70f10a5f0bb769efa589bcbf492f] 2.71.0
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [e1406f532a84b02f7b7645f2c4041c0dc25c70f10a5f0bb769efa589bcbf492f] 2.71.0
- Date: Tue, 7 Jul 2020 22:26:39 +0000 (UTC)
commit d7b8e46510e6a4d1dbcd38d3330e83c41086cc2f
Author: Patrick Griffis <pgriffis igalia com>
Date: Tue Jul 7 15:23:44 2020 -0700
2.71.0
NEWS | 15 +++++++++++++++
meson.build | 4 ++--
2 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a1df8268..5f17a8ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Changes in libsoup from 2.70.0 to 2.71.0:
+
+ * Redesign directory list returned for `file://` requests [Jan-Michael Brummer]
+
+ * Add `SOUP_COOKIE_JAR_ACCEPT_GRANDFATHERED_THIRD_PARTY` policy [Carlos Garcia Campos]
+
+ * Add soup_message_is_feature_disabled() API [Carlos Garcia Campos]
+
+ * Fix potential leak when setting SoupSession:tls-interaction [Scott Hutton]
+
+ * Fix building with Visual Studio [Chun-wei Fan]
+
+ * Updated translations: Ukrainian, Romanian, Swedish, Polish, Lithuanian, Spanish,
+ French, Chinese (China)
+
Changes in libsoup from 2.69.90 to 2.70.0:
* Deprecate SoupSession:proxy-uri [Patrick Griffis]
diff --git a/meson.build b/meson.build
index fffbb42f..80dc029b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.70.0',
+ version: '2.71.0',
meson_version : '>=0.50',
license : 'LGPL2',
default_options : 'c_std=c89')
@@ -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.9.0'
+libversion = '1.10.0'
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]