Title: [232196] trunk
- Revision
- 232196
- Author
- [email protected]
- Date
- 2018-05-25 12:14:35 -0700 (Fri, 25 May 2018)
Log Message
Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.2 release.
* Source/cmake/OptionsWPE.cmake: Bump version numbers.
* wpe/NEWS: Add release notes for the 2.21.2 release.
Modified Paths
Diff
Modified: trunk/ChangeLog (232195 => 232196)
--- trunk/ChangeLog 2018-05-25 19:12:54 UTC (rev 232195)
+++ trunk/ChangeLog 2018-05-25 19:14:35 UTC (rev 232196)
@@ -1,3 +1,9 @@
+2018-05-25 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsWPE.cmake and NEWS for 2.21.2 release.
+
+ * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
2018-05-22 Alberto Garcia <[email protected]>
[CMake] Properly detect compiler flags, needed libs, and fallbacks for usage of 64-bit atomic operations
Modified: trunk/Source/WebKit/ChangeLog (232195 => 232196)
--- trunk/Source/WebKit/ChangeLog 2018-05-25 19:12:54 UTC (rev 232195)
+++ trunk/Source/WebKit/ChangeLog 2018-05-25 19:14:35 UTC (rev 232196)
@@ -1,3 +1,9 @@
+2018-05-25 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed. Update OptionsGTK.cmake and NEWS for 2.21.2 release.
+
+ * wpe/NEWS: Add release notes for the 2.21.2 release.
+
2018-05-25 Chris Dumez <[email protected]>
Minor ApplicationCacheStorage clean up
Modified: trunk/Source/WebKit/wpe/NEWS (232195 => 232196)
--- trunk/Source/WebKit/wpe/NEWS 2018-05-25 19:12:54 UTC (rev 232195)
+++ trunk/Source/WebKit/wpe/NEWS 2018-05-25 19:14:35 UTC (rev 232196)
@@ -1,4 +1,18 @@
=================
+WPE WebKit 2.21.2
+=================
+
+What' new in WPE WebKit 2.21.2?
+
+ - Add initial support for the fullscreen Web API.
+ - Add initial implementation of WebDriver advance user interaction commands.
+ - Add introspectable alternatives for functions using vargars to _javascript_Core GLib API.
+ - Fix memory pressure monitor to reliably notify all subprocesses.
+ - Fix building with the Raspberry Pi userland GPU driver and certain versions of GStreamer-GL.
+ - Fix building with the ICU headers in a non-default directory.
+ - Fix several crashes and rendering issues.
+
+=================
WPE WebKit 2.21.1
=================
Modified: trunk/Source/cmake/OptionsWPE.cmake (232195 => 232196)
--- trunk/Source/cmake/OptionsWPE.cmake 2018-05-25 19:12:54 UTC (rev 232195)
+++ trunk/Source/cmake/OptionsWPE.cmake 2018-05-25 19:14:35 UTC (rev 232196)
@@ -1,10 +1,10 @@
include(GNUInstallDirs)
include(VersioningUtils)
-SET_PROJECT_VERSION(2 21 1)
+SET_PROJECT_VERSION(2 21 2)
set(WPE_API_VERSION 0.1)
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 2 0 0)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 3 0 1)
# 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