Title: [273547] releases/WebKitGTK/webkit-2.32
Revision
273547
Author
[email protected]
Date
2021-02-26 03:09:46 -0800 (Fri, 26 Feb 2021)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.31.90 release

.:

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

Source/WebKit:

* gtk/NEWS:Add release notes for 2.31.90.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.32/ChangeLog (273546 => 273547)


--- releases/WebKitGTK/webkit-2.32/ChangeLog	2021-02-26 09:47:00 UTC (rev 273546)
+++ releases/WebKitGTK/webkit-2.32/ChangeLog	2021-02-26 11:09:46 UTC (rev 273547)
@@ -1,5 +1,11 @@
 2021-02-26  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.31.90 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
+2021-02-26  Carlos Garcia Campos  <[email protected]>
+
         [GTK][WPE] Bump libsoup3 version to 2.99.1
         https://bugs.webkit.org/show_bug.cgi?id=222413
 

Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog (273546 => 273547)


--- releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog	2021-02-26 09:47:00 UTC (rev 273546)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog	2021-02-26 11:09:46 UTC (rev 273547)
@@ -1,3 +1,9 @@
+2021-02-26  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.31.90 release
+
+        * gtk/NEWS:Add release notes for 2.31.90.
+
 2021-02-26  Tim Horton  <[email protected]>
 
         REGRESSION (r269824): macCatalyst WKWebView shows chunks of other tiles in the middle of content

Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS (273546 => 273547)


--- releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS	2021-02-26 09:47:00 UTC (rev 273546)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS	2021-02-26 11:09:46 UTC (rev 273547)
@@ -1,3 +1,21 @@
+=================
+WebKitGTK 2.31.90
+=================
+
+What's new in WebKitGTK 2.31.90?
+
+  - Add permission request API for MediaKeySystem access.
+  - Fix rendering when using opacity filters on hardware accelerated layers.
+  - Fix flatpak-spawn subsandbox to not clear environment variables.
+  - Ensure a URI scheme handler can't be registered multiple times.
+  - Fix several crashes and rendering issues.
+  - The minimum required GStreamer version is now 1.14.
+  - CEA-608 closed captions support (requires WEBKIT_GST_USE_PLAYBIN3=1 environment variable).
+  - Advertise CBCS decryption and VP9 support in Thunder.
+  - Advertise DASH as supported in the media player.
+  - Improved support for playbin3.
+  - Translation updates: Ukrainian.
+
 ================
 WebKitGTK 2.31.1
 ================

Modified: releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake (273546 => 273547)


--- releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake	2021-02-26 09:47:00 UTC (rev 273546)
+++ releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake	2021-02-26 11:09:46 UTC (rev 273547)
@@ -4,7 +4,7 @@
 WEBKIT_OPTION_BEGIN()
 WEBKIT_OPTION_DEFINE(USE_GTK4 "Whether to enable usage of GTK4 instead of GTK3." PUBLIC OFF)
 
-SET_PROJECT_VERSION(2 31 1)
+SET_PROJECT_VERSION(2 31 90)
 
 if (USE_GTK4)
     set(WEBKITGTK_API_VERSION 5.0)
@@ -13,10 +13,10 @@
 else ()
     set(WEBKITGTK_API_VERSION 4.0)
     set(GTK_MINIMUM_VERSION 3.22.0)
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 88 0 51)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 89 0 52)
 endif ()
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 36 1 18)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 36 2 18)
 
 # 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