Changeset 201507 in webkit
- Timestamp:
- May 31, 2016, 2:25:04 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
Source/WebKit2/ChangeLog (modified) (1 diff)
-
Source/WebKit2/gtk/NEWS (modified) (1 diff)
-
Source/cmake/OptionsGTK.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r201490 r201507 1 2016-05-31 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.1 release. 4 5 * Source/cmake/OptionsGTK.cmake: Bump version numbers. 6 1 7 2016-05-28 Ryosuke Niwa <rniwa@webkit.org> 2 8 -
trunk/Source/WebKit2/ChangeLog
r201506 r201507 1 2016-05-31 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.13.1 release. 4 5 * gtk/NEWS: Add release notes for 2.13.1. 6 1 7 2016-05-31 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
trunk/Source/WebKit2/gtk/NEWS
r196305 r201507 1 ================= 2 WebKitGTK+ 2.13.1 3 ================= 4 5 What's new in WebKitGTK+ 2.13.1? 6 7 - CSS Grid Layout has been unprefixed and can be enabled as an experimental feature at runtime. 8 - The HTTP disk cache implements speculative resources revalidation. 9 - Add a new WebKitSetting to allow universal access from file URLs. 10 - Fix several crashes and rendering issues. 11 1 12 ================= 2 13 WebKitGTK+ 2.11.5 -
trunk/Source/cmake/OptionsGTK.cmake
r200863 r201507 3 3 set(PROJECT_VERSION_MAJOR 2) 4 4 set(PROJECT_VERSION_MINOR 13) 5 set(PROJECT_VERSION_MICRO 0)5 set(PROJECT_VERSION_MICRO 1) 6 6 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO}) 7 7 set(WEBKITGTK_API_VERSION 4.0)
Note:
See TracChangeset
for help on using the changeset viewer.