[libsoup] 2.72.0



commit ae1632c176c60b7fe832024c0a958f4079767c44
Author: Patrick Griffis <pgriffis igalia com>
Date:   Sun Sep 13 15:53:40 2020 -0700

    2.72.0

 NEWS        | 6 ++++++
 meson.build | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 31e48554..1753e6b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 2.71.1 to 2.72.0:
+
+       * Fix critical after cancelling a message that failed auth [Carlos Garcia Campos]
+
+       * Updated translations: Portuguese, Latvian, Italian, German, Hungarian
+
 Changes in libsoup from 2.71.0 to 2.71.1:
 
        * Add support for 308 Premanent Redirect [Benjamin Kaufmann]
diff --git a/meson.build b/meson.build
index ea8e8342..03884d8f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '2.71.1',
+        version: '2.72.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.10.0'
+libversion = '1.11.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]