This commit is contained in:
George Kiagiadakis 2025-05-21 07:32:15 +03:00
parent ee42211bc6
commit 7a4d317755
2 changed files with 13 additions and 6 deletions

View file

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

View file

@ -1,5 +1,5 @@
project('wireplumber', ['c'],
version : '0.5.9',
version : '0.5.10',
license : 'MIT',
meson_version : '>= 0.59.0',
default_options : [