-
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
39 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,39 @@ | ||
--- | ||
layout: post | ||
title: "WPE WebKit 2.46.1 released" | ||
tags: [release, stable] | ||
package: wpewebkit | ||
version: 2.46.1 | ||
permalink: /release/wpewebkit-2.46.1.html | ||
--- | ||
|
||
This is the first bug fix release in the stable 2.46 series. | ||
|
||
### What's new in WPE WebKit 2.46.1? | ||
|
||
- Use the Skia CPU renderer by default, which at the moment performs better | ||
in a number of embedded devices. The GPU renderer is still available and | ||
may be enabled by setting `WEBKIT_SKIA_ENABLE_CPU_RENDERING=0` in the | ||
environment. | ||
- Add an `ENABLE_WPE_PLATFORM` build option to CMake. This is disabled by | ||
default because the WPEPlatform API is in development and provided as | ||
part of the 2.46.x releases as a preview feature. | ||
- Fix login QR code not shown in WhatsApp web. | ||
- Fix processes not spawning when process startup is customized using | ||
the `wpe_process_provider` API from `libwpe`. | ||
- Fix mouse simulation with WebDriver when using a classic WPE backend | ||
through `libwpe`. | ||
- Disable DMABuf video sink by default to prevent file descriptor leaks. | ||
- Fix building the MiniBrowser. | ||
- Fix the build with `libsysprof-capture` version 44 and older. | ||
- Fix the build with GCC 13. | ||
- Fix several crashes and rendering issues. | ||
|
||
#### Checksums | ||
|
||
<pre> | ||
wpewebkit-2.46.1.tar.xz (38.8 MiB) | ||
md5sum: eec67852662a3498680f72041120fc11 | ||
sha1sum: c6458e1aefb74a2609ae0fe4e2d6eab0bf703065 | ||
sha256sum: 1e0aaf870f36001c42b1ce5a2027b4101bed878746e437cc6d6fed0693afe9ad | ||
</pre> |