Title: [250870] trunk
Revision
250870
Author
[email protected]
Date
2019-10-08 16:00:39 -0700 (Tue, 08 Oct 2019)

Log Message

Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.27.1 release

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.27.1

Modified Paths

Diff

Modified: trunk/ChangeLog (250869 => 250870)


--- trunk/ChangeLog	2019-10-08 22:30:21 UTC (rev 250869)
+++ trunk/ChangeLog	2019-10-08 23:00:39 UTC (rev 250870)
@@ -1,3 +1,9 @@
+2019-10-08  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.27.1 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2019-10-04  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.1 release

Modified: trunk/Source/WebKit/ChangeLog (250869 => 250870)


--- trunk/Source/WebKit/ChangeLog	2019-10-08 22:30:21 UTC (rev 250869)
+++ trunk/Source/WebKit/ChangeLog	2019-10-08 23:00:39 UTC (rev 250870)
@@ -1,3 +1,9 @@
+2019-10-08  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.27.1 release
+
+        * wpe/NEWS: Add release notes for 2.27.1
+
 2019-10-08  Kate Cheney  <[email protected]>
 
         Implement Telemetry and Dumping Routines for SQLite backend (195088)

Modified: trunk/Source/WebKit/wpe/NEWS (250869 => 250870)


--- trunk/Source/WebKit/wpe/NEWS	2019-10-08 22:30:21 UTC (rev 250869)
+++ trunk/Source/WebKit/wpe/NEWS	2019-10-08 23:00:39 UTC (rev 250870)
@@ -1,4 +1,16 @@
 =================
+WPE WebKit 2.27.1
+=================
+
+What's new in WPE WebKit 2.27.1?
+
+  - Enable asynchronous scrolling.
+  - Add about:gpu to show information about the graphics stack.
+  - Add WebKitWebView:page-id property.
+  - Fix the build with ENABLE_WEBDRIVER=OFF.
+  - Fix several crashes and rendering issues.
+
+=================
 WPE WebKit 2.25.1
 =================
 

Modified: trunk/Source/cmake/OptionsWPE.cmake (250869 => 250870)


--- trunk/Source/cmake/OptionsWPE.cmake	2019-10-08 22:30:21 UTC (rev 250869)
+++ trunk/Source/cmake/OptionsWPE.cmake	2019-10-08 23:00:39 UTC (rev 250870)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 27 0)
+SET_PROJECT_VERSION(2 27 1)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 9 0 6)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 9 1 6)
 
 # 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