mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
0.3.30
This commit is contained in:
parent
db245fd0ce
commit
e857856be7
2 changed files with 40 additions and 4 deletions
42
NEWS
42
NEWS
|
|
@ -1,3 +1,42 @@
|
||||||
|
# PipeWire 0.3.30
|
||||||
|
|
||||||
|
This is a bugfix release that is API and ABI compatible
|
||||||
|
with previous 0.3.x releases.
|
||||||
|
|
||||||
|
This is a quick emergency release to fix some severe
|
||||||
|
problems with the previous release.
|
||||||
|
|
||||||
|
## Highlights
|
||||||
|
- Recording from a monitor port should work again.
|
||||||
|
- JACK applications should now be more stable again.
|
||||||
|
- Freewheeling should not lock up anymore.
|
||||||
|
- Fix lockups in many pulseaudio apps.
|
||||||
|
- module-echo-cancel was implemented in pipewire-pulse
|
||||||
|
- Many other stability fixes.
|
||||||
|
|
||||||
|
## PipeWire
|
||||||
|
- Improve module path logic.
|
||||||
|
- Improve logger formatting
|
||||||
|
|
||||||
|
## PulseAudio server
|
||||||
|
- Make sure to pass 64 bits values for time on ARM 32 bits to
|
||||||
|
avoid protocol errors.
|
||||||
|
- Avoid a crash when unloading module-combine-sink.
|
||||||
|
- Avoid overflow in requested bytes, resulting in stalled
|
||||||
|
audio.
|
||||||
|
- Implement module-echo-cancel.
|
||||||
|
|
||||||
|
## Bluetooth
|
||||||
|
- Handle latency parameters instead of failing.
|
||||||
|
|
||||||
|
## JACK
|
||||||
|
- Fix locking in many places to avoid deadlocks and crashes.
|
||||||
|
- Fix port rename.
|
||||||
|
- Stop freewheeling correctly instead of deadlocking.
|
||||||
|
|
||||||
|
|
||||||
|
Older versions:
|
||||||
|
|
||||||
# PipeWire 0.3.29
|
# PipeWire 0.3.29
|
||||||
|
|
||||||
This is a bugfix release that is API and ABI compatible
|
This is a bugfix release that is API and ABI compatible
|
||||||
|
|
@ -59,9 +98,6 @@ with previous 0.3.x releases.
|
||||||
## JACK
|
## JACK
|
||||||
- Implement latency reporting with the new Latency params.
|
- Implement latency reporting with the new Latency params.
|
||||||
|
|
||||||
|
|
||||||
Older versions:
|
|
||||||
|
|
||||||
# PipeWire 0.3.28
|
# PipeWire 0.3.28
|
||||||
|
|
||||||
This is a bugfix release that is API and ABI compatible
|
This is a bugfix release that is API and ABI compatible
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('pipewire', ['c' ],
|
project('pipewire', ['c' ],
|
||||||
version : '0.3.29',
|
version : '0.3.30',
|
||||||
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
|
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
|
||||||
meson_version : '>= 0.49.0',
|
meson_version : '>= 0.49.0',
|
||||||
default_options : [ 'warning_level=3',
|
default_options : [ 'warning_level=3',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue