Title: [272401] trunk
Revision
272401
Author
[email protected]
Date
2021-02-04 17:35:47 -0800 (Thu, 04 Feb 2021)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.31.1.

Modified Paths

Diff

Modified: trunk/ChangeLog (272400 => 272401)


--- trunk/ChangeLog	2021-02-05 01:11:28 UTC (rev 272400)
+++ trunk/ChangeLog	2021-02-05 01:35:47 UTC (rev 272401)
@@ -1,3 +1,9 @@
+2021-02-04  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.31.1 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2021-02-04  Philippe Normand  <[email protected]>
 
         [GStreamer] Misc Thunder nitpicks

Modified: trunk/Source/WebKit/ChangeLog (272400 => 272401)


--- trunk/Source/WebKit/ChangeLog	2021-02-05 01:11:28 UTC (rev 272400)
+++ trunk/Source/WebKit/ChangeLog	2021-02-05 01:35:47 UTC (rev 272401)
@@ -1,3 +1,9 @@
+2021-02-04  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.31.1 release
+
+        * wpe/NEWS: Add release notes for 2.31.1.
+
 2021-02-04  Ross Kirsling  <[email protected]>
 
         REGRESSION (r272382): 2 webkit.messages_unittest.GeneratedFileContentsTest tests failing after Semaphore.h rename

Modified: trunk/Source/WebKit/wpe/NEWS (272400 => 272401)


--- trunk/Source/WebKit/wpe/NEWS	2021-02-05 01:11:28 UTC (rev 272400)
+++ trunk/Source/WebKit/wpe/NEWS	2021-02-05 01:35:47 UTC (rev 272401)
@@ -1,4 +1,36 @@
 =================
+WPE WebKit 2.31.1
+=================
+
+What's new in WPE WebKit 2.31.1?
+
+  - Remove support for NPAPI plugins.
+  - Enable the web process cache when PSON is enabled too.
+  - TLS errors and proxy settings APIs have been moved from WebKitContext to WebKitWebsiteDataManager.
+  - Add new API to remove individual scripts/stylesheets using WebKitUserContentManager.
+  - Correctly apply the system font scaling factor.
+  - Show main loop frames information in the web inspector.
+  - Internal audio rendering support. The WebProcess can now maintain a single
+    connection to the system audio daemon and perform audio mixing internally.
+	For the time being this has to be enabled at runtime through the
+	WEBKIT_GST_ENABLE_AUDIO_MIXER=1 environment variable.
+  - On-demand GStreamer initialization support, mostly contained to WebProcess.
+    GStreamer used to be initialized unconditionally once from the UI process
+	and once from the WebProcess. GStreamer is now used mostly only from the
+    WebProcess, even for audio/video capture devices probing. Users of the
+    webkit_web_view_can_show_mime_type API will still trigger GStreamer
+    initialization in the UIProcess though.
+  - ImageDecoder video decoder switched to decodebin3.
+  - WebAudio to MediaStream support.
+  - Multi-channel (>2) support for the AudioFileReader.
+  - Multi-channel (>2) support for the WebAudio renderer.
+  - Audio worklet support.
+  - Optional support for native formats rendering.
+  - Opus support for the Thunder CDM.
+  - Common-encryption support for CMAF in Thunder CDM.
+  - MSE/EME/WebAudio and general media playback bug fixes.
+
+=================
 WPE WebKit 2.29.2
 =================
 

Modified: trunk/Source/cmake/OptionsWPE.cmake (272400 => 272401)


--- trunk/Source/cmake/OptionsWPE.cmake	2021-02-05 01:11:28 UTC (rev 272400)
+++ trunk/Source/cmake/OptionsWPE.cmake	2021-02-05 01:35:47 UTC (rev 272401)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 31 0)
+SET_PROJECT_VERSION(2 31 1)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 15 0 12)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 16 0 13)
 
 # These are shared variables, but we special case their definition so that we can use the
 # CMAKE_INSTALL_* variables that are populated by the GNUInstallDirs macro.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to