Title: [277259] releases/WebKitGTK/webkit-2.32
- Revision
- 277259
- Author
- [email protected]
- Date
- 2021-05-10 03:01:56 -0700 (Mon, 10 May 2021)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.1 release
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.32.1
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.32/ChangeLog (277258 => 277259)
--- releases/WebKitGTK/webkit-2.32/ChangeLog 2021-05-10 09:13:54 UTC (rev 277258)
+++ releases/WebKitGTK/webkit-2.32/ChangeLog 2021-05-10 10:01:56 UTC (rev 277259)
@@ -1,3 +1,9 @@
+2021-05-10 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.1 release
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2021-05-08 Adrian Perez de Castro <[email protected]>
Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.32.1 release
Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog (277258 => 277259)
--- releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog 2021-05-10 09:13:54 UTC (rev 277258)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog 2021-05-10 10:01:56 UTC (rev 277259)
@@ -1,3 +1,9 @@
+2021-05-10 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.32.1 release
+
+ * gtk/NEWS: Add release notes for 2.32.1
+
2021-05-08 Adrian Perez de Castro <[email protected]>
Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.32.1 release
Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS (277258 => 277259)
--- releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS 2021-05-10 09:13:54 UTC (rev 277258)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/gtk/NEWS 2021-05-10 10:01:56 UTC (rev 277259)
@@ -1,4 +1,27 @@
================
+WebKitGTK 2.32.1
+================
+
+What's new in WebKitGTK 2.32.1?
+
+ - Support building against the Musl C library.
+ - Support building against ICU version 69 or newer.
+ - Improve handling of Media Capture devices.
+ - Improve WebAudio playback.
+ - Improve video orientation handling.
+ - Improve seeking support for MSE playback.
+ - Improve flush support in EME decryptors.
+ - Fix HTTP status codes for requests done through a custom URI handler.
+ - Fix the Bubblewrap sandbox in certain 32-bit systems.
+ - Fix inconsistencies between the WebKitWebView.is-muted property state
+ and values returned by webkit_web_view_is_playing_audio().
+ - Fix the build with ENABLE_VIDEO=OFF.
+ - Fix wrong timestamps for long-lived cookies.
+ - Fix UI process crash when failing to load favicons.
+ - Fix several crashes and rendering issues.
+ - Translation updates: Swedish.
+
+================
WebKitGTK 2.32.0
================
Modified: releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake (277258 => 277259)
--- releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake 2021-05-10 09:13:54 UTC (rev 277258)
+++ releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsGTK.cmake 2021-05-10 10:01:56 UTC (rev 277259)
@@ -3,7 +3,7 @@
WEBKIT_OPTION_BEGIN()
-SET_PROJECT_VERSION(2 32 0)
+SET_PROJECT_VERSION(2 32 1)
set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
@@ -215,8 +215,8 @@
endif ()
if (WEBKITGTK_API_VERSION VERSION_EQUAL "4.0")
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 1 53)
- CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 36 4 18)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 2 53)
+ CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 36 5 18)
elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "4.1")
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 0 0 0)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes