Title: [283175] trunk
Revision
283175
Author
commit-qu...@webkit.org
Date
2021-09-28 09:24:56 -0700 (Tue, 28 Sep 2021)

Log Message

[GTK][WPE] Bump libsoup3 version to 3.0.0
https://bugs.webkit.org/show_bug.cgi?id=230601

Patch by Carlos Garcia Campos <cgar...@igalia.com> on 2021-09-28
Reviewed by Philippe Normand.

* Source/cmake/OptionsGTK.cmake:
* Source/cmake/OptionsWPE.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (283174 => 283175)


--- trunk/ChangeLog	2021-09-28 16:22:30 UTC (rev 283174)
+++ trunk/ChangeLog	2021-09-28 16:24:56 UTC (rev 283175)
@@ -1,3 +1,13 @@
+2021-09-28  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK][WPE] Bump libsoup3 version to 3.0.0
+        https://bugs.webkit.org/show_bug.cgi?id=230601
+
+        Reviewed by Philippe Normand.
+
+        * Source/cmake/OptionsGTK.cmake:
+        * Source/cmake/OptionsWPE.cmake:
+
 2021-09-23  Fujii Hironori  <hironori.fu...@sony.com>
 
         [MSVC] The "/Zc:lambda" switch is recommended to use the new lambda processor.

Modified: trunk/Source/cmake/OptionsGTK.cmake (283174 => 283175)


--- trunk/Source/cmake/OptionsGTK.cmake	2021-09-28 16:22:30 UTC (rev 283174)
+++ trunk/Source/cmake/OptionsGTK.cmake	2021-09-28 16:24:56 UTC (rev 283175)
@@ -201,7 +201,7 @@
     set(SOUP_MINIMUM_VERSION 2.54.0)
     set(SOUP_API_VERSION 2.4)
 else ()
-    set(SOUP_MINIMUM_VERSION 2.99.9)
+    set(SOUP_MINIMUM_VERSION 3.0.0)
     set(SOUP_API_VERSION 3.0)
     set(ENABLE_SERVER_PRECONNECT ON)
 endif ()

Modified: trunk/Source/cmake/OptionsWPE.cmake (283174 => 283175)


--- trunk/Source/cmake/OptionsWPE.cmake	2021-09-28 16:22:30 UTC (rev 283174)
+++ trunk/Source/cmake/OptionsWPE.cmake	2021-09-28 16:24:56 UTC (rev 283175)
@@ -127,7 +127,7 @@
     set(WPE_API_VERSION 1.0)
     set(WPE_API_DOC_VERSION 1.0)
 else ()
-    set(SOUP_MINIMUM_VERSION 2.99.9)
+    set(SOUP_MINIMUM_VERSION 3.0.0)
     set(SOUP_API_VERSION 3.0)
     set(WPE_API_VERSION 1.1)
     # No API changes in 1.1, so keep using the same API documentation.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to