Title: [234589] releases/WebKitGTK/webkit-2.20
Revision
234589
Author
[email protected]
Date
2018-08-06 01:13:47 -0700 (Mon, 06 Aug 2018)

Log Message

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

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.20.4.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.20/ChangeLog (234588 => 234589)


--- releases/WebKitGTK/webkit-2.20/ChangeLog	2018-08-06 07:59:13 UTC (rev 234588)
+++ releases/WebKitGTK/webkit-2.20/ChangeLog	2018-08-06 08:13:47 UTC (rev 234589)
@@ -1,3 +1,9 @@
+2018-08-06  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.4 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2018-06-11  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.3 release.

Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog (234588 => 234589)


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-08-06 07:59:13 UTC (rev 234588)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-08-06 08:13:47 UTC (rev 234589)
@@ -1,3 +1,9 @@
+2018-08-06  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.4 release.
+
+        * gtk/NEWS: Add release notes for 2.20.4.
+
 2018-06-29  Miguel Gomez  <[email protected]>
 
         [WPE] Some frames are dropped when using rAF to animate an element

Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS (234588 => 234589)


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS	2018-08-06 07:59:13 UTC (rev 234588)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS	2018-08-06 08:13:47 UTC (rev 234589)
@@ -1,4 +1,15 @@
 ==================
+WebKitGTK+  2.20.4
+==================
+
+What's new in WebKitGTK+ 2.20.4?
+
+  - Fix a crash when leaving accelerated compositing mode.
+  - Fix non-deterministic build failure due to missing _javascript_Core/JSContextRef.h.
+  - Security fixes: CVE-2018-4261, CVE-2018-4262, CVE-2018-4263, CVE-2018-4264, CVE-2018-4265, CVE-2018-4266,
+    CVE-2018-4267, CVE-2018-4270, CVE-2018-4272, CVE-2018-4273, CVE-2018-4278, CVE-2018-4284.
+
+==================
 WebKitGTK+  2.20.3
 ==================
 

Modified: releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake (234588 => 234589)


--- releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake	2018-08-06 07:59:13 UTC (rev 234588)
+++ releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake	2018-08-06 08:13:47 UTC (rev 234589)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 20 3)
+SET_PROJECT_VERSION(2 20 4)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 65 3 28)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 11 7)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 65 4 28)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 12 7)
 
 # 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