Title: [289441] releases/WebKitGTK/webkit-2.34
Revision
289441
Author
[email protected]
Date
2022-02-08 15:11:53 -0800 (Tue, 08 Feb 2022)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.34.5

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.34/ChangeLog (289440 => 289441)


--- releases/WebKitGTK/webkit-2.34/ChangeLog	2022-02-08 23:07:57 UTC (rev 289440)
+++ releases/WebKitGTK/webkit-2.34/ChangeLog	2022-02-08 23:11:53 UTC (rev 289441)
@@ -1,3 +1,9 @@
+2022-02-09  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.5 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2022-02-08  Adrian Perez de Castro  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for the 2.34.5 release

Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog (289440 => 289441)


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2022-02-08 23:07:57 UTC (rev 289440)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2022-02-08 23:11:53 UTC (rev 289441)
@@ -1,3 +1,9 @@
+2022-02-09  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.5 release
+
+        * wpe/NEWS: Add release notes for 2.34.5
+
 2022-02-08  Adrian Perez de Castro  <[email protected]>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.5 release

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


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/wpe/NEWS	2022-02-08 23:07:57 UTC (rev 289440)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/wpe/NEWS	2022-02-08 23:11:53 UTC (rev 289441)
@@ -1,4 +1,17 @@
 =================
+WPE WebKit 2.34.5
+=================
+
+What's new in WPE WebKit 2.34.5?
+
+  - Improve VP8 codec selection when using GStreamer 1.20.
+  - Fix connecting to the accessiblity bus when using the Bubblewrap sandbox.
+  - Fix the build with recent toolchains based on GCC 12 and on older ones as
+    included e.g. in Ubuntu 18.04.
+  - Fix the build with ICU 60, version 61 is no longer required.
+  - Fix several crashes and rendering issues.
+
+=================
 WPE WebKit 2.34.4
 =================
 

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


--- releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsWPE.cmake	2022-02-08 23:07:57 UTC (rev 289440)
+++ releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsWPE.cmake	2022-02-08 23:11:53 UTC (rev 289441)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 34 4)
+SET_PROJECT_VERSION(2 34 5)
 
 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 6 16)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 19 7 16)
 else ()
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 4 0)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 5 0)
 endif ()
 
 # These are shared variables, but we special case their definition so that we can use the
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to