Title: [270111] releases/WebKitGTK/webkit-2.30
- Revision
- 270111
- Author
- [email protected]
- Date
- 2020-11-20 06:49:07 -0800 (Fri, 20 Nov 2020)
Log Message
Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.3 release
.:
* Source/cmake/OptionsWPE.cmake: Bump version numbers.
Source/WebKit:
* wpe/NEWS: Add release notes for 2.30.3.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.30/ChangeLog (270110 => 270111)
--- releases/WebKitGTK/webkit-2.30/ChangeLog 2020-11-20 14:47:29 UTC (rev 270110)
+++ releases/WebKitGTK/webkit-2.30/ChangeLog 2020-11-20 14:49:07 UTC (rev 270111)
@@ -1,3 +1,9 @@
+2020-11-20 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.3 release
+
+ * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
2020-11-20 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.3 release
Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog (270110 => 270111)
--- releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog 2020-11-20 14:47:29 UTC (rev 270110)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog 2020-11-20 14:49:07 UTC (rev 270111)
@@ -1,3 +1,9 @@
+2020-11-20 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.3 release
+
+ * wpe/NEWS: Add release notes for 2.30.3.
+
2020-11-20 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.3 release
Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/wpe/NEWS (270110 => 270111)
--- releases/WebKitGTK/webkit-2.30/Source/WebKit/wpe/NEWS 2020-11-20 14:47:29 UTC (rev 270110)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/wpe/NEWS 2020-11-20 14:49:07 UTC (rev 270111)
@@ -1,4 +1,17 @@
=================
+WPE WebKit 2.30.3
+=================
+
+What's new in WPE WebKit 2.30.3?
+
+ - Add new _javascript_Core build option USE_64KB_PAGE_BLOCK.
+ - Update Outlook User-Agent quirk.
+ - Fix rendering of CSS backdrop filters with rounded borders.
+ - Fix <iframe> scrolling when asynchronous scrolling is in use.
+ - Fix the build with video support disabled.
+ - Fix several crashes and rendering issues.
+
+=================
WPE WebKit 2.30.2
=================
Modified: releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsWPE.cmake (270110 => 270111)
--- releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsWPE.cmake 2020-11-20 14:47:29 UTC (rev 270110)
+++ releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsWPE.cmake 2020-11-20 14:49:07 UTC (rev 270111)
@@ -1,10 +1,10 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 30 2)
+SET_PROJECT_VERSION(2 30 3)
set(WPE_API_VERSION 1.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 5 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 6 11)
# 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