Skip to content

Commit

Permalink
Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.25.91 release
Browse files Browse the repository at this point in the history
.:

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

Source/WebKit:

* wpe/NEWS: Add release notes for 2.25.91.
  • Loading branch information
aperezdc committed Sep 9, 2019
1 parent 863f08f commit 49c4b95
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2019-09-09 Adrian Perez de Castro <aperez@igalia.com>

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 <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.0 release
Expand Down
6 changes: 6 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,9 @@
2019-09-09 Adrian Perez de Castro <aperez@igalia.com>

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 <cgarcia@igalia.com>

Unreviewed. Update OptionsGTK.cmake and NEWS for 2.26.0 release
Expand Down
24 changes: 24 additions & 0 deletions Source/WebKit/wpe/NEWS
@@ -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
=================
Expand Down
4 changes: 2 additions & 2 deletions Source/cmake/OptionsWPE.cmake
@@ -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.
Expand Down

0 comments on commit 49c4b95

Please sign in to comment.