[libsoup] 3.0.4
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] 3.0.4
- Date: Thu, 6 Jan 2022 02:48:07 +0000 (UTC)
commit 25a728020c4b53b5db4c4c675070e92f947fbd4d
Author: Patrick Griffis <pgriffis igalia com>
Date: Wed Jan 5 20:47:57 2022 -0600
3.0.4
NEWS | 8 ++++++++
meson.build | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ca0e2d6d..2e8ffb26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in libsoup from 3.0.3 to 3.0.4:
+
+* Fix HTTP/2 not properly handling socket timeouts [Carlos Garcia Campos]
+* Improvements to test reliablity [Simon McVittie]
+* Fix cross-compiling to Windows [Melroy van den Berg]
+* Fix tests with development glib-networking [Patrick Griffis]
+* Expose soup_uri_copy() to Vala [Jens Georg]
+
Changes in libsoup from 3.0.2 to 3.0.3:
* Fix various HTTP/2 issues [Carlos Garcia Campos]
diff --git a/meson.build b/meson.build
index 2e25a7d4..faeb5019 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '3.0.3',
+ version: '3.0.4',
meson_version : '>= 0.53',
license : 'LGPL2',
default_options : [
@@ -19,7 +19,7 @@ soup_version = meson.project_version()
#
# 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 = '0.0.3'
+libversion = '0.0.4'
apiversion = '3.0'
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]