Title: [245522] releases/WebKitGTK/webkit-2.24
- Revision
- 245522
- Author
- [email protected]
- Date
- 2019-05-20 10:42:45 -0700 (Mon, 20 May 2019)
Log Message
Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.2 release
build-wpe-releng/..:
* Source/cmake/OptionsWPE.cmake: Bump version numbers.
build-wpe-releng/../Source/WebKit:
* wpe/NEWS: Add release notes for 2.24.2.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.24/ChangeLog (245521 => 245522)
--- releases/WebKitGTK/webkit-2.24/ChangeLog 2019-05-20 17:42:39 UTC (rev 245521)
+++ releases/WebKitGTK/webkit-2.24/ChangeLog 2019-05-20 17:42:45 UTC (rev 245522)
@@ -1,3 +1,9 @@
+2019-05-20 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.2 release
+
+ * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
2019-05-17 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.2 release
Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog (245521 => 245522)
--- releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog 2019-05-20 17:42:39 UTC (rev 245521)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog 2019-05-20 17:42:45 UTC (rev 245522)
@@ -1,3 +1,9 @@
+2019-05-20 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.2 release
+
+ * wpe/NEWS: Add release notes for 2.24.2.
+
2019-05-17 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.2 release
Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS (245521 => 245522)
--- releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS 2019-05-20 17:42:39 UTC (rev 245521)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS 2019-05-20 17:42:45 UTC (rev 245522)
@@ -1,4 +1,17 @@
=================
+WPE WebKit 2.24.2
+=================
+
+What's new in WPE WebKit 2.24.2?
+
+ - Fix space characters not being rendered with some CJK fonts.
+ - Fix adaptive streaming playback with older GStreamer versions.
+ - Fix build issue due to wrongly included X11 headers.
+ - Fix SSE2 detection at compile time, ensuring the right flags are passed to the compiler.
+ - Fix several crashes and rendering issues.
+ - Security fixes: CVE-2019-8595, CVE-2019-8607, CVE-2019-8615.
+
+=================
WPE WebKit 2.24.1
=================
Modified: releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake (245521 => 245522)
--- releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake 2019-05-20 17:42:39 UTC (rev 245521)
+++ releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake 2019-05-20 17:42:45 UTC (rev 245522)
@@ -1,10 +1,10 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 24 1)
+SET_PROJECT_VERSION(2 24 2)
set(WPE_API_VERSION 1.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 2 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 3 4)
# These are shared variables, but we special case their definition so that we can use the
# CMAKE_INSTALL_* variables that are populated by the GNUInstallDirs macro.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes