mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 04:10:03 +01:00
0.5.10
This commit is contained in:
parent
ee42211bc6
commit
7a4d317755
2 changed files with 13 additions and 6 deletions
17
NEWS.rst
17
NEWS.rst
|
|
@ -1,5 +1,15 @@
|
|||
WirePlumber 0.5.10
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Fixed a critical crash in ``linking-utils.haveAvailableRoutes`` that was
|
||||
introduced accidentally in 0.5.9 and caused loss of audio output on affected
|
||||
systems (#797, #799, #800, !713)
|
||||
|
||||
Past releases
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
WirePlumber 0.5.9
|
||||
~~~~~~~~~~~~~~~~~
|
||||
.................
|
||||
|
||||
Additions & Enhancements:
|
||||
|
||||
|
|
@ -17,7 +27,7 @@ Additions & Enhancements:
|
|||
|
||||
Fixes:
|
||||
|
||||
- Fixed a crash of `wpctl set-default` on 32-bit architectures (#773)
|
||||
- Fixed a crash of ``wpctl set-default`` on 32-bit architectures (#773)
|
||||
|
||||
- Fixed a crash when a configuration component had no 'provides' field (#771)
|
||||
|
||||
|
|
@ -29,9 +39,6 @@ Fixes:
|
|||
|
||||
- Fixed an issue with wpctl not being able to save settings sometimes (!708, #749)
|
||||
|
||||
Past releases
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
WirePlumber 0.5.8
|
||||
.................
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('wireplumber', ['c'],
|
||||
version : '0.5.9',
|
||||
version : '0.5.10',
|
||||
license : 'MIT',
|
||||
meson_version : '>= 0.59.0',
|
||||
default_options : [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue