This commit is contained in:
Wim Taymans 2026-05-11 10:02:28 +02:00
parent 768895bdd5
commit 55848f4260
2 changed files with 36 additions and 4 deletions

38
NEWS
View file

@ -1,3 +1,38 @@
# PipeWire 1.6.5 (2026-05-13)
This is a bugfix release that is API and ABI compatible with the previous
1.6.x releases.
## Highlights
- Fix muted output in some cases.
- Removed the pipe filter in filter-graph.
- More fixes and improvements.
## PipeWire
- Fix an issue in pw-filter where it could end up in a loop where buffers
are stuck on a port and the port becomes silent. (#5249)
## Modules
- Improve ROC receiver start/stop, fixes memory leaks. (#5250)
- Remove the pipe filter from filter-graph, it's broken by design and a
security nightmare.
- Fix the midi buffer size in jack-tunnel.
## SPA
- Rate limit out-of-buffers errors. (#5249)
- Partially revert the line-out mute patch, it seems to break things and leave
audio muted when plugging-unplugging jacks. (#5246)
- Improve renegotiation in audioconvert when the graph rate changes and the
resampler was disabled. (#4933).
- Fix potential crash in alsa when logging.
## Pulse-server
- A whole bunch of extra security checks and hardening fixes.
Older versions:
# PipeWire 1.6.4 (2026-04-22)
This is a bugfix release that is API and ABI compatible with the previous
@ -31,9 +66,6 @@ This is a bugfix release that is API and ABI compatible with the previous
## Tools
- Fix WAVEX saving in pw-cat. (#5233)
Older versions:
# PipeWire 1.6.3 (2026-04-09)
This is a bugfix release that is API and ABI compatible with the previous

View file

@ -1,5 +1,5 @@
project('pipewire', ['c' ],
version : '1.6.4',
version : '1.6.5',
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
meson_version : '>= 0.61.1',
default_options : [ 'warning_level=3',