Title: [290503] releases/WebKitGTK/webkit-2.36
- Revision
- 290503
- Author
- carlo...@webkit.org
- Date
- 2022-02-25 01:50:11 -0800 (Fri, 25 Feb 2022)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.35.90 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.35.90.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.36/ChangeLog (290502 => 290503)
--- releases/WebKitGTK/webkit-2.36/ChangeLog 2022-02-25 09:17:31 UTC (rev 290502)
+++ releases/WebKitGTK/webkit-2.36/ChangeLog 2022-02-25 09:50:11 UTC (rev 290503)
@@ -1,3 +1,9 @@
+2022-02-25 Carlos Garcia Campos <cgar...@igalia.com>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.35.90 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2022-02-21 Carlos Garcia Campos <cgar...@igalia.com>
[GTK][WPE] ANGLE: make USE_ANGLE_WEBGL build option public
Modified: releases/WebKitGTK/webkit-2.36/Source/WebKit/ChangeLog (290502 => 290503)
--- releases/WebKitGTK/webkit-2.36/Source/WebKit/ChangeLog 2022-02-25 09:17:31 UTC (rev 290502)
+++ releases/WebKitGTK/webkit-2.36/Source/WebKit/ChangeLog 2022-02-25 09:50:11 UTC (rev 290503)
@@ -1,3 +1,9 @@
+2022-02-25 Carlos Garcia Campos <cgar...@igalia.com>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.35.90 release
+
+ * gtk/NEWS: Add release notes for 2.35.90.
+
2022-02-23 Philippe Normand <pnorm...@igalia.com>
[GStreamer] De-initialize GStreamer before terminating WebProcess
Modified: releases/WebKitGTK/webkit-2.36/Source/WebKit/gtk/NEWS (290502 => 290503)
--- releases/WebKitGTK/webkit-2.36/Source/WebKit/gtk/NEWS 2022-02-25 09:17:31 UTC (rev 290502)
+++ releases/WebKitGTK/webkit-2.36/Source/WebKit/gtk/NEWS 2022-02-25 09:50:11 UTC (rev 290503)
@@ -1,3 +1,19 @@
+=================
+WebKitGTK 2.35.90
+=================
+
+What's new in WebKitGTK 2.35.90?
+
+ - Fix scrolling with the mouse wheel on sites using overscroll-behavior.
+ - Suspend web processes after some time in the process cache.
+ - Fix renderning of horizontal scrollbars with themes enabling steppers.
+ - Ensure EGL displays are terminated before web process exits.
+ - Deinitialize gstreamer before web process exits.
+ - Make fonts under XDG_DATA_DIRS available in web process sanbox.
+ - Canonicalize paths passed to bubblewrap launcher.
+ - Fix several crashes and rendering issues.
+ - Translation updates: Hebrew.
+
================
WebKitGTK 2.35.3
================
Modified: releases/WebKitGTK/webkit-2.36/Source/cmake/OptionsGTK.cmake (290502 => 290503)
--- releases/WebKitGTK/webkit-2.36/Source/cmake/OptionsGTK.cmake 2022-02-25 09:17:31 UTC (rev 290502)
+++ releases/WebKitGTK/webkit-2.36/Source/cmake/OptionsGTK.cmake 2022-02-25 09:50:11 UTC (rev 290503)
@@ -3,7 +3,7 @@
WEBKIT_OPTION_BEGIN()
-SET_PROJECT_VERSION(2 35 3)
+SET_PROJECT_VERSION(2 35 90)
set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
@@ -227,11 +227,11 @@
endif ()
if (WEBKITGTK_API_VERSION VERSION_EQUAL "4.0")
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 93 2 56)
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 38 2 20)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 93 3 56)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 38 3 20)
elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "4.1")
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 2 1)
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 1 2 1)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 3 1)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 1 3 1)
elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "5.0")
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 0 0 0)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes