Title: [195669] releases/WebKitGTK/webkit-2.10
Revision
195669
Author
[email protected]
Date
2016-01-27 06:17:38 -0800 (Wed, 27 Jan 2016)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.6 release.

.:

* Source/cmake/OptionsGTK.cmake: Bump version numbers.

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.10.6

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.10/ChangeLog (195668 => 195669)


--- releases/WebKitGTK/webkit-2.10/ChangeLog	2016-01-27 13:40:50 UTC (rev 195668)
+++ releases/WebKitGTK/webkit-2.10/ChangeLog	2016-01-27 14:17:38 UTC (rev 195669)
@@ -1,3 +1,9 @@
+2016-01-27  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.6 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2016-01-20  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.5 release.

Modified: releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog (195668 => 195669)


--- releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog	2016-01-27 13:40:50 UTC (rev 195668)
+++ releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog	2016-01-27 14:17:38 UTC (rev 195669)
@@ -1,3 +1,9 @@
+2016-01-27  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.6 release.
+
+        * gtk/NEWS: Add release notes for 2.10.6
+
 2016-01-26  Mario Sanchez Prada  <[email protected]>
 
         [GTK] WebProcess crashes when quickly attempting many DnD operations

Modified: releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS (195668 => 195669)


--- releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS	2016-01-27 13:40:50 UTC (rev 195668)
+++ releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS	2016-01-27 14:17:38 UTC (rev 195669)
@@ -1,4 +1,15 @@
 =================
+WebKitGTK+ 2.10.6
+=================
+
+What's new in WebKitGTK+ 2.10.6?
+
+  - Fix a deadlock in the Web Process when _javascript_ garbage collector was running for a web worker
+    thread that made google maps to hang.
+  - Fix media controls displaying without controls attribute.
+  - Fix a Web Process crash when quickly attempting many DnD operations.
+
+=================
 WebKitGTK+ 2.10.5
 =================
 

Modified: releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake (195668 => 195669)


--- releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake	2016-01-27 13:40:50 UTC (rev 195668)
+++ releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake	2016-01-27 14:17:38 UTC (rev 195669)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 10)
-set(PROJECT_VERSION_MICRO 5)
+set(PROJECT_VERSION_MICRO 6)
 set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
 set(WEBKITGTK_API_VERSION 4.0)
 
@@ -15,8 +15,8 @@
 
 # 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 48 8 11)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 13 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 48 9 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 14 2)
 
 # These are shared variables, but we special case their definition so that we can use the
 # CMAKE_INSTALL_* variables that are populated by the GNUInstallDirs macro.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to