Title: [230477] releases/WebKitGTK/webkit-2.20
Revision
230477
Author
carlo...@webkit.org
Date
2018-04-10 01:42:51 -0700 (Tue, 10 Apr 2018)

Log Message

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

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.20.1.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.20/ChangeLog (230476 => 230477)


--- releases/WebKitGTK/webkit-2.20/ChangeLog	2018-04-10 08:10:52 UTC (rev 230476)
+++ releases/WebKitGTK/webkit-2.20/ChangeLog	2018-04-10 08:42:51 UTC (rev 230477)
@@ -1,3 +1,9 @@
+2018-04-10  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.1 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2018-03-22  Adrian Perez de Castro  <ape...@igalia.com>
 
         [WPE] Enable WOFF2 support

Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog (230476 => 230477)


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-04-10 08:10:52 UTC (rev 230476)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-04-10 08:42:51 UTC (rev 230477)
@@ -1,3 +1,9 @@
+2018-04-10  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.1 release.
+
+        * gtk/NEWS: Add release notes for 2.20.1.
+
 2018-04-09  Carlos Garcia Campos  <cgar...@igalia.com>
 
         REGRESSION(r222772): [GTK][WPE] WebProcess from WebKitGtk+ 2.19.9x SIGSEVs in WebKit::WebProcess::ensureNetworkProcessConnection() at Source/WebKit/WebProcess/WebProcess.cpp:1127

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


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS	2018-04-10 08:10:52 UTC (rev 230476)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS	2018-04-10 08:42:51 UTC (rev 230477)
@@ -1,4 +1,19 @@
 ==================
+WebKitGTK+  2.20.1
+==================
+
+What's new in WebKitGTK+ 2.20.1?
+
+  - Improve error message when Gigacage cannot allocate virtual memory.
+  - Add missing WebKitWebProcessEnumTypes.h to webkit-web-extension.h.
+  - Improve web process memory monitor thresholds.
+  - Fix a web process crash when the web view is created and destroyed quickly.
+  - Fix a network process crash when load is cancelled while searching for stored HTTP auth credentials.
+  - Fix the build when ENABLE_VIDEO, ENABLE_WEB_AUDIO and ENABLE_XSLT are disabled.
+  - Fix several crashes and rendering issues.
+  - Translation updates: Brazilian Portuguese, Czech.
+
+==================
 WebKitGTK+  2.20.0
 ==================
 

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


--- releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake	2018-04-10 08:10:52 UTC (rev 230476)
+++ releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake	2018-04-10 08:42:51 UTC (rev 230477)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 20 0)
+SET_PROJECT_VERSION(2 20 1)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 65 0 28)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 8 7)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 65 1 28)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 9 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to