Title: [234604] releases/WebKitGTK/webkit-2.20/Source
Revision
234604
Author
ape...@igalia.com
Date
2018-08-06 10:11:11 -0700 (Mon, 06 Aug 2018)

Log Message

Unreviewed. Update OptionsWPE.cmake and NEWS for 2.20.2 release.

Modified Paths


Diff

Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/wpe/NEWS (234603 => 234604)


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/wpe/NEWS	2018-08-06 16:47:21 UTC (rev 234603)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/wpe/NEWS	2018-08-06 17:11:11 UTC (rev 234604)
@@ -1,4 +1,15 @@
 =================
+WPE WebKit 2.20.2
+=================
+
+What's new in WPE WebKit 2.20.1?
+
+  - Fix a rendering bug which would occasionally cause frames to be dropped when animating
+    elements using requestAnimationFrame().
+  - Security fixes: CVE-2018-4261, CVE-2018-4262, CVE-2018-4263, CVE-2018-4264, CVE-2018-4265, CVE-2018-4266,
+    CVE-2018-4267, CVE-2018-4270, CVE-2018-4272, CVE-2018-4273, CVE-2018-4278, CVE-2018-4284.
+
+=================
 WPE WebKit 2.20.1
 =================
 

Modified: releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsWPE.cmake (234603 => 234604)


--- releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsWPE.cmake	2018-08-06 16:47:21 UTC (rev 234603)
+++ releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsWPE.cmake	2018-08-06 17:11:11 UTC (rev 234604)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 20 1)
+SET_PROJECT_VERSION(2 20 2)
 set(WPE_API_VERSION 0.1)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 4 1)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 5 1)
 
 # 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to