mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-26 14:13:23 +00:00
release 0.4.7
This commit is contained in:
parent
18bc3d3596
commit
afb177b5e0
30
NEWS.rst
30
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
|
||||
.................
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
project('wireplumber', ['c'],
|
||||
version : '0.4.6',
|
||||
version : '0.4.7',
|
||||
license : 'MIT',
|
||||
meson_version : '>= 0.56.0',
|
||||
default_options : [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user