⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 249179 in webkit


Ignore:
Timestamp:
Aug 27, 2019, 3:29:52 PM (7 years ago)
Author:
Adrian Perez de Castro
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
Location:
releases/WebKitGTK/webkit-2.24
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • releases/WebKitGTK/webkit-2.24/ChangeLog

    r249178 r249179  
     12019-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
    172019-08-21  Adrian Perez de Castro  <aperez@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog

    r248253 r249179  
     12019-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
    172019-07-17  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS

    r247045 r249179  
     1================
     2WebKitGTK 2.24.4
     3================
     4
     5What'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
    122=================
    223WebKitGTK  2.24.3
  • releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake

    r247045 r249179  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 24 3)
     4SET_PROJECT_VERSION(2 24 4)
    55set(WEBKITGTK_API_VERSION 4.0)
    66
    7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 5 37)
    8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 31 6 13)
     7CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 6 37)
     8CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 31 7 13)
    99
    1010# 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.