Title: [176443] releases/WebKitGTK/webkit-2.6
- Revision
- 176443
- Author
- [email protected]
- Date
- 2014-11-20 23:06:52 -0800 (Thu, 20 Nov 2014)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.4 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.6.4.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.6/ChangeLog (176442 => 176443)
--- releases/WebKitGTK/webkit-2.6/ChangeLog 2014-11-21 07:06:28 UTC (rev 176442)
+++ releases/WebKitGTK/webkit-2.6/ChangeLog 2014-11-21 07:06:52 UTC (rev 176443)
@@ -1,3 +1,9 @@
+2014-11-20 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.4 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2014-11-01 Carlos Garcia Campos <[email protected]>
REGRESSION(CMake): Make it possible to build without introspection
Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog (176442 => 176443)
--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog 2014-11-21 07:06:28 UTC (rev 176442)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog 2014-11-21 07:06:52 UTC (rev 176443)
@@ -1,3 +1,9 @@
+2014-11-20 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.4 release.
+
+ * gtk/NEWS: Add release notes for 2.6.4.
+
2014-11-01 Carlos Garcia Campos <[email protected]>
REGRESSION(r163656): Remote inspector doesn't work unless preferences change after page initialization
Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS (176442 => 176443)
--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS 2014-11-21 07:06:28 UTC (rev 176442)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS 2014-11-21 07:06:52 UTC (rev 176443)
@@ -1,4 +1,22 @@
=================
+WebKitGTK+ 2.6.4
+=================
+
+What's new in WebKitGTK+ 2.6.4?
+
+ - Fix SSL connection issues with some websites after the POODLE
+ vulnerability fix.
+ - Fix several crashes in accessibility implementation.
+ - Fix XMLHttpRequest with a timeout when using the network process.
+ - Fix XMLHttpRequest with cookies disabled when using the network process.
+ - Fix a crash in the network process when a synchronous load redirects to
+ a new url in a different security origin.
+ - Fix documentation of webkit_print_operation_get_page_setup().
+ - Allow to build with GObject introspection disabled.
+ - Fix the remote inspector when settings don't change after page
+ initialization.
+
+=================
WebKitGTK+ 2.6.3
=================
Modified: releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake (176442 => 176443)
--- releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake 2014-11-21 07:06:28 UTC (rev 176442)
+++ releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake 2014-11-21 07:06:52 UTC (rev 176443)
@@ -2,14 +2,14 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 6)
-set(PROJECT_VERSION_MICRO 3)
+set(PROJECT_VERSION_MICRO 4)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
set(WEBKITGTK_API_VERSION 4.0)
# Libtool library version, not to be confused with API version.
# See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 39 4 2)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 7 0)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 39 5 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 8 0)
set(ENABLE_CREDENTIAL_STORAGE ON CACHE BOOL "Whether or not to enable support for credential storage using libsecret.")
set(ENABLE_GTKDOC OFF CACHE BOOL "Whether or not to use generate gtkdoc.")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes