Changeset 250718 in webkit


Ignore:
Timestamp:
Oct 4, 2019 7:13:50 AM (5 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.1 release

.:

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

Source/WebKit:

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

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r250625 r250718  
     12019-10-04  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.1 release
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172019-10-02  Alex Christensen  <achristensen@webkit.org>
    28
  • trunk/Source/WebKit/ChangeLog

    r250717 r250718  
     12019-10-04  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.1 release
     4
     5        * gtk/NEWS: Add release notes for 2.27.1.
     6
    172019-10-04  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • trunk/Source/WebKit/gtk/NEWS

    r248153 r250718  
     1================
     2WebKitGTK 2.27.1
     3================
     4
     5What's new in WebKitGTK+ 2.27.1?
     6
     7  - Enable async scrolling when accelerating compositing policy is 'always'.
     8  - Add about:gpu to show information about the graphics stack.
     9  - Add API to enable Process Swap on (Cross-site) Navigation, that is now disabled by default.
     10  - Add WebKitWebView:page-id property.
     11  - Improve swipe navigation gesture style.
     12  - Fix several crashes and rendering issues.
     13
    114================
    215WebKitGTK 2.25.4
  • trunk/Source/cmake/OptionsGTK.cmake

    r250596 r250718  
    22include(VersioningUtils)
    33
    4 SET_PROJECT_VERSION(2 27 0)
     4SET_PROJECT_VERSION(2 27 1)
    55set(WEBKITGTK_API_VERSION 4.0)
    66
Note: See TracChangeset for help on using the changeset viewer.