Title: [198280] releases/WebKitGTK/webkit-2.12
- Revision
- 198280
- Author
- [email protected]
- Date
- 2016-03-16 08:16:50 -0700 (Wed, 16 Mar 2016)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.92 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.11.92.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.12/ChangeLog (198279 => 198280)
--- releases/WebKitGTK/webkit-2.12/ChangeLog 2016-03-16 15:16:37 UTC (rev 198279)
+++ releases/WebKitGTK/webkit-2.12/ChangeLog 2016-03-16 15:16:50 UTC (rev 198280)
@@ -1,3 +1,9 @@
+2016-03-16 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.92 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2016-03-12 Jeremy Huddleston Sequoia <[email protected]>
[GTK][Mac] Don't force ENABLE_INTROSPECTION=OFF on Mac
Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog (198279 => 198280)
--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog 2016-03-16 15:16:37 UTC (rev 198279)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog 2016-03-16 15:16:50 UTC (rev 198280)
@@ -1,3 +1,9 @@
+2016-03-16 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.92 release.
+
+ * gtk/NEWS: Add release notes for 2.11.92.
+
2016-03-16 Commit Queue <[email protected]>
Unreviewed, rolling out r196803.
Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS (198279 => 198280)
--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS 2016-03-16 15:16:37 UTC (rev 198279)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS 2016-03-16 15:16:50 UTC (rev 198280)
@@ -1,4 +1,20 @@
==================
+WebKitGTK+ 2.11.92
+==================
+
+What's new in WebKitGTK+ 2.11.92?
+
+ - Revert the patch to limit the number of tiles according to the visible area introduced in 2.11.90,
+ because it caused rendering issues in several popular websites.
+ - Fix scrollbars rendering again with GTK+ >= 3.19.11.
+ - Fix rendering of slider input elements.
+ - Fix rendering artifacts when using a web view background color.
+ - Make webkit_web_context_clear_cache() work again.
+ - Fix smooth scrolling behavior that was changed by mistake.
+ - Don't force ENABLE_INTROSPECTION=OFF on Mac.
+ - Install WebProcess and NetworkProcess on OSX when not building the Mac port.
+
+==================
WebKitGTK+ 2.11.91
==================
Modified: releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake (198279 => 198280)
--- releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake 2016-03-16 15:16:37 UTC (rev 198279)
+++ releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake 2016-03-16 15:16:50 UTC (rev 198280)
@@ -2,7 +2,7 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 11)
-set(PROJECT_VERSION_MICRO 91)
+set(PROJECT_VERSION_MICRO 92)
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 50 4 13)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 6 3)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 5 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 7 3)
# 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