Changeset 176443 in webkit
- Timestamp:
- Nov 20, 2014, 11:06:52 PM (12 years ago)
- Location:
- releases/WebKitGTK/webkit-2.6
- 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.6/ChangeLog
r176391 r176443 1 2014-11-20 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.4 release. 4 5 * Source/cmake/OptionsGTK.cmake: Bump version numbers. 6 1 7 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog
r176392 r176443 1 2014-11-20 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.4 release. 4 5 * gtk/NEWS: Add release notes for 2.6.4. 6 1 7 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS
r176012 r176443 1 ================= 2 WebKitGTK+ 2.6.4 3 ================= 4 5 What's new in WebKitGTK+ 2.6.4? 6 7 - Fix SSL connection issues with some websites after the POODLE 8 vulnerability fix. 9 - Fix several crashes in accessibility implementation. 10 - Fix XMLHttpRequest with a timeout when using the network process. 11 - Fix XMLHttpRequest with cookies disabled when using the network process. 12 - Fix a crash in the network process when a synchronous load redirects to 13 a new url in a different security origin. 14 - Fix documentation of webkit_print_operation_get_page_setup(). 15 - Allow to build with GObject introspection disabled. 16 - Fix the remote inspector when settings don't change after page 17 initialization. 18 1 19 ================= 2 20 WebKitGTK+ 2.6.3 -
releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake
r176391 r176443 3 3 set(PROJECT_VERSION_MAJOR 2) 4 4 set(PROJECT_VERSION_MINOR 6) 5 set(PROJECT_VERSION_MICRO 3)5 set(PROJECT_VERSION_MICRO 4) 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 39 42)12 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 18 70)11 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 39 5 2) 12 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(JAVASCRIPTCORE 18 8 0) 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.