Changeset 181852 in webkit
- Timestamp:
- Mar 23, 2015, 3:41:22 AM (11 years ago)
- Location:
- releases/WebKitGTK/webkit-2.8
- 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) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-2.8/ChangeLog
r181848 r181852 1 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.0 release. 4 5 * Source/cmake/OptionsGTK.cmake: Bump version numbers. 6 1 7 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog
r181848 r181852 1 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.8.0 release. 4 5 * gtk/NEWS: Add release notes for 2.8.0. 6 1 7 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.8/Source/WebKit2/gtk/NEWS
r181647 r181852 1 ================= 2 WebKitGTK+ 2.8.0 3 ================= 4 5 What's new in WebKitGTK+ 2.8.0? 6 7 - Fix scrollbars rendering with GTK+ 3.16. 8 - Fix a crash during a drag and drop operation started by JavaScript. 9 - Fix the build with Wayland target enabled. 10 - Properly search for Wayland dependency when enabling Wayland target. 11 1 12 ================= 2 13 WebKitGTK+ 2.7.92 -
releases/WebKitGTK/webkit-2.8/Source/cmake/OptionsGTK.cmake
r181848 r181852 2 2 3 3 set(PROJECT_VERSION_MAJOR 2) 4 set(PROJECT_VERSION_MINOR 7)5 set(PROJECT_VERSION_MICRO 92)4 set(PROJECT_VERSION_MINOR 8) 5 set(PROJECT_VERSION_MICRO 0) 6 6 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO}) 7 7 set(WEBKITGTK_API_VERSION 4.0) … … 9 9 # Libtool library version, not to be confused with API version. 10 10 # See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html 11 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 43 26)12 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 19 61)11 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 43 3 6) 12 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 19 7 1) 13 13 14 14 set(ENABLE_CREDENTIAL_STORAGE ON CACHE BOOL "Whether or not to enable support for credential storage using libsecret.")
Note:
See TracChangeset
for help on using the changeset viewer.