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

Changeset 268917 in webkit


Ignore:
Timestamp:
Oct 23, 2020, 2:23:49 AM (6 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.2 release

.:

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

Source/WebKit:

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

Legend:

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

    r267942 r268917  
     12020-10-23  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.2 release
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172020-10-02  Adrian Perez de Castro  <aperez@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog

    r268916 r268917  
     12020-10-23  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.2 release
     4
     5        * gtk/NEWS: Add release notes for 2.30.2.
     6
    172020-10-02  Alexander Mikhaylenko  <alexm@gnome.org>
    28
  • releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS

    r267336 r268917  
     1================
     2WebKitGTK 2.30.2
     3================
     4
     5What's new in WebKitGTK 2.30.2?
     6
     7  - Fix scrolling when smooth scrolling is enabled in async scrolling mode.
     8  - Fix WebSocket requests with same-site cookies.
     9  - Fix TLS certificate information for service workers.
     10  - Handle chassis type when its value is quoted.
     11  - Fix the build with ENABLE_MEDIA_STREAM enabled and ENABLE_WEB_RTC_DISABLED.
     12  - Fix the build with ENABLE_GAMEPAD enabled.
     13  - Fix several crashes and rendering issues.
     14
    115================
    216WebKitGTK 2.30.1
  • releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake

    r267336 r268917  
    55WEBKIT_OPTION_DEFINE(USE_GTK4 "Whether to enable usage of GTK4 instead of GTK3." PUBLIC OFF)
    66
    7 SET_PROJECT_VERSION(2 30 1)
     7SET_PROJECT_VERSION(2 30 2)
    88
    99if (USE_GTK4)
     
    1414    set(WEBKITGTK_API_VERSION 4.0)
    1515    set(GTK_MINIMUM_VERSION 3.22.0)
    16     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 5 49)
    17 endif ()
    18 
    19 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 35 9 17)
     16    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 6 49)
     17endif ()
     18
     19CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 35 10 17)
    2020
    2121# 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.