Title: [196817] releases/WebKitGTK/webkit-2.12
- Revision
- 196817
- Author
- [email protected]
- Date
- 2016-02-19 05:11:50 -0800 (Fri, 19 Feb 2016)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.90 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit2:
* gtk/NEWS: Add release notes for 2.11.90.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.12/ChangeLog (196816 => 196817)
--- releases/WebKitGTK/webkit-2.12/ChangeLog 2016-02-19 12:11:24 UTC (rev 196816)
+++ releases/WebKitGTK/webkit-2.12/ChangeLog 2016-02-19 13:11:50 UTC (rev 196817)
@@ -1,3 +1,9 @@
+2016-02-19 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.90 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2016-02-18 Philippe Normand <[email protected]>
[GStreamer] Bump internal jhbuild versions to 1.6.3
Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog (196816 => 196817)
--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog 2016-02-19 12:11:24 UTC (rev 196816)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog 2016-02-19 13:11:50 UTC (rev 196817)
@@ -1,3 +1,9 @@
+2016-02-19 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.90 release.
+
+ * gtk/NEWS: Add release notes for 2.11.90.
+
2016-02-18 Gwang Yoon Hwang <[email protected]>
[GTK] Limit the number of tiles according to the visible area
Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS (196816 => 196817)
--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS 2016-02-19 12:11:24 UTC (rev 196816)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/gtk/NEWS 2016-02-19 13:11:50 UTC (rev 196817)
@@ -1,3 +1,18 @@
+==================
+WebKitGTK+ 2.11.90
+==================
+
+What's new in WebKitGTK+ 2.11.90?
+
+ - Switch to use overlay scrollbars like all other GTK+ widgets and ensure the behavior
+ is consistent with GTK+ too.
+ - Limit the number of tiles according to the visible area. This was causing a huge memory
+ consumption with some websites.
+ - Fix toggle buttons rendering with GTK+ 3.19.
+ - Fix HTTP authentication dialog rendering when accelerated compositing mode is enabled.
+ - Use G_TYPE_ERROR instead of G_TYPE_POINTER for GError parameters of signals.
+ - Fix several memory leaks.
+
=================
WebKitGTK+ 2.11.5
=================
Modified: releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake (196816 => 196817)
--- releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake 2016-02-19 12:11:24 UTC (rev 196816)
+++ releases/WebKitGTK/webkit-2.12/Source/cmake/OptionsGTK.cmake 2016-02-19 13:11:50 UTC (rev 196817)
@@ -2,7 +2,7 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 11)
-set(PROJECT_VERSION_MICRO 5)
+set(PROJECT_VERSION_MICRO 90)
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 2 13)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 4 3)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 3 13)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 21 5 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