-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
layout: post | ||
title: "WPE WebKit 2.45.90 released" | ||
tags: [release, unstable] | ||
package: wpewebkit | ||
version: 2.45.90 | ||
permalink: /release/wpewebkit-2.45.90.html | ||
--- | ||
|
||
This is a development release leading towards the 2.46 series. | ||
|
||
### What's new in WPE WebKit 2.45.90? | ||
|
||
- Add explicit fencing support when available. | ||
- Add new API to `WebKitAutomationSession` to be notified when the session is | ||
about to be closed. | ||
- Add `webkit://gpu/stdout` to dump the information from `webkit://gpu` to | ||
standard output stream. | ||
- Add signposts to allow observing graphics tile rendering in Sysprof. | ||
- Add quirk to allow `totale.rosettastone.com` to load properly. | ||
- Undeprecate injected bundle frame access interfaces. | ||
- Use RGBA as the pixel format for texture backed `SkSurface`s. | ||
- Ensure that the `WPEMonitor` properties `width` and `height` are set at | ||
the same time. | ||
- Fix WebGL with accelerated compositing disabled. | ||
- Fix build with GStreamer versions < 1.22. | ||
- Fix connection to the accessibility bus under Flatpak. | ||
- Fix image filtering not being applied in some cases. | ||
- Fix linker relocation errors on `Debug`/`RelWithDebInfo` builds. | ||
- Fix the build in non-Linux systems. | ||
- Fix the build with `-DUSE_TEXTURE_MAPPER_DMABUF=OFF`. | ||
- Fix the build with Wayland and GBM disabled. | ||
- Fix several crashes and rendering issues. | ||
|
||
#### Checksums | ||
|
||
<pre> | ||
wpewebkit-2.45.90.tar.xz (38.7 MiB) | ||
md5sum: 0c0b921b2caf570ed0f805f742ff98b7 | ||
sha1sum: c4a6e60730f46221d16f86f4dfc95db0c0057076 | ||
sha256sum: 53e5050904618acff9cc3fd90a0d7aa7eb7a1cff1d93468d3dd0b4f68a2f03d9 | ||
</pre> |