Changeset 286570 in webkit
- Timestamp:
- Dec 6, 2021, 2:23:20 PM (5 years ago)
- Location:
- releases/WebKitGTK/webkit-2.34
- 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) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-2.34/ChangeLog
r286144 r286570 1 2021-11-24 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.2 release 4 5 * Source/cmake/OptionsWPE.cmake: Bump version numbers. 6 1 7 2021-11-24 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog
r286144 r286570 1 2021-11-24 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.34.2 release 4 5 * wpe/NEWS: Add release notes for 2.34.2. 6 1 7 2021-11-24 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.34/Source/WebKit/wpe/NEWS
r284597 r286570 1 ================= 2 WPE WebKit 2.34.2 3 ================= 4 5 What's new in WPE WebKit 2.34.2? 6 7 - Fix scrolling issues when pressing Home and PgDown keys. 8 - Fix the build with video disabled. 9 1 10 ================= 2 11 WPE WebKit 2.34.1 -
releases/WebKitGTK/webkit-2.34/Source/cmake/OptionsWPE.cmake
r284597 r286570 2 2 include(VersioningUtils) 3 3 4 SET_PROJECT_VERSION(2 34 1)4 SET_PROJECT_VERSION(2 34 2) 5 5 6 6 set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string") … … 144 144 145 145 if (WPE_API_VERSION VERSION_EQUAL "1.0") 146 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 19 316)147 else () 148 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 10)146 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 19 4 16) 147 else () 148 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 0 2 0) 149 149 endif () 150 150
Note:
See TracChangeset
for help on using the changeset viewer.