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

Changeset 286570 in webkit


Ignore:
Timestamp:
Dec 6, 2021, 2:23:20 PM (5 years ago)
Author:
Adrian Perez de Castro
Message:

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

.:

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

Source/WebKit:

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

Legend:

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

    r286144 r286570  
     12021-11-24  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.2 release
     4
     5        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
     6
    172021-11-24  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog

    r286144 r286570  
     12021-11-24  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.2 release
     4
     5        * wpe/NEWS: Add release notes for 2.34.2.
     6
    172021-11-24  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.34/Source/WebKit/wpe/NEWS

    r284597 r286570  
     1=================
     2WPE WebKit 2.34.2
     3=================
     4
     5What's new in WPE WebKit 2.34.2?
     6
     7  - Fix scrolling issues when pressing Home and PgDown keys.
     8  - Fix the build with video disabled.
     9
    110=================
    211WPE WebKit 2.34.1
  • releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsWPE.cmake

    r284597 r286570  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 34 1)
     4SET_PROJECT_VERSION(2 34 2)
    55
    66set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
     
    144144
    145145if (WPE_API_VERSION VERSION_EQUAL "1.0")
    146     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 19 3 16)
    147 else ()
    148     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 1 0)
     146    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 19 4 16)
     147else ()
     148    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 2 0)
    149149endif ()
    150150
Note: See TracChangeset for help on using the changeset viewer.