Title: [231435] releases/WebKitGTK/webkit-2.20
- Revision
- 231435
- Author
- [email protected]
- Date
- 2018-05-07 03:49:10 -0700 (Mon, 07 May 2018)
Log Message
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.2 release.
.:
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Source/WebKit:
* gtk/NEWS: Add release notes for 2.20.2.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.20/ChangeLog (231434 => 231435)
--- releases/WebKitGTK/webkit-2.20/ChangeLog 2018-05-07 10:07:31 UTC (rev 231434)
+++ releases/WebKitGTK/webkit-2.20/ChangeLog 2018-05-07 10:49:10 UTC (rev 231435)
@@ -1,3 +1,9 @@
+2018-05-07 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.2 release.
+
+ * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
2018-04-20 Carlos Garcia Campos <[email protected]>
[GTK] Local cross references are broken in API documentation
Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog (231434 => 231435)
--- releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog 2018-05-07 10:07:31 UTC (rev 231434)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog 2018-05-07 10:49:10 UTC (rev 231435)
@@ -1,3 +1,9 @@
+2018-05-07 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.2 release.
+
+ * gtk/NEWS: Add release notes for 2.20.2.
+
2018-05-04 Carlos Garcia Campos <[email protected]>
[GTK] Epiphany (GNOME Web) says "Error downloading: Service Unavailable." when trying to download an image from discogs.com
Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS (231434 => 231435)
--- releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS 2018-05-07 10:07:31 UTC (rev 231434)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS 2018-05-07 10:49:10 UTC (rev 231435)
@@ -1,4 +1,20 @@
==================
+WebKitGTK+ 2.20.2
+==================
+
+What's new in WebKitGTK+ 2.20.2?
+
+ - Do TLS error checking on GTlsConnection::accept-certificate to finish the load earlier in case of errors.
+ - Properly close the connection to the nested wayland compositor in the Web Process.
+ - Avoid painting backing stores for zero-opacity layers.
+ - Fix downloads started by context menu failing in some websites due to missing user agent HTTP header.
+ - Fix video unpause when GStreamerGL is disabled.
+ - Fix several GObject introspection annotations.
+ - Update user agent quiks to fix Outlook.com and Chase.com.
+ - Fix several crashes and rendering issues.
+ - Security fixes: CVE-2018-4200.
+
+==================
WebKitGTK+ 2.20.1
==================
Modified: releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake (231434 => 231435)
--- releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake 2018-05-07 10:07:31 UTC (rev 231434)
+++ releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake 2018-05-07 10:49:10 UTC (rev 231435)
@@ -1,11 +1,11 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 20 1)
+SET_PROJECT_VERSION(2 20 2)
set(WEBKITGTK_API_VERSION 4.0)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 65 1 28)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 9 7)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 65 2 28)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 10 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