From e857856be7b64d562cdcc01c43933218a68b225e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 9 Jun 2021 09:14:11 +0200 Subject: [PATCH] 0.3.30 --- NEWS | 42 +++++++++++++++++++++++++++++++++++++++--- meson.build | 2 +- 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 43dff91d6..3919eb80b 100644 --- a/NEWS +++ b/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 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 diff --git a/meson.build b/meson.build index 9cd72ce7f..b9420b796 100644 --- a/meson.build +++ b/meson.build @@ -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',