Title: [176012] releases/WebKitGTK/webkit-2.6
- Revision
- 176012
- Author
- [email protected]
- Date
- 2014-11-12 00:39:03 -0800 (Wed, 12 Nov 2014)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.3 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.6.3.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.6/ChangeLog (176011 => 176012)
--- releases/WebKitGTK/webkit-2.6/ChangeLog 2014-11-12 08:25:05 UTC (rev 176011)
+++ releases/WebKitGTK/webkit-2.6/ChangeLog 2014-11-12 08:39:03 UTC (rev 176012)
@@ -1,3 +1,9 @@
+2014-11-12 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.3 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2014-10-29 Raphael Kubo da Costa <[email protected]>
[GTK] Bump libsoup's minimum version to 2.42.0.
Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog (176011 => 176012)
--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog 2014-11-12 08:25:05 UTC (rev 176011)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/ChangeLog 2014-11-12 08:39:03 UTC (rev 176012)
@@ -1,3 +1,9 @@
+2014-11-12 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.6.3 release.
+
+ * gtk/NEWS: Add release notes for 2.6.3.
+
2014-11-06 Alberto Garcia <[email protected]>
[GTK] [Stable] webkitgtk 2.6.1 fails to load flashplugin
Modified: releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS (176011 => 176012)
--- releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS 2014-11-12 08:25:05 UTC (rev 176011)
+++ releases/WebKitGTK/webkit-2.6/Source/WebKit2/gtk/NEWS 2014-11-12 08:39:03 UTC (rev 176012)
@@ -1,4 +1,22 @@
=================
+WebKitGTK+ 2.6.3
+=================
+
+What's new in WebKitGTK+ 2.6.3?
+
+ - Fix a crash when loading flash plugins.
+ - Correctly report the memory used by the media player to the
+ garbage collector to make sure it's freed when the video element is
+ removed from the DOM.
+ - Fix a crash in TextureMapper when video resolution changes.
+ - Ensure that CSS-generated text content is exposed to assistive
+ technologies.
+ - Enable CSS_IMAGE_SET on production builds to fix some icons that
+ are not rendered in the web inspector.
+ - Fix the build on FreeBSD and GNU Hurd.
+ - Fix the build with video disabled.
+
+=================
WebKitGTK+ 2.6.2
=================
Modified: releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake (176011 => 176012)
--- releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake 2014-11-12 08:25:05 UTC (rev 176011)
+++ releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake 2014-11-12 08:39:03 UTC (rev 176012)
@@ -2,14 +2,14 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 6)
-set(PROJECT_VERSION_MICRO 2)
+set(PROJECT_VERSION_MICRO 3)
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 3 2)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 6 0)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 39 4 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 18 7 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