Title: [218589] releases/WebKitGTK/webkit-2.16
Revision
218589
Author
[email protected]
Date
2017-06-20 04:44:28 -0700 (Tue, 20 Jun 2017)

Log Message

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

.:

* Source/cmake/OptionsGTK.cmake:

Source/WebKit2:

* gtk/NEWS: Add release notes for 2.16.4.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.16/ChangeLog (218588 => 218589)


--- releases/WebKitGTK/webkit-2.16/ChangeLog	2017-06-20 11:38:49 UTC (rev 218588)
+++ releases/WebKitGTK/webkit-2.16/ChangeLog	2017-06-20 11:44:28 UTC (rev 218589)
@@ -1,3 +1,9 @@
+2017-06-20  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.16.4 release.
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2017-05-24  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.16.3 release.

Modified: releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog (218588 => 218589)


--- releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog	2017-06-20 11:38:49 UTC (rev 218588)
+++ releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog	2017-06-20 11:44:28 UTC (rev 218589)
@@ -1,3 +1,9 @@
+2017-06-20  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.16.4 release.
+
+        * gtk/NEWS: Add release notes for 2.16.4.
+
 2017-06-15  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Fix copy-paste error in GTK+ WEBKIT_JAVASCRIPT_ERROR definition.

Modified: releases/WebKitGTK/webkit-2.16/Source/WebKit2/gtk/NEWS (218588 => 218589)


--- releases/WebKitGTK/webkit-2.16/Source/WebKit2/gtk/NEWS	2017-06-20 11:38:49 UTC (rev 218588)
+++ releases/WebKitGTK/webkit-2.16/Source/WebKit2/gtk/NEWS	2017-06-20 11:44:28 UTC (rev 218589)
@@ -1,4 +1,15 @@
 ==================
+WebKitGTK+  2.16.4
+==================
+
+  - Fix web process deadlock when seeking youtube videos.
+  - Fix blob downloads.
+  - Improve theme rendering performance when using GTK+ >= 3.20.
+  - Fix positioning of popup menus in Wayland.
+  - Fix several crashes and rendering issues.
+  - Security fixes: CVE-2017-2538.
+
+==================
 WebKitGTK+  2.16.3
 ==================
 

Modified: releases/WebKitGTK/webkit-2.16/Source/cmake/OptionsGTK.cmake (218588 => 218589)


--- releases/WebKitGTK/webkit-2.16/Source/cmake/OptionsGTK.cmake	2017-06-20 11:38:49 UTC (rev 218588)
+++ releases/WebKitGTK/webkit-2.16/Source/cmake/OptionsGTK.cmake	2017-06-20 11:44:28 UTC (rev 218589)
@@ -2,7 +2,7 @@
 
 set(PROJECT_VERSION_MAJOR 2)
 set(PROJECT_VERSION_MINOR 16)
-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)
 
@@ -14,8 +14,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 56 6 19)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 10 5)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 56 7 19)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 23 11 5)
 
 # 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