Title: [270104] releases/WebKitGTK/webkit-2.30
- Revision
- 270104
- Author
- [email protected]
- Date
- 2020-11-20 04:13:09 -0800 (Fri, 20 Nov 2020)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.3 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.30.3.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.30/ChangeLog (270103 => 270104)
--- releases/WebKitGTK/webkit-2.30/ChangeLog 2020-11-20 11:48:29 UTC (rev 270103)
+++ releases/WebKitGTK/webkit-2.30/ChangeLog 2020-11-20 12:13:09 UTC (rev 270104)
@@ -1,3 +1,9 @@
+2020-11-20 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.3 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2020-11-09 Michael Catanzaro <[email protected]>
Enable llint asm on aarch64 when USE(64KB_PAGE_BLOCK) is enabled
Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog (270103 => 270104)
--- releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog 2020-11-20 11:48:29 UTC (rev 270103)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog 2020-11-20 12:13:09 UTC (rev 270104)
@@ -1,3 +1,9 @@
+2020-11-20 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.3 release
+
+ * gtk/NEWS: Add release notes for 2.30.3.
+
2020-11-19 Carlos Garcia Campos <[email protected]>
Protect WebSocketChannel before calling client methods
Modified: releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS (270103 => 270104)
--- releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS 2020-11-20 11:48:29 UTC (rev 270103)
+++ releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS 2020-11-20 12:13:09 UTC (rev 270104)
@@ -1,4 +1,18 @@
================
+WebKitGTK 2.30.3
+================
+
+What's new in WebKitGTK 2.30.3?
+
+ - Add new build option USE(64KB_PAGE_BLOCK).
+ - Fix backdrop filters with rounded borders.
+ - Fix scrolling iframes when async scrolling is enabled.
+ - Allow applications to handle drag and drop on the web view again.
+ - Update Outlook user agent quirk.
+ - Fix the build with video support disabled.
+ - Fix several crashes and rendering issues.
+
+================
WebKitGTK 2.30.2
================
Modified: releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake (270103 => 270104)
--- releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake 2020-11-20 11:48:29 UTC (rev 270103)
+++ releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake 2020-11-20 12:13:09 UTC (rev 270104)
@@ -4,7 +4,7 @@
WEBKIT_OPTION_BEGIN()
WEBKIT_OPTION_DEFINE(USE_GTK4 "Whether to enable usage of GTK4 instead of GTK3." PUBLIC OFF)
-SET_PROJECT_VERSION(2 30 2)
+SET_PROJECT_VERSION(2 30 3)
if (USE_GTK4)
set(WEBKITGTK_API_VERSION 5.0)
@@ -13,10 +13,10 @@
else ()
set(WEBKITGTK_API_VERSION 4.0)
set(GTK_MINIMUM_VERSION 3.22.0)
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 6 49)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 7 49)
endif ()
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 35 10 17)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 35 11 17)
# 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