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

Changeset 243535 in webkit


Ignore:
Timestamp:
Mar 27, 2019, 4:34:24 AM (7 years ago)
Author:
Adrian Perez de Castro
Message:

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

.:

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

Source/WebKit:

  • wpe/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

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

    r243099 r243535  
     12019-03-27  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.0 release
     4
     5        * wpe/NEWS: Add release notes for 2.24.0
     6
    172019-03-18  Adrian Perez de Castro  <aperez@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS

    r243099 r243535  
     1=================
     2WPE WebKit 2.24.0
     3=================
     4
     5What's new in WPE WebKit 2.24.0?
     6
     7  - This version does not contain functional changes over the 2.23.91
     8    release candidate.
     9
    110==================
    211WPE WebKit 2.23.91
  • releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake

    r243099 r243535  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 23 91)
     4SET_PROJECT_VERSION(2 24 0)
    55set(WPE_API_VERSION 1.0)
    66
    7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 0 4)
     7CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 1 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.