Title: [249660] releases/WebKitGTK/webkit-2.26
Revision
249660
Author
[email protected]
Date
2019-09-09 13:32:26 -0700 (Mon, 09 Sep 2019)

Log Message

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

.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.25.91.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.26/ChangeLog (249659 => 249660)


--- releases/WebKitGTK/webkit-2.26/ChangeLog	2019-09-09 20:29:32 UTC (rev 249659)
+++ releases/WebKitGTK/webkit-2.26/ChangeLog	2019-09-09 20:32:26 UTC (rev 249660)
@@ -1,3 +1,9 @@
+2019-09-09  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.25.91 release
+
+        * Source/cmake/OptionsWPE.cmake: Bump version numbers.
+
 2019-09-09  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.0 release

Modified: releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog (249659 => 249660)


--- releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog	2019-09-09 20:29:32 UTC (rev 249659)
+++ releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog	2019-09-09 20:32:26 UTC (rev 249660)
@@ -1,3 +1,9 @@
+2019-09-09  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.25.91 release
+
+        * wpe/NEWS: Add release notes for 2.25.91.
+
 2019-09-09  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.0 release

Modified: releases/WebKitGTK/webkit-2.26/Source/WebKit/wpe/NEWS (249659 => 249660)


--- releases/WebKitGTK/webkit-2.26/Source/WebKit/wpe/NEWS	2019-09-09 20:29:32 UTC (rev 249659)
+++ releases/WebKitGTK/webkit-2.26/Source/WebKit/wpe/NEWS	2019-09-09 20:32:26 UTC (rev 249660)
@@ -1,3 +1,27 @@
+==================
+WPE WebKit 2.25.91
+==================
+
+  - Do not enable the sandbox in Snap.
+  - Fix sandbox parsing DISPLAY on X11.
+  - Add WEBKIT_USE_SINGLE_WEB_PROCESS environment variable to force single process model in all WebKitWebContext.
+    This is a temporary solution for applications still depending on the single process mode behavior. It will be
+    only available in 2.26 series.
+  - Add new API to remove a filter from an user content manager given its identifier.
+  - Add support for HSTS.
+  - Several improvements and bug fixes in MSE media player.
+  - Switch to use libsoup WebSockets API.
+  - Add support for permessage-deflate WebSocket extension.
+  - Add user agent quirk to make github work in FreeBSD.
+  - Fix content disappearing when using CSS transforms.
+  - Fix building without unified sources.
+  - Fix web process deadlock when scrolling twitter timeline which contains HLS videos.
+  - Fix a crash with empty video source.
+  - Fix some radio streams that could not be played.
+  - Fix video pause that sometimes caused to skip to finish.
+  - Fix volume level changes when playing a video.
+  - Fix several crashes and rendering issues.
+
 =================
 WPE WebKit 2.25.1
 =================

Modified: releases/WebKitGTK/webkit-2.26/Source/cmake/OptionsWPE.cmake (249659 => 249660)


--- releases/WebKitGTK/webkit-2.26/Source/cmake/OptionsWPE.cmake	2019-09-09 20:29:32 UTC (rev 249659)
+++ releases/WebKitGTK/webkit-2.26/Source/cmake/OptionsWPE.cmake	2019-09-09 20:32:26 UTC (rev 249660)
@@ -1,10 +1,10 @@
 include(GNUInstallDirs)
 include(VersioningUtils)
 
-SET_PROJECT_VERSION(2 25 1)
+SET_PROJECT_VERSION(2 25 91)
 set(WPE_API_VERSION 1.0)
 
-CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 7 0 4)
+CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT 8 0 5)
 
 # 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