Title: [250718] trunk
Revision
250718
Author
carlo...@webkit.org
Date
2019-10-04 07:13:50 -0700 (Fri, 04 Oct 2019)

Log Message

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.1 release

.:

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

Source/WebKit:

* gtk/NEWS: Add release notes for 2.27.1.

Modified Paths

Diff

Modified: trunk/ChangeLog (250717 => 250718)


--- trunk/ChangeLog	2019-10-04 13:39:21 UTC (rev 250717)
+++ trunk/ChangeLog	2019-10-04 14:13:50 UTC (rev 250718)
@@ -1,3 +1,9 @@
+2019-10-04  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.1 release
+
+        * Source/cmake/OptionsGTK.cmake: Bump version numbers.
+
 2019-10-02  Alex Christensen  <achristen...@webkit.org>
 
         CMake-built WebKit.framework should launch XPC services successfully

Modified: trunk/Source/WebKit/ChangeLog (250717 => 250718)


--- trunk/Source/WebKit/ChangeLog	2019-10-04 13:39:21 UTC (rev 250717)
+++ trunk/Source/WebKit/ChangeLog	2019-10-04 14:13:50 UTC (rev 250718)
@@ -1,5 +1,11 @@
 2019-10-04  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.1 release
+
+        * gtk/NEWS: Add release notes for 2.27.1.
+
+2019-10-04  Carlos Garcia Campos  <cgar...@igalia.com>
+
         [GTK] Crash in WebChromeClient::createDisplayRefreshMonitor
         https://bugs.webkit.org/show_bug.cgi?id=202551
 

Modified: trunk/Source/WebKit/gtk/NEWS (250717 => 250718)


--- trunk/Source/WebKit/gtk/NEWS	2019-10-04 13:39:21 UTC (rev 250717)
+++ trunk/Source/WebKit/gtk/NEWS	2019-10-04 14:13:50 UTC (rev 250718)
@@ -1,4 +1,17 @@
 ================
+WebKitGTK 2.27.1
+================
+
+What's new in WebKitGTK+ 2.27.1?
+
+  - Enable async scrolling when accelerating compositing policy is 'always'.
+  - Add about:gpu to show information about the graphics stack.
+  - Add API to enable Process Swap on (Cross-site) Navigation, that is now disabled by default.
+  - Add WebKitWebView:page-id property.
+  - Improve swipe navigation gesture style.
+  - Fix several crashes and rendering issues.
+
+================
 WebKitGTK 2.25.4
 ================
 

Modified: trunk/Source/cmake/OptionsGTK.cmake (250717 => 250718)


--- trunk/Source/cmake/OptionsGTK.cmake	2019-10-04 13:39:21 UTC (rev 250717)
+++ trunk/Source/cmake/OptionsGTK.cmake	2019-10-04 14:13:50 UTC (rev 250718)
@@ -1,7 +1,7 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 27 0)
+SET_PROJECT_VERSION(2 27 1)
 set(WEBKITGTK_API_VERSION 4.0)
 
 CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 77 0 40)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to