Title: [294997] releases/WebKitGTK/webkit-2.36
Revision
294997
Author
ape...@igalia.com
Date
2022-05-28 06:21:49 -0700 (Sat, 28 May 2022)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.36.3.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.36/ChangeLog (294996 => 294997)


--- releases/WebKitGTK/webkit-2.36/ChangeLog	2022-05-28 13:21:48 UTC (rev 294996)
+++ releases/WebKitGTK/webkit-2.36/ChangeLog	2022-05-28 13:21:49 UTC (rev 294997)
@@ -1,3 +1,9 @@
+2022-05-28  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.36.3 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2022-05-26  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.36.3 release

Modified: releases/WebKitGTK/webkit-2.36/Source/WebKit/ChangeLog (294996 => 294997)


--- releases/WebKitGTK/webkit-2.36/Source/WebKit/ChangeLog	2022-05-28 13:21:48 UTC (rev 294996)
+++ releases/WebKitGTK/webkit-2.36/Source/WebKit/ChangeLog	2022-05-28 13:21:49 UTC (rev 294997)
@@ -1,3 +1,9 @@
+2022-05-28  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.36.3 release
+
+        * wpe/NEWS: Add release notes for 2.36.3.
+
 2022-05-26  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.36.3 release

Modified: releases/WebKitGTK/webkit-2.36/Source/WebKit/wpe/NEWS (294996 => 294997)


--- releases/WebKitGTK/webkit-2.36/Source/WebKit/wpe/NEWS	2022-05-28 13:21:48 UTC (rev 294996)
+++ releases/WebKitGTK/webkit-2.36/Source/WebKit/wpe/NEWS	2022-05-28 13:21:49 UTC (rev 294997)
@@ -1,4 +1,21 @@
 =================
+WPE WebKit 2.36.3
+=================
+
+What's new in WPE WebKit 2.36.3?
+
+  - Support capturing already encoded video streams, which takes advantage
+    of encoding done in hardware by devices which support this feature.
+  - Avoid using experimental GStreamer elements for video demuxing.
+  - Avoid using the legacy GStreamer VA-API decoding plug-ins, which often
+    cause rendering issues and are not much maintained. Their usage can be
+    re-enabled setting WEBKIT_GST_ENABLE_LEGACY_VAAPI=1 in the environment.
+  - Fix playback of YouTube streams which use dynamic ad insertion.
+  - Fix display capture with Pipewire.
+  - Fix the build without the X11 target when X11 headers are not present.
+  - Fix several crashes and rendering issues.
+
+=================
 WPE WebKit 2.36.2
 =================
 

Modified: releases/WebKitGTK/webkit-2.36/Source/cmake/OptionsWPE.cmake (294996 => 294997)


--- releases/WebKitGTK/webkit-2.36/Source/cmake/OptionsWPE.cmake	2022-05-28 13:21:48 UTC (rev 294996)
+++ releases/WebKitGTK/webkit-2.36/Source/cmake/OptionsWPE.cmake	2022-05-28 13:21:49 UTC (rev 294997)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 36 2)
+SET_PROJECT_VERSION(2 36 3)
 
 set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
 
@@ -145,9 +145,9 @@
 endif ()
 
 if (WPE_API_VERSION VERSION_EQUAL "1.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 20 4 17)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 20 5 17)
 else ()
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 4 1)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 1 5 1)
 endif ()
 
 set(CMAKE_C_VISIBILITY_PRESET hidden)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to