Title: [212105] releases/WebKitGTK/webkit-2.14
Revision
212105
Author
carlo...@webkit.org
Date
2017-02-10 01:46:27 -0800 (Fri, 10 Feb 2017)

Log Message

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

.:

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

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.14.4.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.14/ChangeLog (212104 => 212105)


--- releases/WebKitGTK/webkit-2.14/ChangeLog	2017-02-10 09:17:12 UTC (rev 212104)
+++ releases/WebKitGTK/webkit-2.14/ChangeLog	2017-02-10 09:46:27 UTC (rev 212105)
@@ -1,3 +1,9 @@
+2017-02-10  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.4 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2017-01-17  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.3 release.

Modified: releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog (212104 => 212105)


--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog	2017-02-10 09:17:12 UTC (rev 212104)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/ChangeLog	2017-02-10 09:46:27 UTC (rev 212105)
@@ -1,3 +1,9 @@
+2017-02-10  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.14.4 release.
+
+        * gtk/NEWS: Add release notes for 2.14.4.
+
 2017-02-09  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Fix GTK+ build with threaded compositor disabled.

Modified: releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS (212104 => 212105)


--- releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS	2017-02-10 09:17:12 UTC (rev 212104)
+++ releases/WebKitGTK/webkit-2.14/Source/WebKit2/gtk/NEWS	2017-02-10 09:46:27 UTC (rev 212105)
@@ -1,4 +1,25 @@
 ==================
+WebKitGTK+  2.14.4
+==================
+
+What's new in WebKitGTK+ 2.14.4?
+
+  - Make accelerating compositing mode on-demand again. By default it will only be used for websites
+    that require it, saving a lot of memory on websites that don't need it.
+  - Fix rendering issues in long documents with transparent background.
+  - Release unused UpdateAtlas and reduce the tile coverage on memory pressure.
+  - The media backend now stores preloaded media in /var/tmp instead of user cache dir.
+  - Make inspector work again when accelerated compositing support is disabled.
+  - Fix a deadlock when the media player is destroyed.
+  - Fix network process crashes when loading custom URI schemes.
+  - Fix overlay scrollbars that are over a subframe.
+  - Fix a crash in GraphicsContext3D::drawArrays when using OpenGL 3.2 core profile.
+  - Fix BadDamage X errors happening when resizing the WebView.
+  - Fix several crashes and rendering issues.
+  - Security fixes: CVE-2017-2365, CVE-2017-2366, CVE-2017-2373, CVE-2017-2363, CVE-2017-2362, CVE-2017-2350,
+    CVE-2017-2350, CVE-2017-2354, CVE-2017-2355, CVE-2017-2356, CVE-2017-2371, CVE-2017-2364, CVE-2017-2369.
+
+==================
 WebKitGTK+  2.14.3
 ==================
 

Modified: releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake (212104 => 212105)


--- releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake	2017-02-10 09:17:12 UTC (rev 212104)
+++ releases/WebKitGTK/webkit-2.14/Source/cmake/OptionsGTK.cmake	2017-02-10 09:46:27 UTC (rev 212105)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 14)
-set(PROJECT_VERSION_MICRO 3)
+set(PROJECT_VERSION_MICRO 4)
 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 51 10 14)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 10 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 51 11 14)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 22 11 4)
 
 # 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to