Title: [226706] releases/WebKitGTK/webkit-2.18
Revision
226706
Author
[email protected]
Date
2018-01-10 02:43:40 -0800 (Wed, 10 Jan 2018)

Log Message

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

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.18.5.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.18/ChangeLog (226705 => 226706)


--- releases/WebKitGTK/webkit-2.18/ChangeLog	2018-01-10 10:16:40 UTC (rev 226705)
+++ releases/WebKitGTK/webkit-2.18/ChangeLog	2018-01-10 10:43:40 UTC (rev 226706)
@@ -1,3 +1,9 @@
+2018-01-10  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.5 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2017-12-19  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.4 release.

Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog (226705 => 226706)


--- releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog	2018-01-10 10:16:40 UTC (rev 226705)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog	2018-01-10 10:43:40 UTC (rev 226706)
@@ -1,3 +1,9 @@
+2018-01-10  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.5 release.
+
+        * gtk/NEWS: Add release notes for 2.18.5.
+
 2017-12-18  Carlos Garcia Campos  <[email protected]>
 
         [GTK][WPE] Enable WebProcess memory monitor

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


--- releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS	2018-01-10 10:16:40 UTC (rev 226705)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS	2018-01-10 10:43:40 UTC (rev 226706)
@@ -1,4 +1,15 @@
 ==================
+WebKitGTK+  2.18.5
+==================
+
+What's new in WebKitGTK+ 2.18.4?
+
+  - Disable SharedArrayBuffers from Web API.
+  - Reduce the precision of "high" resolution time to 1ms.
+  - Fix API documentation generation with newer gtk-doc.
+  - Security fixes: includes improvements to mitigate the effects of Spectre (CVE-2017-5753 and CVE-2017-5715).
+
+==================
 WebKitGTK+  2.18.4
 ==================
 

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


--- releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake	2018-01-10 10:16:40 UTC (rev 226705)
+++ releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake	2018-01-10 10:43:40 UTC (rev 226706)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 18 4)
+SET_PROJECT_VERSION(2 18 5)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 7 24)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 13 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 8 24)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 14 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