Title: [232837] releases/WebKitGTK/webkit-2.20/Source
Revision
232837
Author
[email protected]
Date
2018-06-14 03:24:57 -0700 (Thu, 14 Jun 2018)

Log Message

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

Modified Paths


Diff

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


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/wpe/NEWS	2018-06-14 10:24:52 UTC (rev 232836)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/wpe/NEWS	2018-06-14 10:24:57 UTC (rev 232837)
@@ -1,4 +1,20 @@
 =================
+WPE WebKit 2.20.1
+=================
+
+What's new in WPE WebKit 2.20.1?
+
+  - Fixed a crash when trying to use the remote Web inspector.
+  - Disable Gigacage if mmap fails to allocate in Linux.
+  - Add user agent quirk for paypal website.
+  - Properly detect compiler flags, needed libs, and fallbacks for usage of 64-bit atomic operations.
+  - Fix a network process crash when trying to get cookies of about:blank page.
+  - Fix UI process crash when closing the window under Wayland.
+  - Fix several crashes and rendering issues.
+  - Security fixes: CVE-2018-4190, CVE-2018-4199, CVE-2018-4218, CVE-2018-4222, CVE-2018-4232,
+    CVE-2018-4233, CVE-2018-4246, CVE-2018-11646.
+
+=================
 WPE WebKit 2.20.0
 =================
 

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


--- releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsWPE.cmake	2018-06-14 10:24:52 UTC (rev 232836)
+++ releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsWPE.cmake	2018-06-14 10:24:57 UTC (rev 232837)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 20 0)
+SET_PROJECT_VERSION(2 20 1)
 set(WPE_API_VERSION 0.1)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 3 1)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 4 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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to