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

Changeset 268920 in webkit


Ignore:
Timestamp:
Oct 23, 2020, 5:23:16 AM (6 years ago)
Author:
Adrian Perez de Castro
Message:

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

.:

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

Source/WebKit:

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

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

    r268917 r268920  
     12020-10-23  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.2 release
     4
     5        * wpe/NEWS: Add release notes for 2.30.2.
     6
    172020-10-23  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • releases/WebKitGTK/webkit-2.30/Source/WebKit/wpe/NEWS

    r267355 r268920  
     1=================
     2WPE WebKit 2.30.2
     3=================
     4
     5What's new in WPE WebKit 2.30.2?
     6
     7  - Fix cookies set in WebSocket requests not appearing in the inspector.
     8  - Fix scrolling when smooth scrolling is enabled in async scrolling mode.
     9  - Fix WebSocket requests with same-site cookies.
     10  - Fix TLS certificate information for service workers.
     11  - Handle chassis type when its value is quoted.
     12  - Fix the build with ENABLE_MEDIA_STREAM enabled and ENABLE_WEB_RTC_DISABLED.
     13  - Fix the build with ENABLE_ACCELERATED_2D_CANVAS enabled.
     14  - Fix several crashes and rendering issues.
     15
    116=================
    217WPE WebKit 2.30.1
  • releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsWPE.cmake

    r267355 r268920  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 30 1)
     4SET_PROJECT_VERSION(2 30 2)
    55set(WPE_API_VERSION 1.0)
    66
    7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 4 11)
     7CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 5 11)
    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.