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

Changeset 244070 in webkit


Ignore:
Timestamp:
Apr 9, 2019, 1:41:29 AM (7 years ago)
Author:
Carlos Garcia Campos
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.
Location:
releases/WebKitGTK/webkit-2.24
Files:
4 edited

Legend:

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

    r244001 r244070  
     12019-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
    172019-04-08  Xan Lopez  <xan@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog

    r244011 r244070  
     12019-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
    172019-03-21  Brent Fulgham  <bfulgham@apple.com>
    28
  • releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS

    r242878 r244070  
     1=================
     2WebKitGTK  2.24.1
     3=================
     4
     5What'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
    121=================
    222WebKitGTK  2.24.0
  • releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake

    r243981 r244070  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 24 0)
     4SET_PROJECT_VERSION(2 24 1)
    55set(WEBKITGTK_API_VERSION 4.0)
    66
    7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 2 37)
    8 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 31 3 13)
     7CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 74 3 37)
     8CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 31 4 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.