Title: [175921] releases/WebKitGTK/webkit-2.6
- Revision
- 175921
- Author
- [email protected]
- Date
- 2014-11-11 07:12:54 -0800 (Tue, 11 Nov 2014)
Log Message
Merge r175344 - [GTK] Bump libsoup's minimum version to 2.42.0.
https://bugs.webkit.org/show_bug.cgi?id=138086
Reviewed by Martin Robinson.
The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
soup-version.h header was added to soup.h in 2.41.4, which then becomes
the minimum version required to build the port these days.
In addition, since the autotools build system required 2.42.0 before
being retired, require the same version here. Version 2.42.0 was also
recommended in
https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
* Source/cmake/OptionsGTK.cmake:
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.6/ChangeLog (175920 => 175921)
--- releases/WebKitGTK/webkit-2.6/ChangeLog 2014-11-11 15:10:50 UTC (rev 175920)
+++ releases/WebKitGTK/webkit-2.6/ChangeLog 2014-11-11 15:12:54 UTC (rev 175921)
@@ -1,3 +1,21 @@
+2014-10-29 Raphael Kubo da Costa <[email protected]>
+
+ [GTK] Bump libsoup's minimum version to 2.42.0.
+ https://bugs.webkit.org/show_bug.cgi?id=138086
+
+ Reviewed by Martin Robinson.
+
+ The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
+ soup-version.h header was added to soup.h in 2.41.4, which then becomes
+ the minimum version required to build the port these days.
+
+ In addition, since the autotools build system required 2.42.0 before
+ being retired, require the same version here. Version 2.42.0 was also
+ recommended in
+ https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
+
+ * Source/cmake/OptionsGTK.cmake:
+
2014-09-26 Carlos Garcia Campos <[email protected]>
[GTK] Enable CSS_IMAGE_SET in production builds
Modified: releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake (175920 => 175921)
--- releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake 2014-11-11 15:10:50 UTC (rev 175920)
+++ releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake 2014-11-11 15:12:54 UTC (rev 175921)
@@ -34,7 +34,7 @@
find_package(HarfBuzz 0.9.2 REQUIRED)
find_package(ICU REQUIRED)
find_package(JPEG REQUIRED)
-find_package(LibSoup 2.40.3 REQUIRED)
+find_package(LibSoup 2.42.0 REQUIRED)
find_package(LibXml2 2.8.0 REQUIRED)
find_package(LibXslt 1.1.7 REQUIRED)
find_package(PNG REQUIRED)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes