Title: [249181] releases/WebKitGTK/webkit-2.24
Revision
249181
Author
[email protected]
Date
2019-08-27 15:42:30 -0700 (Tue, 27 Aug 2019)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release noes for 2.24.3

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.24/ChangeLog (249180 => 249181)


--- releases/WebKitGTK/webkit-2.24/ChangeLog	2019-08-27 22:31:14 UTC (rev 249180)
+++ releases/WebKitGTK/webkit-2.24/ChangeLog	2019-08-27 22:42:30 UTC (rev 249181)
@@ -1,5 +1,11 @@
 2019-08-27  Adrian Perez de Castro  <[email protected]>
 
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.3 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
+2019-08-27  Adrian Perez de Castro  <[email protected]>
+
         Unreviewed. Update OptionsGTK.cmake and NEWS for the 2.24.4 release
 
         * Source/cmake/OptionsGTK.cmake: Bump version numbers.

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog (249180 => 249181)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-08-27 22:31:14 UTC (rev 249180)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-08-27 22:42:30 UTC (rev 249181)
@@ -1,5 +1,11 @@
 2019-08-27  Adrian Perez de Castro  <[email protected]>
 
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.3 release
+
+        * wpe/NEWS: Add release noes for 2.24.3
+
+2019-08-27  Adrian Perez de Castro  <[email protected]>
+
         Unreviewed. Update OptionsGTK.cmake and NEWS for the 2.24.4 release
 
         * gtk/NEWS: Add release notes for 2.24.4

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS (249180 => 249181)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS	2019-08-27 22:31:14 UTC (rev 249180)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS	2019-08-27 22:42:30 UTC (rev 249181)
@@ -1,4 +1,26 @@
 =================
+WPE WebKit 2.24.3
+=================
+
+What's new in WPE WebKit 2.24.2?
+
+  - Updated the user agent string to make happy certain websites which
+    would claim that the browser being used was unsupported.
+  - Improve loading of multimedia streams to avoid memory exhaustion due
+    to excessive caching.
+  - Fix display of documents with MIME type application/xml in the Web
+    Inspector, when loaded using XmlHttpRequest.
+  - Fix a hang while scrolling certain websites which include HLS video
+    content (Twitter, for example).
+  - Fix rounding artifacts in volume levels for media playback.
+  - Fix several crashes and rendering issues.
+  - Fix the build with video track support disabled.
+  - Fix the build with multimedia support completely disabled with
+    ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF.
+  - Fix build issue which would cause media controls to disappear when
+    Python 3.x was used during the build process.
+
+=================
 WPE WebKit 2.24.2
 =================
 

Modified: releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake (249180 => 249181)


--- releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake	2019-08-27 22:31:14 UTC (rev 249180)
+++ releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake	2019-08-27 22:42:30 UTC (rev 249181)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 24 2)
+SET_PROJECT_VERSION(2 24 3)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 3 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 4 4)
 
 # 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