From 76b9e509d1a8725a57482505177036d8fe68a472 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Mon, 19 May 2025 12:31:47 +0200 Subject: [PATCH] 0.5.9 --- NEWS.rst | 39 +++++++++++++++++++++++++++++++++++---- meson.build | 2 +- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 00d801a9..3ce2b681 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,40 @@ -WirePlumber 0.5.8 +WirePlumber 0.5.9 ~~~~~~~~~~~~~~~~~ +Additions & Enhancements: + + - Added a new audio node grouping functionality using an external command line + tool (!646) + + - The libcamera monitor now supports devices that are not associated with + device ids (!701) + + - The wireplumber user systemd service is now associated with dbus.service to + avoid strange warnings when dbus exits (!702) + + - Added "SYSLOG_IDENTIFIER", "SYSLOG_FACILITY", "SYSLOG_PID" and "TID" to log + messages that are sent to the journal (!709) + +Fixes: + + - Fixed a crash of `wpctl set-default` on 32-bit architectures (#773) + + - Fixed a crash when a configuration component had no 'provides' field (#771) + + - Reduced the log level of some messages that didn't need to be as high (!695) + + - Fixed another nil reference issue in the alsa.lua monitor script (!704) + + - Fixed name deduplication of v4l2 and libcamera devices (!705) + + - Fixed an issue with wpctl not being able to save settings sometimes (!708, #749) + +Past releases +~~~~~~~~~~~~~ + +WirePlumber 0.5.8 +................. + Additions & Enhancements: - Added support for handling UCM SplitPCM nodes in the ALSA monitor, which @@ -33,9 +67,6 @@ Fixes: - Updated script tests to handle differences in object identifiers (``object.serial`` vs ``node.id``), ensuring proper test behavior (#761) -Past releases -~~~~~~~~~~~~~ - WirePlumber 0.5.7 ................. diff --git a/meson.build b/meson.build index 762dffa3..2e0d970f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wireplumber', ['c'], - version : '0.5.8', + version : '0.5.9', license : 'MIT', meson_version : '>= 0.59.0', default_options : [