Title: [252902] trunk
Revision
252902
Author
[email protected]
Date
2019-11-27 04:48:18 -0800 (Wed, 27 Nov 2019)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.27.3.

Modified Paths

Diff

Modified: trunk/ChangeLog (252901 => 252902)


--- trunk/ChangeLog	2019-11-27 12:44:20 UTC (rev 252901)
+++ trunk/ChangeLog	2019-11-27 12:48:18 UTC (rev 252902)
@@ -1,3 +1,9 @@
+2019-11-27  Alejandro G. Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.27.3 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2019-11-26  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.27.3 release

Modified: trunk/Source/WebKit/ChangeLog (252901 => 252902)


--- trunk/Source/WebKit/ChangeLog	2019-11-27 12:44:20 UTC (rev 252901)
+++ trunk/Source/WebKit/ChangeLog	2019-11-27 12:48:18 UTC (rev 252902)
@@ -1,3 +1,9 @@
+2019-11-27  Alejandro G. Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.27.3 release
+
+        * wpe/NEWS: Add release notes for 2.27.3.
+
 2019-11-27  Carlos Garcia Campos  <[email protected]>
 
         [GTK] WebDriver: moving toplevel windows is not supported under wayland

Modified: trunk/Source/WebKit/wpe/NEWS (252901 => 252902)


--- trunk/Source/WebKit/wpe/NEWS	2019-11-27 12:44:20 UTC (rev 252901)
+++ trunk/Source/WebKit/wpe/NEWS	2019-11-27 12:48:18 UTC (rev 252902)
@@ -1,3 +1,20 @@
+================
+WebKitGTK 2.27.3
+================
+
+What's new in WebKitGTK 2.27.3?
+
+  - Improve performance when falling back to system fonts.
+  - Stop using DBus for the remote inspector implementation to improve the performance of both
+    WebDriver and remote inspector.
+  - Implement support for new ARIA roles: code, strong, emphasis, generic.
+  - Fix handling of content type with new custom protocols implementation.
+  - Make image decoders fully thread safe.
+  - Add support for get page source command in WebDriver.
+  - Add support for network proxy capabilities in WebDriver.
+  - Add support for new window command in WebDriver.
+  - Fix several crashes and rendering issues.
+
 =================
 WPE WebKit 2.27.2
 =================

Modified: trunk/Source/cmake/OptionsWPE.cmake (252901 => 252902)


--- trunk/Source/cmake/OptionsWPE.cmake	2019-11-27 12:44:20 UTC (rev 252901)
+++ trunk/Source/cmake/OptionsWPE.cmake	2019-11-27 12:48:18 UTC (rev 252902)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 27 2)
+SET_PROJECT_VERSION(2 27 3)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 10 1 7)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 11 0 8)
 
 # 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