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

Changeset 242878 in webkit


Ignore:
Timestamp:
Mar 13, 2019, 2:47:28 AM (7 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.0 release

.:

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

Source/WebKit:

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

Legend:

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

    r242547 r242878  
     12019-03-13  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.0 release
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172019-03-06  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog

    r242867 r242878  
     12019-03-13  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.24.0 release
     4
     5        * gtk/NEWS: Add release notes for 2.24.0.
     6
    172019-03-06  Wenson Hsieh  <wenson_hsieh@apple.com>
    28
  • releases/WebKitGTK/webkit-2.24/Source/WebKit/gtk/NEWS

    r242547 r242878  
     1=================
     2WebKitGTK  2.24.0
     3=================
     4
     5What's new in WebKitGTK 2.24.0?
     6
     7  - Fix several crashes.
     8  - Translation updates: Italian.
     9
    110=================
    211WebKitGTK 2.23.92
  • releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsGTK.cmake

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