Title: [229528] releases/WebKitGTK/webkit-2.20
Revision
229528
Author
carlo...@webkit.org
Date
2018-03-12 02:55:57 -0700 (Mon, 12 Mar 2018)

Log Message

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

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.20.0.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.20/ChangeLog (229527 => 229528)


--- releases/WebKitGTK/webkit-2.20/ChangeLog	2018-03-12 09:46:37 UTC (rev 229527)
+++ releases/WebKitGTK/webkit-2.20/ChangeLog	2018-03-12 09:55:57 UTC (rev 229528)
@@ -1,3 +1,9 @@
+2018-03-12  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.0 release.
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2018-03-06  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.92 release.

Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog (229527 => 229528)


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-03-12 09:46:37 UTC (rev 229527)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-03-12 09:55:57 UTC (rev 229528)
@@ -1,3 +1,9 @@
+2018-03-12  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.0 release.
+
+        * gtk/NEWS: Add release notes for 2.20.0.
+
 2018-03-09  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK] Do not use WebKitDOMHTMLFormElement as argument of signal WebKitWebPage::will-submit-form

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


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS	2018-03-12 09:46:37 UTC (rev 229527)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/gtk/NEWS	2018-03-12 09:55:57 UTC (rev 229528)
@@ -1,4 +1,15 @@
 ==================
+WebKitGTK+  2.20.0
+==================
+
+What's new in WebKitGTK+ 2.20.0?
+
+  - Remove resource load statistics API, it's not ready for stable yet.
+  - Make it possible to close the inspector when webkit_web_view_get_inspector() hasn't been called.
+  - Use WebKitDOMElement instead of WebKitDOMHTMLFormElement in paramater of signal WebKitWebPage::will-submit-form.
+  - Fix a crash when trying to disconnect the wayland connection.
+
+==================
 WebKitGTK+ 2.19.92
 ==================
 

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


--- releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake	2018-03-12 09:46:37 UTC (rev 229527)
+++ releases/WebKitGTK/webkit-2.20/Source/cmake/OptionsGTK.cmake	2018-03-12 09:55:57 UTC (rev 229528)
@@ -1,11 +1,11 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 19 92)
+SET_PROJECT_VERSION(2 20 0)
 set(WEBKITGTK_API_VERSION 4.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 64 5 27)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 7 7)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 65 0 28)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(_javascript_CORE 25 8 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