mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 10:08:15 +02:00
0.5.5
This commit is contained in:
parent
c60475b293
commit
43e939c0e3
2 changed files with 19 additions and 5 deletions
22
NEWS.rst
22
NEWS.rst
|
|
@ -1,6 +1,23 @@
|
|||
WirePlumber 0.5.4
|
||||
WirePlumber 0.5.5
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
Highlights:
|
||||
|
||||
- Hotfix release to address crashes in the Bluetooth HSP/HFP autoswitch
|
||||
functionality that were side-effects of some changes that were part
|
||||
of the role-based linking policy (#682)
|
||||
|
||||
Improvements:
|
||||
|
||||
- wpctl will now properly show a '*' in front of sink filters when they are
|
||||
selected as the default sink (!660)
|
||||
|
||||
Past releases
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
WirePlumber 0.5.4
|
||||
.................
|
||||
|
||||
Highlights:
|
||||
|
||||
- Refactored the role-based linking policy (previously known also as
|
||||
|
|
@ -34,9 +51,6 @@ Fixes:
|
|||
- Fixed a rare issue that could cause WirePlumber to crash when dealing with
|
||||
a device object that didn't have the "device.name" property set (#674)
|
||||
|
||||
Past releases
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
WirePlumber 0.5.3
|
||||
.................
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('wireplumber', ['c'],
|
||||
version : '0.5.4',
|
||||
version : '0.5.5',
|
||||
license : 'MIT',
|
||||
meson_version : '>= 0.59.0',
|
||||
default_options : [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue