release 0.4.17

This commit is contained in:
George Kiagiadakis 2023-12-03 20:05:19 +02:00
parent e193ae0efc
commit d3eb77b292
2 changed files with 19 additions and 5 deletions

View File

@ -1,6 +1,23 @@
WirePlumber 0.4.16
WirePlumber 0.4.17
~~~~~~~~~~~~~~~~~~
Fixes:
- Fixed a reference counting issue in the object managers that could cause
crashes due to memory corruption (#534)
- Fixed an issue with filters linking to wrong targets, often with two sets
of links (#536)
- Fixed a crash in the endpoints policy that would show up when log messages
were enabled at level 3 or higher
Past releases
~~~~~~~~~~~~~
WirePlumber 0.4.16
..................
Additions:
- Added a new "sm-objects" script that allows loading objects on demand
@ -51,9 +68,6 @@ Fixes:
- Used an idle callback instead of pw_core_sync() in the object manager to
expose tmp globals
Past releases
~~~~~~~~~~~~~
WirePlumber 0.4.15
..................

View File

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