Title: [198322] releases/WebKitGTK/webkit-2.10
- Revision
- 198322
- Author
- [email protected]
- Date
- 2016-03-17 00:45:00 -0700 (Thu, 17 Mar 2016)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.9 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.10.9
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.10/ChangeLog (198321 => 198322)
--- releases/WebKitGTK/webkit-2.10/ChangeLog 2016-03-17 07:44:44 UTC (rev 198321)
+++ releases/WebKitGTK/webkit-2.10/ChangeLog 2016-03-17 07:45:00 UTC (rev 198322)
@@ -1,3 +1,9 @@
+2016-03-17 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.9 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2016-03-11 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.8 release.
Modified: releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog (198321 => 198322)
--- releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog 2016-03-17 07:44:44 UTC (rev 198321)
+++ releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog 2016-03-17 07:45:00 UTC (rev 198322)
@@ -1,3 +1,9 @@
+2016-03-17 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.9 release.
+
+ * gtk/NEWS: Add release notes for 2.10.9
+
2016-02-12 Carlos Alberto Lopez Perez <[email protected]>
[GTK] Allow applications to disable Accelerated Compositing mode.
Modified: releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS (198321 => 198322)
--- releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS 2016-03-17 07:44:44 UTC (rev 198321)
+++ releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS 2016-03-17 07:45:00 UTC (rev 198322)
@@ -1,4 +1,15 @@
=================
+WebKitGTK+ 2.10.9
+=================
+
+What's new in WebKitGTK+ 2.10.9?
+
+ - Revert the patch to limit the number of tiles according to the visible area introduced in 2.10.8,
+ because it caused rendering issues in several popular websites.
+ - Fix the build with musl libc library.
+ - Fix the build with clang-3.8.
+
+=================
WebKitGTK+ 2.10.8
=================
Modified: releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake (198321 => 198322)
--- releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake 2016-03-17 07:44:44 UTC (rev 198321)
+++ releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake 2016-03-17 07:45:00 UTC (rev 198322)
@@ -2,7 +2,7 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 10)
-set(PROJECT_VERSION_MICRO 8)
+set(PROJECT_VERSION_MICRO 9)
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 11 11)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 16 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 48 12 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 17 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