Title: [175026] releases/WebKitGTK/webkit-2.6
- Revision
- 175026
- Author
- [email protected]
- Date
- 2014-10-22 00:06:53 -0700 (Wed, 22 Oct 2014)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.2 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.6.2.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.6/ChangeLog (175025 => 175026)
--- releases/WebKitGTK/webkit-2.6/ChangeLog 2014-10-22 06:50:07 UTC (rev 175025)
+++ releases/WebKitGTK/webkit-2.6/ChangeLog 2014-10-22 07:06:53 UTC (rev 175026)
@@ -1,3 +1,9 @@
+2014-10-22 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.2 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2014-10-16 Carlos Garcia Campos <[email protected]>
REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog (175025 => 175026)
--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog 2014-10-22 06:50:07 UTC (rev 175025)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog 2014-10-22 07:06:53 UTC (rev 175026)
@@ -1,3 +1,9 @@
+2014-10-22 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.2 release.
+
+ * gtk/NEWS: Add release notes for 2.6.2.
+
2014-10-21 Michael Catanzaro <[email protected]>
[SOUP] Disable SSLv3
Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS (175025 => 175026)
--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS 2014-10-22 06:50:07 UTC (rev 175025)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS 2014-10-22 07:06:53 UTC (rev 175026)
@@ -1,4 +1,21 @@
=================
+WebKitGTK+ 2.6.2
+=================
+
+What's new in WebKitGTK+ 2.6.2?
+
+ - SSLv3 is now disabled to protect us against POODLE vulnerability.
+ - TLS errors are no longer ignored by default.
+ - Fix the remote web inspector.
+ - Fix rendering of buttons, selections and lists with recent GTK+
+ versions.
+ - Improve performance of timers scheduled after a delay in
+ microseconds.
+ - Fix WebKitSettings:enable-smooth-scrolling to actually enable
+ smooth scrolling.
+ - Fix the build with drag and drop support disabled.
+
+=================
WebKitGTK+ 2.6.1
=================
Modified: releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake (175025 => 175026)
--- releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake 2014-10-22 06:50:07 UTC (rev 175025)
+++ releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake 2014-10-22 07:06:53 UTC (rev 175026)
@@ -2,14 +2,14 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 6)
-set(PROJECT_VERSION_MICRO 1)
+set(PROJECT_VERSION_MICRO 2)
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 2 2)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 5 0)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 39 3 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 6 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