Title: [226117] releases/WebKitGTK/webkit-2.18
Revision
226117
Author
[email protected]
Date
2017-12-19 01:23:26 -0800 (Tue, 19 Dec 2017)

Log Message

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

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.18.4.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.18/ChangeLog (226116 => 226117)


--- releases/WebKitGTK/webkit-2.18/ChangeLog	2017-12-19 08:17:33 UTC (rev 226116)
+++ releases/WebKitGTK/webkit-2.18/ChangeLog	2017-12-19 09:23:26 UTC (rev 226117)
@@ -1,3 +1,9 @@
+2017-12-19  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.4 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2017-11-27  Adrian Perez de Castro  <[email protected]>
 
         [CMake] Values of CMAKE_BUILD_TYPE from toolchain file are ignored

Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog (226116 => 226117)


--- releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog	2017-12-19 08:17:33 UTC (rev 226116)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog	2017-12-19 09:23:26 UTC (rev 226117)
@@ -1,3 +1,9 @@
+2017-12-19  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.4 release.
+
+        * gtk/NEWS: Add release notes for 2.18.4.
+
 2017-11-21  Carlos Garcia Campos  <[email protected]>
 
         [WPE] WPEWebProcess: Couldn't find current GLX or EGL context

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


--- releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS	2017-12-19 08:17:33 UTC (rev 226116)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS	2017-12-19 09:23:26 UTC (rev 226117)
@@ -1,4 +1,16 @@
 ==================
+WebKitGTK+  2.18.4
+==================
+
+What's new in WebKitGTK+ 2.18.4?
+
+  - Make WebDriver implementation more spec compliant.
+  - Fix a bug when trying to remove cookies before a web process is spawned.
+  - WebKitWebDriver process no longer links to libjavascriptcoregtk.
+  - Fix several memory leaks in GStreamer media backend.
+  - Security fixes: CVE-2017-13866, CVE-2017-13870, CVE-2017-7156, CVE-2017-13856.
+
+==================
 WebKitGTK+  2.18.3
 ==================
 

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


--- releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake	2017-12-19 08:17:33 UTC (rev 226116)
+++ releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake	2017-12-19 09:23:26 UTC (rev 226117)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 18 3)
+SET_PROJECT_VERSION(2 18 4)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 6 24)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 12 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 7 24)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 13 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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to