Title: [249179] releases/WebKitGTK/webkit-2.24
Revision
249179
Author
ape...@igalia.com
Date
2019-08-27 15:29:52 -0700 (Tue, 27 Aug 2019)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for the 2.24.4 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.24.4

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.24/ChangeLog (249178 => 249179)


--- releases/WebKitGTK/webkit-2.24/ChangeLog	2019-08-27 22:29:45 UTC (rev 249178)
+++ releases/WebKitGTK/webkit-2.24/ChangeLog	2019-08-27 22:29:52 UTC (rev 249179)
@@ -1,3 +1,9 @@
+2019-08-27  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for the 2.24.4 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2019-08-21  Adrian Perez de Castro  <ape...@igalia.com>
 
         [GTK][WPE] Gtk-Doc fails with build options which need cooperation between CFLAGS and LDFLAGS

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog (249178 => 249179)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-08-27 22:29:45 UTC (rev 249178)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-08-27 22:29:52 UTC (rev 249179)
@@ -1,3 +1,9 @@
+2019-08-27  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for the 2.24.4 release
+
+        * gtk/NEWS: Add release notes for 2.24.4
+
 2019-07-17  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [WPE][GTK] UI process crash due to NULL dereference in webkitWebViewResourceLoadStarted()

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS (249178 => 249179)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS	2019-08-27 22:29:45 UTC (rev 249178)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS	2019-08-27 22:29:52 UTC (rev 249179)
@@ -1,3 +1,24 @@
+================
+WebKitGTK 2.24.4
+================
+
+What's new in WebKitGTK 2.24.4?
+
+  - 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 OpenGL support disabled.
+  - Fix build issue which would cause media controls to disappear when
+    Python 3.x was used during the build process.
+
 =================
 WebKitGTK  2.24.3
 =================

Modified: releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake (249178 => 249179)


--- releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake	2019-08-27 22:29:45 UTC (rev 249178)
+++ releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake	2019-08-27 22:29:52 UTC (rev 249179)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 24 3)
+SET_PROJECT_VERSION(2 24 4)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 5 37)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 31 6 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 6 37)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 31 7 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to