Changeset 244070 in webkit
- Timestamp:
- Apr 9, 2019, 1:41:29 AM (7 years ago)
- Location:
- releases/WebKitGTK/webkit-2.24
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
Source/WebKit/ChangeLog (modified) (1 diff)
-
Source/WebKit/gtk/NEWS (modified) (1 diff)
-
Source/cmake/OptionsGTK.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-2.24/ChangeLog
r244001 r244070 1 2019-04-09 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.1 release 4 5 * Source/cmake/OptionsGTK.cmake: Bump version numbers. 6 1 7 2019-04-08 Xan Lopez <xan@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog
r244011 r244070 1 2019-04-09 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.1 release 4 5 * gtk/NEWS: Add release notes for 2.24.1. 6 1 7 2019-03-21 Brent Fulgham <bfulgham@apple.com> 2 8 -
releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS
r242878 r244070 1 ================= 2 WebKitGTK 2.24.1 3 ================= 4 5 What's new in WebKitGTK 2.24.1? 6 7 - Do not allow changes in active URI before provisional load starts for non-API requests. 8 - Stop the threaded compositor when the page is not visible or layer tree state is frozen. 9 - Use WebKit HTTP source element again for adaptive streaming fragments downloading. 10 - Properly handle empty resources in webkit_web_resource_get_data(). 11 - Add quirk to ensure outlook.live.com uses the modern UI. 12 - Fix methods returing GObject or boxed types in JavaScriptCore GLib API. 13 - Ensure callback data is passed to functions and constructors with no parameters in JavaScriptCore GLib API. 14 - Fix rendering of complex text when the font uses x,y origins. 15 - Fix sound loop with Google Hangouts and WhatsApp notifications. 16 - Fix the build with GStreamer 1.12.5 and GST GL enabled. 17 - Detect SSE2 at compile time. 18 - Fix several crashes and rendering issues. 19 - Security fixes: CVE-2019-6251. 20 1 21 ================= 2 22 WebKitGTK 2.24.0 -
releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake
r243981 r244070 2 2 include(VersioningUtils) 3 3 4 SET_PROJECT_VERSION(2 24 0)4 SET_PROJECT_VERSION(2 24 1) 5 5 set(WEBKITGTK_API_VERSION 4.0) 6 6 7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 237)8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 31 313)7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 3 37) 8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 31 4 13) 9 9 10 10 # These are shared variables, but we special case their definition so that we can use the
Note:
See TracChangeset
for help on using the changeset viewer.