From afb177b5e0840d54dc41d02920702c3c9580ce02 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Thu, 13 Jan 2022 11:27:44 +0200 Subject: [PATCH] release 0.4.7 --- NEWS.rst | 30 ++++++++++++++++++++++++++---- meson.build | 2 +- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 0f8ede89..fd03c5cf 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,31 @@ -WirePlumber 0.4.6 +WirePlumber 0.4.7 ~~~~~~~~~~~~~~~~~ +Fixes: + + - Fixed a regression in 0.4.6 that caused the selection of the default audio + sources and sinks to be delayed until some event, which effectively caused + losing audio output in many circumstances (#148, #150, #151, #153) + + - Fixed a regression in 0.4.6 that caused the echo-cancellation pipewire + module (and possibly others) to not work + + - A default sink or source is now not selected if there is no available route + for it (#145) + + - Fixed an issue where some clients would wait for a bit while seeking (#146) + + - Fixed audio capture in the endpoints-based policy + + - Fixed an issue that would cause certain lua scripts to error out with older + configuration files (#158) + +Past releases +~~~~~~~~~~~~~ + +WirePlumber 0.4.6 +................. + Changes: - Fixed a lot of race condition bugs that would cause strange crashes or @@ -41,9 +66,6 @@ Changes: - Added support for using strings as log level selectors in WIREPLUMBER_DEBUG -Past releases -~~~~~~~~~~~~~ - WirePlumber 0.4.5 ................. diff --git a/meson.build b/meson.build index 31dfad1a..1f9c9d8d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wireplumber', ['c'], - version : '0.4.6', + version : '0.4.7', license : 'MIT', meson_version : '>= 0.56.0', default_options : [