Changeset 267355 in webkit
- Timestamp:
- Sep 21, 2020, 12:34:11 PM (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
r267336 r267355 1 2020-09-21 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.1 release 4 5 * Source/cmake/OptionsWPE.cmake: Bump version numbers. 6 1 7 2020-09-21 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.30/Source/WebKit/ChangeLog
r267336 r267355 1 2020-09-21 Adrian Perez de Castro <aperez@igalia.com> 2 3 Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.30.1 release 4 5 * wpe/NEWS: Add release notes for 2.30.1. 6 1 7 2020-09-21 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.30/Source/WebKit/wpe/NEWS
r266920 r267355 1 ================= 2 WPE WebKit 2.30.1 3 ================= 4 5 What's new in WPE WebKit 2.30.1? 6 7 - Fix downloads started by an ephemeral web context. 8 1 9 ================= 2 10 WPE WebKit 2.30.0 -
releases/WebKitGTK/webkit-2.30/Source/cmake/OptionsWPE.cmake
r266920 r267355 2 2 include(VersioningUtils) 3 3 4 SET_PROJECT_VERSION(2 30 0)4 SET_PROJECT_VERSION(2 30 1) 5 5 set(WPE_API_VERSION 1.0) 6 6 7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 311)7 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 14 4 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.