[evolution-data-server] Bump libsoup minimum version requirement to 3.1.1
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bump libsoup minimum version requirement to 3.1.1
- Date: Mon, 4 Jul 2022 10:27:02 +0000 (UTC)
commit 4350487a6076da564cbde608df161e77438f9e6d
Author: Milan Crha <mcrha redhat com>
Date: Mon Jul 4 12:25:28 2022 +0200
Bump libsoup minimum version requirement to 3.1.1
Only the libsoup 3.1.1 contains necessary changes needed to work properly
in the heavy-multi-threaded environment the evolution-data-server is.
CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b54ebc080..1ff529b4e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -102,8 +102,8 @@ set(gdk4_minimum_version 4.4)
set(gdk4_encoded_version GDK_VERSION_4_4)
# Keep these two definitions in agreement.
-set(soup_minimum_version 3.0)
-set(soup_encoded_version SOUP_VERSION_3_0)
+set(soup_minimum_version 3.1.1)
+set(soup_encoded_version SOUP_VERSION_3_2)
# Warn about API usage that violates our minimum requirements.
add_definitions(-DGLIB_VERSION_MAX_ALLOWED=${glib_encoded_version})
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]