Changeset 268920 in webkit
- Timestamp:
- Oct 23, 2020, 5:23:16 AM (6 years ago)
- Location:
- releases/WebKitGTK/webkit-2.30
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
Source/WebKit/ChangeLog (modified) (1 diff)
-
Source/WebKit/wpe/NEWS (modified) (1 diff)
-
Source/cmake/OptionsWPE.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-2.30/ChangeLog
r268917 r268920 1 2020-10-23 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.2 release 4 5 * Source/cmake/OptionsWPE.cmake: Bump version numbers. 6 1 7 2020-10-23 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog
r268917 r268920 1 2020-10-23 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.2 release 4 5 * wpe/NEWS: Add release notes for 2.30.2. 6 1 7 2020-10-23 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.30/Source/WebKit/wpe/NEWS
r267355 r268920 1 ================= 2 WPE WebKit 2.30.2 3 ================= 4 5 What's new in WPE WebKit 2.30.2? 6 7 - Fix cookies set in WebSocket requests not appearing in the inspector. 8 - Fix scrolling when smooth scrolling is enabled in async scrolling mode. 9 - Fix WebSocket requests with same-site cookies. 10 - Fix TLS certificate information for service workers. 11 - Handle chassis type when its value is quoted. 12 - Fix the build with ENABLE_MEDIA_STREAM enabled and ENABLE_WEB_RTC_DISABLED. 13 - Fix the build with ENABLE_ACCELERATED_2D_CANVAS enabled. 14 - Fix several crashes and rendering issues. 15 1 16 ================= 2 17 WPE WebKit 2.30.1 -
releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsWPE.cmake
r267355 r268920 2 2 include(VersioningUtils) 3 3 4 SET_PROJECT_VERSION(2 30 1)4 SET_PROJECT_VERSION(2 30 2) 5 5 set(WPE_API_VERSION 1.0) 6 6 7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 411)7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 5 11) 8 8 9 9 # 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.