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

Changeset 245458 in webkit


Ignore:
Timestamp:
May 17, 2019, 4:53:18 AM (7 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.2 release

.:

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

Source/WebKit:

  • gtk/NEWS: Add release notes for 2.24.2.
Location:
releases/WebKitGTK/webkit-2.24
Files:
4 edited

Legend:

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

    r245439 r245458  
     12019-05-17  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.2 release
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172019-04-03  Myles C. Maxfield  <mmaxfield@apple.com>
    28
  • releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog

    r245452 r245458  
     12019-05-17  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.2 release
     4
     5        * gtk/NEWS: Add release notes for 2.24.2.
     6
    172019-05-14  Brent Fulgham  <bfulgham@apple.com>
    28
  • releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS

    r244070 r245458  
     1=================
     2WebKitGTK  2.24.2
     3=================
     4
     5What's new in WebKitGTK 2.24.2?
     6
     7  - Fix rendering of emojis copy-pasted from GTK emoji chooser.
     8  - Fix space characters not being rendered with some CJK fonts.
     9  - Fix adaptive streaming playback with older GStreamer versions.
     10  - Set a maximum zoom level for pinch zooming gesture.
     11  - Fix navigation gesture to not interfere with scrolling.
     12  - Fix SSE2 detection at compile time, ensuring the right flags are passed to the compiler.
     13  - Fix several crashes and rendering issues.
     14  - Translation updates: Danish, Spanish, Ukrainian.
     15  - Security fixes: CVE-2019-8595, CVE-2019-8607, CVE-2019-8615.
     16
    117=================
    218WebKitGTK  2.24.1
  • releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake

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