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

Changeset 278597 in webkit


Ignore:
Timestamp:
Jun 8, 2021, 2:08:34 AM (5 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.33.2 release

.:

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

Source/WebKit:

  • gtk/NEWS: Add release notes for 2.33.2.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r278552 r278597  
     12021-06-08  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.33.2 release
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172021-06-07  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • trunk/Source/WebKit/ChangeLog

    r278596 r278597  
     12021-06-08  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.33.2 release
     4
     5        * gtk/NEWS: Add release notes for 2.33.2.
     6
    172021-06-08  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • trunk/Source/WebKit/gtk/NEWS

    r277486 r278597  
     1================
     2WebKitGTK 2.33.2
     3================
     4
     5What's new in WebKitGTK 2.33.2?
     6
     7  - HTTP/2 support when building with libsoup3.
     8  - Add API to disable CORS on a web view for particular domains.
     9  - Fix rendering on HiDPI /4k screen and scaling.
     10  - Improve calculation of initial WebKitWebView size.
     11  - Fix rendering of VP9 with transparency.
     12  - Remove dependency on glvideoflip and videoflip.
     13  - Several fixes on scrolling when async scrolling is enabled.
     14  - Ensure WebKitScriptWorld::window-object-cleared signal is always emitted.
     15  - Translation updates: Danish, Swedish, Ukrainian.
     16
    117================
    218WebKitGTK 2.33.1
  • trunk/Source/cmake/OptionsGTK.cmake

    r278552 r278597  
    44WEBKIT_OPTION_BEGIN()
    55
    6 SET_PROJECT_VERSION(2 33 1)
     6SET_PROJECT_VERSION(2 33 2)
    77
    88set(CMAKE_C_VISIBILITY_PRESET hidden)
     
    229229
    230230if (WEBKITGTK_API_VERSION VERSION_EQUAL "4.0")
    231     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 90 0 53)
    232     CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 37 0 19)
     231    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 91 0 54)
     232    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 37 1 19)
    233233elseif (WEBKITGTK_API_VERSION VERSION_EQUAL "4.1")
    234234    CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 0 0)
Note: See TracChangeset for help on using the changeset viewer.