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

Changeset 286144 in webkit


Ignore:
Timestamp:
Nov 24, 2021, 2:01:48 AM (5 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.34.2 release

.:

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

Source/WebKit:

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

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

    r286143 r286144  
     12021-11-24  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.34.2 release
     4
     5        * gtk/NEWS: Add release notes for 2.34.2.
     6
    172021-11-23  Alexander Mikhaylenko  <alexm@gnome.org>
    28
  • releases/WebKitGTK/webkit-2.34/Source/WebKit/gtk/NEWS

    r284593 r286144  
     1================
     2WebKitGTK 2.34.2
     3================
     4
     5What's new in WebKitGTK 2.34.2?
     6
     7  - Fix scrolling issues when pressing Home and PgDown keys.
     8  - Update effective appearance after web process switch on navigation.
     9  - Fix the build with video disabled.
     10
    111================
    212WebKitGTK 2.34.1
  • releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsGTK.cmake

    r284593 r286144  
    44WEBKIT_OPTION_BEGIN()
    55
    6 SET_PROJECT_VERSION(2 34 1)
     6SET_PROJECT_VERSION(2 34 2)
    77
    88
     
    227227
    228228if (WEBKITGTK_API_VERSION VERSION_EQUAL "4.0")
    229     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 92 4 55)
    230     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 37 6 19)
     229    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 92 5 55)
     230    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 37 7 19)
    231231elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "4.1")
    232     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 1 0)
    233     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 0 1 0)
     232    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 2 0)
     233    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 0 2 0)
    234234elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "5.0")
    235235    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
Note: See TracChangeset for help on using the changeset viewer.