Changeset 243535 in webkit
- Timestamp:
- Mar 27, 2019, 4:34:24 AM (7 years ago)
- Location:
- releases/WebKitGTK/webkit-2.24
- 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.24/ChangeLog
r243099 r243535 1 2019-03-27 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.0 release 4 5 * Source/cmake/OptionsWPE.cmake: Bump version numbers. 6 1 7 2019-03-18 Adrian Perez de Castro <aperez@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.24/Source/WebKit/ChangeLog
r243099 r243535 1 2019-03-27 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.24.0 release 4 5 * wpe/NEWS: Add release notes for 2.24.0 6 1 7 2019-03-18 Adrian Perez de Castro <aperez@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.24/Source/WebKit/wpe/NEWS
r243099 r243535 1 ================= 2 WPE WebKit 2.24.0 3 ================= 4 5 What's new in WPE WebKit 2.24.0? 6 7 - This version does not contain functional changes over the 2.23.91 8 release candidate. 9 1 10 ================== 2 11 WPE WebKit 2.23.91 -
releases/WebKitGTK/webkit-2.24/Source/cmake/OptionsWPE.cmake
r243099 r243535 2 2 include(VersioningUtils) 3 3 4 SET_PROJECT_VERSION(2 2 3 91)4 SET_PROJECT_VERSION(2 24 0) 5 5 set(WPE_API_VERSION 1.0) 6 6 7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 04)7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 1 4) 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.