This commit is contained in:
Wim Taymans 2026-04-16 10:43:23 +02:00
parent 51c6e70ae5
commit 3e67b89a1a
2 changed files with 40 additions and 4 deletions

42
NEWS
View file

@ -1,5 +1,44 @@
# PipeWire 1.6.4 (2026-04-22)
This is a bugfix release that is API and ABI compatible with the previous
1.6.x releases.
## Highlights
- Small improvements and seqfault fixes.
- Try to not emit ports that JACK doesn't understand. Fixes glitches in
ardour and other JACK apps.
## PipeWire
- Refuse to load plugins and crash when pw_init() was not called. (!2784)
## SPA
- Fix LADSPA plugin loading, support LADSPA_PATH ending with /
- Fix segfault in alsa-seq when removing devices in some cases. (#5221)
- Allow negative gain in mixer. (#5228)
- Improve alsa-seq port names, add : between client and port. (#5229)
- ACP: dont override user-selected port on availability changes.
## Bluetooth
- Backport some important fixes and minor improvements.
## JACK
- Ignore non DSP ports to avoid emitting extra callbacks.
## GStreamer
- Fix crop metadata.
## 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
1.6.x releases.
## Highlights
- Fix some RAOP compatibility regressions.
- Fix segfault in the mixer in some cases.
@ -34,9 +73,6 @@
- Make sure timebase callback is never called with 0 frames.
- Increase the notify queue to avoid losing notifications.
Older versions:
# PipeWire 1.6.2 (2026-03-16)
This is a bugfix release that is API and ABI compatible with the previous