Title: [244070] releases/WebKitGTK/webkit-2.24
Revision
244070
Author
carlo...@webkit.org
Date
2019-04-09 01:41:29 -0700 (Tue, 09 Apr 2019)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.1 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.24.1.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.24/ChangeLog (244069 => 244070)


--- releases/WebKitGTK/webkit-2.24/ChangeLog	2019-04-09 07:54:18 UTC (rev 244069)
+++ releases/WebKitGTK/webkit-2.24/ChangeLog	2019-04-09 08:41:29 UTC (rev 244070)
@@ -1,3 +1,9 @@
+2019-04-09  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.1 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2019-04-08  Xan Lopez  <x...@igalia.com>
 
         [CMake] Detect SSE2 at compile time

Modified: releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog (244069 => 244070)


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-04-09 07:54:18 UTC (rev 244069)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog	2019-04-09 08:41:29 UTC (rev 244070)
@@ -1,3 +1,9 @@
+2019-04-09  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.1 release
+
+        * gtk/NEWS: Add release notes for 2.24.1.
+
 2019-03-21  Brent Fulgham  <bfulg...@apple.com>
 
         Fix possible memory leak when dismissing a color picker

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


--- releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS	2019-04-09 07:54:18 UTC (rev 244069)
+++ releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS	2019-04-09 08:41:29 UTC (rev 244070)
@@ -1,4 +1,24 @@
 =================
+WebKitGTK  2.24.1
+=================
+
+What's new in WebKitGTK 2.24.1?
+
+  - Do not allow changes in active URI before provisional load starts for non-API requests.
+  - Stop the threaded compositor when the page is not visible or layer tree state is frozen.
+  - Use WebKit HTTP source element again for adaptive streaming fragments downloading.
+  - Properly handle empty resources in webkit_web_resource_get_data().
+  - Add quirk to ensure outlook.live.com uses the modern UI.
+  - Fix methods returing GObject or boxed types in _javascript_Core GLib API.
+  - Ensure callback data is passed to functions and constructors with no parameters in _javascript_Core GLib API.
+  - Fix rendering of complex text when the font uses x,y origins.
+  - Fix sound loop with Google Hangouts and WhatsApp notifications.
+  - Fix the build with GStreamer 1.12.5 and GST GL enabled.
+  - Detect SSE2 at compile time.
+  - Fix several crashes and rendering issues.
+  - Security fixes: CVE-2019-6251.
+
+=================
 WebKitGTK  2.24.0
 =================
 

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


--- releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake	2019-04-09 07:54:18 UTC (rev 244069)
+++ releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake	2019-04-09 08:41:29 UTC (rev 244070)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 24 0)
+SET_PROJECT_VERSION(2 24 1)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 2 37)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 31 3 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 3 37)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 31 4 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