Changeset 238442 in webkit


Ignore:
Timestamp:
Nov 22, 2018 1:38:28 AM (5 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.1 release.

.:

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

Source/WebKit:

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

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r238414 r238442  
     12018-11-22  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.1 release.
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172018-11-21  Dominik Infuehr  <dinfuehr@igalia.com>
    28
  • trunk/Source/WebKit/ChangeLog

    r238438 r238442  
     12018-11-22  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.23.1 release.
     4
     5        * gtk/NEWS: Add release notes for 2.23.1.
     6
    172018-11-21  Wenson Hsieh  <wenson_hsieh@apple.com>
    28
  • trunk/Source/WebKit/gtk/NEWS

    r234027 r238442  
     1=================
     2WebKitGTK+ 2.23.1
     3=================
     4
     5What's new in WebKitGTK+ 2.23.1?
     6
     7  - Add initial support for subprocess sandboxing in Linux.
     8  - Add new permission request type for media device information.
     9  - Make scrollbars follow gtk-primary-button-warps-slider setting.
     10  - Script dialogs are now modal to the current web view only.
     11  - Fix several crashes and rendering issues.
     12
    113=================
    214WebKitGTK+ 2.21.5
  • trunk/Source/cmake/OptionsGTK.cmake

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