Title: [246547] trunk
Revision
246547
Author
ape...@igalia.com
Date
2019-06-18 10:19:59 -0700 (Tue, 18 Jun 2019)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.25.1

Modified Paths

Diff

Modified: trunk/ChangeLog (246546 => 246547)


--- trunk/ChangeLog	2019-06-18 17:02:06 UTC (rev 246546)
+++ trunk/ChangeLog	2019-06-18 17:19:59 UTC (rev 246547)
@@ -1,3 +1,9 @@
+2019-06-18  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.25.1 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2019-06-17  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.25.2 release

Modified: trunk/Source/WebKit/ChangeLog (246546 => 246547)


--- trunk/Source/WebKit/ChangeLog	2019-06-18 17:02:06 UTC (rev 246546)
+++ trunk/Source/WebKit/ChangeLog	2019-06-18 17:19:59 UTC (rev 246547)
@@ -1,3 +1,9 @@
+2019-06-18  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.25.1 release
+
+        * wpe/NEWS: Add release notes for 2.25.1
+
 2019-06-18  Tim Horton  <timothy_hor...@apple.com>
 
         Expose DataDetectors context generation on WKContentViewInteraction

Modified: trunk/Source/WebKit/wpe/NEWS (246546 => 246547)


--- trunk/Source/WebKit/wpe/NEWS	2019-06-18 17:02:06 UTC (rev 246546)
+++ trunk/Source/WebKit/wpe/NEWS	2019-06-18 17:19:59 UTC (rev 246547)
@@ -1,3 +1,20 @@
+=================
+WPE WebKit 2.25.1
+=================
+
+  - Enable process switch on cross site navigation.
+  - Fix rendering artifacts in youtube volume button.
+  - Fix trapezoid artifact in github comment box.
+  - Enable hyperlink auditing setting by default.
+  - Fix HLS streams being slow to start.
+  - Add support for subprocess sandboxing.
+  - Add API to get the web process unique identifier of a WebKitFrame.
+  - Add WebKitWebPage::did-associate-form-controls-for-frame signal and deprecate did-associate-form-controls.
+  - Implement AtkComponentIface scroll_to methods.
+  - Fix touch capabilities detection for websites checking touch events properties present in window or pointer media queries.
+  - Fix several crashes and rendering issues.
+
+
 ==================
 WPE WebKit 2.21.91
 ==================

Modified: trunk/Source/cmake/OptionsWPE.cmake (246546 => 246547)


--- trunk/Source/cmake/OptionsWPE.cmake	2019-06-18 17:02:06 UTC (rev 246546)
+++ trunk/Source/cmake/OptionsWPE.cmake	2019-06-18 17:19:59 UTC (rev 246547)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 25 0)
+SET_PROJECT_VERSION(2 25 1)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 6 0 3)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 7 0 4)
 
 # 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