Changeset 268917 in webkit
- Timestamp:
- Oct 23, 2020, 2:23:49 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/gtk/NEWS (modified) (1 diff)
-
Source/cmake/OptionsGTK.cmake (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-2.30/ChangeLog
r267942 r268917 1 2020-10-23 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.2 release 4 5 * Source/cmake/OptionsGTK.cmake: Bump version numbers. 6 1 7 2020-10-02 Adrian Perez de Castro <aperez@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog
r268916 r268917 1 2020-10-23 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.30.2 release 4 5 * gtk/NEWS: Add release notes for 2.30.2. 6 1 7 2020-10-02 Alexander Mikhaylenko <alexm@gnome.org> 2 8 -
releases/WebKitGTK/webkit-2.30/Source/WebKit/gtk/NEWS
r267336 r268917 1 ================ 2 WebKitGTK 2.30.2 3 ================ 4 5 What's new in WebKitGTK 2.30.2? 6 7 - Fix scrolling when smooth scrolling is enabled in async scrolling mode. 8 - Fix WebSocket requests with same-site cookies. 9 - Fix TLS certificate information for service workers. 10 - Handle chassis type when its value is quoted. 11 - Fix the build with ENABLE_MEDIA_STREAM enabled and ENABLE_WEB_RTC_DISABLED. 12 - Fix the build with ENABLE_GAMEPAD enabled. 13 - Fix several crashes and rendering issues. 14 1 15 ================ 2 16 WebKitGTK 2.30.1 -
releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsGTK.cmake
r267336 r268917 5 5 WEBKIT_OPTION_DEFINE(USE_GTK4 "Whether to enable usage of GTK4 instead of GTK3." PUBLIC OFF) 6 6 7 SET_PROJECT_VERSION(2 30 1)7 SET_PROJECT_VERSION(2 30 2) 8 8 9 9 if (USE_GTK4) … … 14 14 set(WEBKITGTK_API_VERSION 4.0) 15 15 set(GTK_MINIMUM_VERSION 3.22.0) 16 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 549)17 endif () 18 19 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 35 917)16 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 86 6 49) 17 endif () 18 19 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 35 10 17) 20 20 21 21 # 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.