Title: [290019] releases/WebKitGTK/webkit-2.34
Revision
290019
Author
ape...@igalia.com
Date
2022-02-17 07:26:24 -0800 (Thu, 17 Feb 2022)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for the 2.34.6 release

.:

* Source/cmake/OptionsGTK.cmake: Bump version numbers.

Source/WebKit:

* gtk/NEWS: Add release notes for 2.34.6

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.34/ChangeLog (290018 => 290019)


--- releases/WebKitGTK/webkit-2.34/ChangeLog	2022-02-17 15:26:19 UTC (rev 290018)
+++ releases/WebKitGTK/webkit-2.34/ChangeLog	2022-02-17 15:26:24 UTC (rev 290019)
@@ -1,5 +1,11 @@
 2022-02-16  Adrian Perez de Castro  <ape...@igalia.com>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for the 2.34.6 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
+2022-02-16  Adrian Perez de Castro  <ape...@igalia.com>
+
         [CMake] Cannot find OpenGL when system provides opengl.pc instead of gl.pc
         https://bugs.webkit.org/show_bug.cgi?id=236592
 

Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog (290018 => 290019)


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2022-02-17 15:26:19 UTC (rev 290018)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2022-02-17 15:26:24 UTC (rev 290019)
@@ -1,5 +1,11 @@
 2022-02-16  Adrian Perez de Castro  <ape...@igalia.com>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for the 2.34.6 release
+
+        * gtk/NEWS: Add release notes for 2.34.6
+
+2022-02-16  Adrian Perez de Castro  <ape...@igalia.com>
+
         [CMake] Cannot find OpenGL when system provides opengl.pc instead of gl.pc
         https://bugs.webkit.org/show_bug.cgi?id=236592
 

Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS (290018 => 290019)


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS	2022-02-17 15:26:19 UTC (rev 290018)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS	2022-02-17 15:26:24 UTC (rev 290019)
@@ -1,4 +1,17 @@
 ================
+WebKitGTK 2.34.6
+================
+
+What's new in WebKitGTK 2.34.6?
+
+  - Fix accessibility not working when the Bubblewrap sandbox is enabled.
+  - Fix rendering of scrollbars when overlay scrollbars are disabled.
+  - Fix the build when the X11 support is disabled.
+  - Fix the build in a number of situations where the main OpenGL library is
+    not called libGL or libgl, as is the case on systems that use libglvnd.
+  - Fix several crashes and rendering issues.
+
+================
 WebKitGTK 2.34.5
 ================
 

Modified: releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake (290018 => 290019)


--- releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake	2022-02-17 15:26:19 UTC (rev 290018)
+++ releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake	2022-02-17 15:26:24 UTC (rev 290019)
@@ -3,7 +3,7 @@
 
 WEBKIT_OPTION_BEGIN()
 
-SET_PROJECT_VERSION(2 34 5)
+SET_PROJECT_VERSION(2 34 6)
 
 
 set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
@@ -226,11 +226,11 @@
 endif ()
 
 if (WEBKITGTK_API_VERSION VERSION_EQUAL "4.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 92 8 55)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 37 10 19)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 92 9 55)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 37 11 19)
 elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "4.1")
     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 5 0)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 0 5 0)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 0 6 0)
 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

Reply via email to