Title: [227515] releases/WebKitGTK/webkit-2.18
Revision
227515
Author
carlo...@webkit.org
Date
2018-01-24 03:05:44 -0800 (Wed, 24 Jan 2018)

Log Message

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

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.18.6.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.18/ChangeLog (227514 => 227515)


--- releases/WebKitGTK/webkit-2.18/ChangeLog	2018-01-24 11:05:37 UTC (rev 227514)
+++ releases/WebKitGTK/webkit-2.18/ChangeLog	2018-01-24 11:05:44 UTC (rev 227515)
@@ -1,3 +1,9 @@
+2018-01-24  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.6 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2018-01-10  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.5 release.

Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog (227514 => 227515)


--- releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog	2018-01-24 11:05:37 UTC (rev 227514)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog	2018-01-24 11:05:44 UTC (rev 227515)
@@ -1,5 +1,11 @@
 2018-01-24  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.6 release.
+
+        * gtk/NEWS: Add release notes for 2.18.6.
+
+2018-01-24  Carlos Garcia Campos  <cgar...@igalia.com>
+
         Unreviewed. Disable the WebProcess memory monitor in 32 bits.
 
         * WebProcess/WebProcess.cpp:

Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS (227514 => 227515)


--- releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS	2018-01-24 11:05:37 UTC (rev 227514)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS	2018-01-24 11:05:44 UTC (rev 227515)
@@ -1,8 +1,19 @@
 ==================
+WebKitGTK+  2.18.6
+==================
+
+What's new in WebKitGTK+ 2.18.6?
+
+  - Fix deadlock in GStreamer video sink during shutdown when accelerated compositing is disabled.
+  - Several fixes and improvements in WebDriver.
+  - Security fixes: CVE-2018-4088, CVE-2017-13885, CVE-2017-7165, CVE-2017-13884, CVE-2017-7160,
+    CVE-2017-7153, CVE-2017-7153, CVE-2017-7161, CVE-2018-4096.
+
+==================
 WebKitGTK+  2.18.5
 ==================
 
-What's new in WebKitGTK+ 2.18.4?
+What's new in WebKitGTK+ 2.18.5?
 
   - Disable SharedArrayBuffers from Web API.
   - Reduce the precision of "high" resolution time to 1ms.

Modified: releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake (227514 => 227515)


--- releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake	2018-01-24 11:05:37 UTC (rev 227514)
+++ releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake	2018-01-24 11:05:44 UTC (rev 227515)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 18 5)
+SET_PROJECT_VERSION(2 18 6)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 8 24)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 14 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 9 24)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 15 6)
 
 # 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