This commit is contained in:
Wim Taymans 2021-06-09 09:14:11 +02:00
parent db245fd0ce
commit e857856be7
2 changed files with 40 additions and 4 deletions

42
NEWS
View file

@ -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
This is a bugfix release that is API and ABI compatible
@ -59,9 +98,6 @@ with previous 0.3.x releases.
## JACK
- Implement latency reporting with the new Latency params.
Older versions:
# PipeWire 0.3.28
This is a bugfix release that is API and ABI compatible

View file

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