Skip to content

Commit

Permalink
Release: WPE WebKit 2.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Oct 2, 2024
1 parent 20a5a47 commit 54aa3f0
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions release/2024-10-02-wpewebkit-2.46.1.md
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>

0 comments on commit 54aa3f0

Please sign in to comment.