Title: [246495] trunk
- Revision
- 246495
- Author
- [email protected]
- Date
- 2019-06-17 02:16:35 -0700 (Mon, 17 Jun 2019)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.25.2 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers
Source/WebKit:
* gtk/NEWS: Add release notes for 2.25.2.
Modified Paths
Diff
Modified: trunk/ChangeLog (246494 => 246495)
--- trunk/ChangeLog 2019-06-17 08:52:29 UTC (rev 246494)
+++ trunk/ChangeLog 2019-06-17 09:16:35 UTC (rev 246495)
@@ -1,5 +1,11 @@
2019-06-17 Carlos Garcia Campos <[email protected]>
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.25.2 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers
+
+2019-06-17 Carlos Garcia Campos <[email protected]>
+
Unreviewed. [GTK] Bump WPEBackend-fdo requirement to 1.3.1
* Source/cmake/OptionsGTK.cmake:
Modified: trunk/Source/WebKit/ChangeLog (246494 => 246495)
--- trunk/Source/WebKit/ChangeLog 2019-06-17 08:52:29 UTC (rev 246494)
+++ trunk/Source/WebKit/ChangeLog 2019-06-17 09:16:35 UTC (rev 246495)
@@ -1,5 +1,11 @@
2019-06-17 Carlos Garcia Campos <[email protected]>
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.25.2 release
+
+ * gtk/NEWS: Add release notes for 2.25.2.
+
+2019-06-17 Carlos Garcia Campos <[email protected]>
+
Unreviewed, rolling out r246467.
It broke scrolling with mouse wheel
Modified: trunk/Source/WebKit/gtk/NEWS (246494 => 246495)
--- trunk/Source/WebKit/gtk/NEWS 2019-06-17 08:52:29 UTC (rev 246494)
+++ trunk/Source/WebKit/gtk/NEWS 2019-06-17 09:16:35 UTC (rev 246495)
@@ -1,4 +1,22 @@
================
+WebKitGTK 2.25.2
+================
+
+What's new in WebKitGTK+ 2.25.2?
+
+ - Enable process switch on cross site navigation.
+ - Use libwpe with fdo backend to implement accelerated compositing under wayland.
+ - Fix rendering artifacts in youtube volume button.
+ - Fix trapezoid artifact in github comment box.
+ - Ensure web extensions directory is readable when sandbox is enabled.
+ - Fix the executable name of WebDriver process, renamed by mistake in 2.25.1.
+ - Enable hyperlink auditing setting by default.
+ - Remove the option to build without using the redirected XComposite window.
+ - Fix HLS streams being slow to start.
+ - Make accessibility work when sandbox is enabled.
+ - Fix several crashes and rendering issues.
+
+================
WebKitGTK 2.25.1
================
Modified: trunk/Source/cmake/OptionsGTK.cmake (246494 => 246495)
--- trunk/Source/cmake/OptionsGTK.cmake 2019-06-17 08:52:29 UTC (rev 246494)
+++ trunk/Source/cmake/OptionsGTK.cmake 2019-06-17 09:16:35 UTC (rev 246495)
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 25 1)
+SET_PROJECT_VERSION(2 25 2)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 75 0 38)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 32 0 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 75 1 38)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 32 1 14)
# 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