Changeset 249179 in webkit
- Timestamp:
- Aug 27, 2019, 3:29:52 PM (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
r249178 r249179 1 2019-08-27 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for the 2.24.4 release 4 5 * Source/cmake/OptionsGTK.cmake: Bump version numbers. 6 1 7 2019-08-21 Adrian Perez de Castro <aperez@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog
r248253 r249179 1 2019-08-27 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for the 2.24.4 release 4 5 * gtk/NEWS: Add release notes for 2.24.4 6 1 7 2019-07-17 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS
r247045 r249179 1 ================ 2 WebKitGTK 2.24.4 3 ================ 4 5 What's new in WebKitGTK 2.24.4? 6 7 - Updated the user agent string to make happy certain websites which 8 would claim that the browser being used was unsupported. 9 - Improve loading of multimedia streams to avoid memory exhaustion due 10 to excessive caching. 11 - Fix display of documents with MIME type application/xml in the Web 12 Inspector, when loaded using XmlHttpRequest. 13 - Fix a hang while scrolling certain websites which include HLS video 14 content (Twitter, for example). 15 - Fix rounding artifacts in volume levels for media playback. 16 - Fix several crashes and rendering issues. 17 - Fix the build with video track support disabled. 18 - Fix the build with OpenGL support disabled. 19 - Fix build issue which would cause media controls to disappear when 20 Python 3.x was used during the build process. 21 1 22 ================= 2 23 WebKitGTK 2.24.3 -
releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake
r247045 r249179 2 2 include(VersioningUtils) 3 3 4 SET_PROJECT_VERSION(2 24 3)4 SET_PROJECT_VERSION(2 24 4) 5 5 set(WEBKITGTK_API_VERSION 4.0) 6 6 7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 537)8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 31 613)7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 6 37) 8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 31 7 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.