Title: [287242] releases/WebKitGTK/webkit-2.34
Revision
287242
Author
[email protected]
Date
2021-12-19 10:52:28 -0800 (Sun, 19 Dec 2021)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.34.3.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.34/ChangeLog (287241 => 287242)


--- releases/WebKitGTK/webkit-2.34/ChangeLog	2021-12-19 18:43:42 UTC (rev 287241)
+++ releases/WebKitGTK/webkit-2.34/ChangeLog	2021-12-19 18:52:28 UTC (rev 287242)
@@ -1,3 +1,9 @@
+2021-12-17  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.3 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2021-11-24  Adrian Perez de Castro  <[email protected]>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.2 release

Modified: releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog (287241 => 287242)


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2021-12-19 18:43:42 UTC (rev 287241)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog	2021-12-19 18:52:28 UTC (rev 287242)
@@ -1,3 +1,9 @@
+2021-12-17  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.3 release
+
+        * wpe/NEWS: Add release notes for 2.34.3.
+
 2021-12-09  Chris Dumez  <[email protected]>
 
         [WPE] Crash under WebProcessProxy::setIsInProcessCache when closing web view in debug builds

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


--- releases/WebKitGTK/webkit-2.34/Source/WebKit/wpe/NEWS	2021-12-19 18:43:42 UTC (rev 287241)
+++ releases/WebKitGTK/webkit-2.34/Source/WebKit/wpe/NEWS	2021-12-19 18:52:28 UTC (rev 287242)
@@ -1,4 +1,14 @@
 =================
+WPE WebKit 2.34.3
+=================
+
+What's new in WPE WebKit 2.34.3?
+
+  - Make audio tools (like mixers) display the actual name of the application
+    producing sound, instead of a generic one.
+  - Fix several crashes and rendering issues.
+
+=================
 WPE WebKit 2.34.2
 =================
 

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


--- releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsWPE.cmake	2021-12-19 18:43:42 UTC (rev 287241)
+++ releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsWPE.cmake	2021-12-19 18:52:28 UTC (rev 287242)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 34 2)
+SET_PROJECT_VERSION(2 34 3)
 
 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 4 16)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 19 5 16)
 else ()
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 2 0)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 3 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