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

Changeset 267355 in webkit


Ignore:
Timestamp:
Sep 21, 2020, 12:34:11 PM (6 years ago)
Author:
Adrian Perez de Castro
Message:

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

.:

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

Source/WebKit:

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

Legend:

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

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

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

    r266920 r267355  
     1=================
     2WPE WebKit 2.30.1
     3=================
     4
     5What's new in WPE WebKit 2.30.1?
     6
     7  - Fix downloads started by an ephemeral web context.
     8
    19=================
    210WPE WebKit 2.30.0
  • releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsWPE.cmake

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