Title: [277226] releases/WebKitGTK/webkit-2.32
Revision
277226
Author
[email protected]
Date
2021-05-08 07:11:45 -0700 (Sat, 08 May 2021)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.32.1

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.32/ChangeLog (277225 => 277226)


--- releases/WebKitGTK/webkit-2.32/ChangeLog	2021-05-08 10:43:06 UTC (rev 277225)
+++ releases/WebKitGTK/webkit-2.32/ChangeLog	2021-05-08 14:11:45 UTC (rev 277226)
@@ -1,3 +1,9 @@
+2021-05-08  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.32.1 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2021-05-05  Michael Catanzaro  <[email protected]>
 
         USE_64KB_PAGE_BLOCK build option is broken

Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog (277225 => 277226)


--- releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog	2021-05-08 10:43:06 UTC (rev 277225)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/ChangeLog	2021-05-08 14:11:45 UTC (rev 277226)
@@ -1,3 +1,9 @@
+2021-05-08  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.32.1 release
+
+        * wpe/NEWS: Add release notes for 2.32.1
+
 2021-04-22  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Build error: Couldn't find include 'Soup-2.4.gir'

Modified: releases/WebKitGTK/webkit-2.32/Source/WebKit/wpe/NEWS (277225 => 277226)


--- releases/WebKitGTK/webkit-2.32/Source/WebKit/wpe/NEWS	2021-05-08 10:43:06 UTC (rev 277225)
+++ releases/WebKitGTK/webkit-2.32/Source/WebKit/wpe/NEWS	2021-05-08 14:11:45 UTC (rev 277226)
@@ -1,4 +1,26 @@
 =================
+WPE WebKit 2.32.1
+=================
+
+What's new WPE WebKit 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 the build of the Qt QML WPEView plug-in.
+  - Fix wrong timestamps for long-lived cookies.
+  - Fix several crashes and rendering issues.
+
+=================
 WPE WebKit 2.32.0
 =================
 

Modified: releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake (277225 => 277226)


--- releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake	2021-05-08 10:43:06 UTC (rev 277225)
+++ releases/WebKitGTK/webkit-2.32/Source/cmake/OptionsWPE.cmake	2021-05-08 14:11:45 UTC (rev 277226)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-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")
 
@@ -130,7 +130,7 @@
 find_package(LibSoup ${SOUP_MINIMUM_VERSION} REQUIRED)
 
 if (WPE_API_VERSION VERSION_EQUAL "1.0")
-    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 18 1 14)
+    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 18 0 15)
 else ()
     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
 endif ()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to