Title: [224678] releases/WebKitGTK/webkit-2.18
Revision
224678
Author
carlo...@webkit.org
Date
2017-11-10 05:34:23 -0800 (Fri, 10 Nov 2017)

Log Message

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

Modified Paths


Diff

Modified: releases/WebKitGTK/webkit-2.18/ChangeLog (224677 => 224678)


--- releases/WebKitGTK/webkit-2.18/ChangeLog	2017-11-10 13:03:51 UTC (rev 224677)
+++ releases/WebKitGTK/webkit-2.18/ChangeLog	2017-11-10 13:34:23 UTC (rev 224678)
@@ -1,3 +1,9 @@
+2017-11-10  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.3 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2017-10-27  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.2 release.

Modified: releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog (224677 => 224678)


--- releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog	2017-11-10 13:03:51 UTC (rev 224677)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/ChangeLog	2017-11-10 13:34:23 UTC (rev 224678)
@@ -1,3 +1,9 @@
+2017-11-10  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.3 release.
+
+        * gtk/NEWS: Add release notes for 2.18.3.
+
 2017-10-27  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.18.2 release.

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


--- releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS	2017-11-10 13:03:51 UTC (rev 224677)
+++ releases/WebKitGTK/webkit-2.18/Source/WebKit/gtk/NEWS	2017-11-10 13:34:23 UTC (rev 224678)
@@ -1,4 +1,14 @@
 ==================
+WebKitGTK+  2.18.3
+==================
+
+What's new in WebKitGTK+ 2.18.3?
+
+  - Improve calculation of font metrics to prevent scrollbars from being shown unnecessarily in some cases.
+  - Fix handling of null capabilities in WebDriver implementation.
+  - Security fixes: CVE-2017-13798, CVE-2017-13788, CVE-2017-13803.
+
+==================
 WebKitGTK+  2.18.2
 ==================
 

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


--- releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake	2017-11-10 13:03:51 UTC (rev 224677)
+++ releases/WebKitGTK/webkit-2.18/Source/cmake/OptionsGTK.cmake	2017-11-10 13:34:23 UTC (rev 224678)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 18 2)
+SET_PROJECT_VERSION(2 18 3)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 5 24)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 11 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 61 6 24)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 24 12 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