Title: [198008] releases/WebKitGTK/webkit-2.10
Revision
198008
Author
[email protected]
Date
2016-03-11 04:58:54 -0800 (Fri, 11 Mar 2016)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.10.8

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.10/ChangeLog (198007 => 198008)


--- releases/WebKitGTK/webkit-2.10/ChangeLog	2016-03-11 12:58:41 UTC (rev 198007)
+++ releases/WebKitGTK/webkit-2.10/ChangeLog	2016-03-11 12:58:54 UTC (rev 198008)
@@ -1,3 +1,9 @@
+2016-03-11  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.8 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2016-01-29  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.7 release.

Modified: releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog (198007 => 198008)


--- releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog	2016-03-11 12:58:41 UTC (rev 198007)
+++ releases/WebKitGTK/webkit-2.10/Source/WebKit2/ChangeLog	2016-03-11 12:58:54 UTC (rev 198008)
@@ -1,3 +1,9 @@
+2016-03-11  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.10.8 release.
+
+        * gtk/NEWS: Add release notes for 2.10.8
+
 2016-03-09  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Artifacts when using web view background color

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


--- releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS	2016-03-11 12:58:41 UTC (rev 198007)
+++ releases/WebKitGTK/webkit-2.10/Source/WebKit2/gtk/NEWS	2016-03-11 12:58:54 UTC (rev 198008)
@@ -1,4 +1,21 @@
 =================
+WebKitGTK+ 2.10.8
+=================
+
+What's new in WebKitGTK+ 2.10.8?
+
+  - Limit the number of tiles according to the visible area. This was causing a huge memory
+    consumption with some websites.
+  - Fix flickering and rendering artifacts when entering accelerated compositing mode
+    before the web view is realized.
+  - Fix rendering of form controls and scrollbars with GTK+ >= 3.19.
+  - Fix HTTP authentication dialog rendering when accelerated compositing mode is enabled.
+  - Fix rendering artifacts when using a web view background color.
+  - Fix a crash when creating a WebKitWebView without providing a WebKitWebContext.
+  - Fix several crashes and rendering issues.
+  - Security fixes: CVE-2016-1726.
+
+=================
 WebKitGTK+ 2.10.7
 =================
 

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


--- releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake	2016-03-11 12:58:41 UTC (rev 198007)
+++ releases/WebKitGTK/webkit-2.10/Source/cmake/OptionsGTK.cmake	2016-03-11 12:58:54 UTC (rev 198008)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 10)
-set(PROJECT_VERSION_MICRO 7)
+set(PROJECT_VERSION_MICRO 8)
 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 10 11)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 15 2)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 48 11 11)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 20 16 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