From d3eb77b292655cef333a8f4cab4e861415bc37c2 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Sun, 3 Dec 2023 20:05:19 +0200 Subject: [PATCH] release 0.4.17 --- NEWS.rst | 22 ++++++++++++++++++---- meson.build | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index f8b48281..10925def 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -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 .................. diff --git a/meson.build b/meson.build index 7e6721e8..ed352e6c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wireplumber', ['c'], - version : '0.4.16', + version : '0.4.17', license : 'MIT', meson_version : '>= 0.59.0', default_options : [