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

Changeset 286162 in webkit


Ignore:
Timestamp:
Nov 25, 2021, 1:57:12 AM (5 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.35.1 release

.:

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

Source/WebKit:

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

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r286131 r286162  
     12021-11-25  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.35.1 release
     4
     5        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
     6
    172021-11-23  Adrian Perez de Castro  <aperez@igalia.com>
    28
  • trunk/Source/WebKit/ChangeLog

    r286138 r286162  
     12021-11-25  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.35.1 release
     4
     5        * gtk/NEWS: Add release notes for 2.35.1.
     6
    172021-11-23  Don Olmstead  <don.olmstead@sony.com>
    28
  • trunk/Source/WebKit/gtk/NEWS

    r281074 r286162  
     1================
     2WebKitGTK 2.35.1
     3================
     4
     5What's new in WebKitGTK 2.35.1?
     6
     7  - Make user interactive threads (event handler, scrolling, ...) real time in linux.
     8  - Add new API to set HTTP response information to custom uri schemes.
     9  - Add support for media session.
     10  - Change hardware-acceleration-policy setting default value to always.
     11  - Fix jsc_value_object_define_property_accessor() to work with objects not having a wrapped instance.
     12  - Fix several crashes and rendering issues.
     13
    114================
    215WebKitGTK 2.33.3
  • trunk/Source/cmake/OptionsGTK.cmake

    r286131 r286162  
    44WEBKIT_OPTION_BEGIN()
    55
    6 SET_PROJECT_VERSION(2 35 0)
     6SET_PROJECT_VERSION(2 35 1)
    77
    88
Note: See TracChangeset for help on using the changeset viewer.