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

Changeset 249181 in webkit


Ignore:
Timestamp:
Aug 27, 2019, 3:42:30 PM (7 years ago)
Author:
Adrian Perez de Castro
Message:

Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.3 release

.:

  • Source/cmake/OptionsWPE.cmake: Bump version numbers.

Source/WebKit:

  • wpe/NEWS: Add release noes for 2.24.3
Location:
releases/WebKitGTK/webkit-2.24
Files:
4 edited

Legend:

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

    r249179 r249181  
     12019-08-27  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.3 release
     4
     5        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
     6
    172019-08-27  Adrian Perez de Castro  <aperez@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog

    r249179 r249181  
     12019-08-27  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.3 release
     4
     5        * wpe/NEWS: Add release noes for 2.24.3
     6
    172019-08-27  Adrian Perez de Castro  <aperez@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS

    r245522 r249181  
     1=================
     2WPE WebKit 2.24.3
     3=================
     4
     5What's new in WPE WebKit 2.24.2?
     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 multimedia support completely disabled with
     19    ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF.
     20  - Fix build issue which would cause media controls to disappear when
     21    Python 3.x was used during the build process.
     22
    123=================
    224WPE WebKit 2.24.2
  • releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake

    r245522 r249181  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 24 2)
     4SET_PROJECT_VERSION(2 24 3)
    55set(WPE_API_VERSION 1.0)
    66
    7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 3 4)
     7CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 4 4)
    88
    99# 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.