mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-24 06:46:37 -04:00
1.6.4
This commit is contained in:
parent
51c6e70ae5
commit
3e67b89a1a
2 changed files with 40 additions and 4 deletions
42
NEWS
42
NEWS
|
|
@ -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: don’t 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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('pipewire', ['c' ],
|
||||
version : '1.6.3',
|
||||
version : '1.6.4',
|
||||
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
|
||||
meson_version : '>= 0.61.1',
|
||||
default_options : [ 'warning_level=3',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue