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

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.34.6

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.34/ChangeLog (290020 => 290021)


--- releases/WebKitGTK/webkit-2.34/ChangeLog	2022-02-17 15:27:18 UTC (rev 290020)
+++ releases/WebKitGTK/webkit-2.34/ChangeLog	2022-02-17 15:27:29 UTC (rev 290021)
@@ -1,5 +1,11 @@
 2022-02-16  Adrian Perez de Castro  <ape...@igalia.com>
 
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.6 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
+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.

Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog (290020 => 290021)


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2022-02-17 15:27:18 UTC (rev 290020)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2022-02-17 15:27:29 UTC (rev 290021)
@@ -1,5 +1,11 @@
 2022-02-16  Adrian Perez de Castro  <ape...@igalia.com>
 
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.6 release
+
+        * wpe/NEWS: Add release notes for 2.34.6
+
+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

Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/wpe/NEWS (290020 => 290021)


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/wpe/NEWS	2022-02-17 15:27:18 UTC (rev 290020)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/wpe/NEWS	2022-02-17 15:27:29 UTC (rev 290021)
@@ -1,4 +1,15 @@
 =================
+WPE WebKit 2.34.6
+=================
+
+What's new in WPE WebKit 2.34.6?
+
+  - Fix accessibility not working when the Bubblewrap sandbox is enabled.
+  - 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.
+
+=================
 WPE WebKit 2.34.5
 =================
 

Modified: releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsWPE.cmake (290020 => 290021)


--- releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsWPE.cmake	2022-02-17 15:27:18 UTC (rev 290020)
+++ releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsWPE.cmake	2022-02-17 15:27:29 UTC (rev 290021)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-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")
 
@@ -143,9 +143,9 @@
 endif ()
 
 if (WPE_API_VERSION VERSION_EQUAL "1.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 19 7 16)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 19 8 16)
 else ()
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 5 0)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 6 0)
 endif ()
 
 # These are shared variables, but we special case their definition so that we can use the
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to