release 0.4.7

This commit is contained in:
George Kiagiadakis 2022-01-13 11:27:44 +02:00
parent 18bc3d3596
commit afb177b5e0
2 changed files with 27 additions and 5 deletions

View File

@ -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
.................

View File

@ -1,5 +1,5 @@
project('wireplumber', ['c'],
version : '0.4.6',
version : '0.4.7',
license : 'MIT',
meson_version : '>= 0.56.0',
default_options : [