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

Changeset 238427 in webkit


Ignore:
Timestamp:
Nov 21, 2018, 11:09:35 AM (8 years ago)
Author:
Adrian Perez de Castro
Message:

Unreviewed. Update OptionsWPE.cmake and NEWS for 2.22.2 release.

.:

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

Source/WebKit:

  • wpe/NEWS: Add release notes for 2.22.2.
Location:
releases/WebKitGTK/webkit-2.22
Files:
4 edited

Legend:

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

    r238423 r238427  
     12018-11-21  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        Unreviewed. Update OptionsWPE.cmake and NEWS for 2.22.2 release.
     4
     5        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
     6
    172018-11-21  Adrian Perez de Castro  <aperez@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog

    r238423 r238427  
     12018-11-21  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        Unreviewed. Update OptionsWPE.cmake and NEWS for 2.22.2 release.
     4
     5        * wpe/NEWS: Add release notes for 2.22.2.
     6
    172018-11-21  Adrian Perez de Castro  <aperez@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.22/Source/WebKit/wpe/NEWS

    r237888 r238427  
     1=================
     2WPE WebKit 2.22.2
     3=================
     4
     5What's new in WPE WebKit 2.22.2?
     6
     7  - Fix a crash when using Cairo versions between 1.15 and 1.16.0
     8  - Fix the build with -DLOG_DISABLED=0.
     9  - Fix several crashes and rendering issues.
     10
    111=================
    212WPE WebKit 2.22.1
  • releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsWPE.cmake

    r237888 r238427  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 22 1)
     4SET_PROJECT_VERSION(2 22 2)
    55set(WPE_API_VERSION 0.1)
    66
    7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 2 2)
     7CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 3 2)
    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.