Changeset 238427 in webkit
- Timestamp:
- Nov 21, 2018, 11:09:35 AM (8 years ago)
- Location:
- releases/WebKitGTK/webkit-2.22
- 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.22/ChangeLog
r238423 r238427 1 2018-11-21 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsWPE.cmake and NEWS for 2.22.2 release. 4 5 * Source/cmake/OptionsWPE.cmake: Bump version numbers. 6 1 7 2018-11-21 Adrian Perez de Castro <aperez@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog
r238423 r238427 1 2018-11-21 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsWPE.cmake and NEWS for 2.22.2 release. 4 5 * wpe/NEWS: Add release notes for 2.22.2. 6 1 7 2018-11-21 Adrian Perez de Castro <aperez@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.22/Source/WebKit/wpe/NEWS
r237888 r238427 1 ================= 2 WPE WebKit 2.22.2 3 ================= 4 5 What's new in WPE WebKit 2.22.2? 6 7 - Fix a crash when using Cairo versions between 1.15 and 1.16.0 8 - Fix the build with -DLOG_DISABLED=0. 9 - Fix several crashes and rendering issues. 10 1 11 ================= 2 12 WPE WebKit 2.22.1 -
releases/WebKitGTK/webkit-2.22/Source/cmake/OptionsWPE.cmake
r237888 r238427 2 2 include(VersioningUtils) 3 3 4 SET_PROJECT_VERSION(2 22 1)4 SET_PROJECT_VERSION(2 22 2) 5 5 set(WPE_API_VERSION 0.1) 6 6 7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 22)7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 4 3 2) 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.