Changeset 286162 in webkit
- Timestamp:
- Nov 25, 2021, 1:57:12 AM (5 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
Source/WebKit/ChangeLog (modified) (1 diff)
-
Source/WebKit/gtk/NEWS (modified) (1 diff)
-
Source/cmake/OptionsGTK.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r286131 r286162 1 2021-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 1 7 2021-11-23 Adrian Perez de Castro <aperez@igalia.com> 2 8 -
trunk/Source/WebKit/ChangeLog
r286138 r286162 1 2021-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 1 7 2021-11-23 Don Olmstead <don.olmstead@sony.com> 2 8 -
trunk/Source/WebKit/gtk/NEWS
r281074 r286162 1 ================ 2 WebKitGTK 2.35.1 3 ================ 4 5 What'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 1 14 ================ 2 15 WebKitGTK 2.33.3 -
trunk/Source/cmake/OptionsGTK.cmake
r286131 r286162 4 4 WEBKIT_OPTION_BEGIN() 5 5 6 SET_PROJECT_VERSION(2 35 0)6 SET_PROJECT_VERSION(2 35 1) 7 7 8 8
Note:
See TracChangeset
for help on using the changeset viewer.