From b302ebd6ab66fd538191d22db4ebe02bcef87a91 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Mon, 22 Apr 2024 17:17:20 +0300 Subject: [PATCH] 0.5.2 --- NEWS.rst | 43 +++++++++++++++++++++++++++++++++++++++---- meson.build | 2 +- 2 files changed, 40 insertions(+), 5 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 5ea88ef0..31af67d0 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,44 @@ -WirePlumber 0.5.1 +WirePlumber 0.5.2 ~~~~~~~~~~~~~~~~~ +Highlights: + + - Added support for loading configuration files other than the default + wireplumber.conf within Lua scripts (!629) + + - Added support for loading single-section configuration files, without + fragments (!629) + + - Updated the node.software-dsp script to be able to load filter-chain graphs + from external configuration files, which is needed for Asahi Linux audio + DSP configuration (!629) + +Fixes: + + - Fixed destroying camera nodes when the camera device is removed (#627, !631) + + - Fixed an issue with Bluetooth BAP device set naming (!632) + + - Fixed an issue caused by the pipewire event loop not being "entered" as + expected (!634, #638) + + - A false positive warning about no modules being loaded is now suppressed + when using libpipewire >= 1.0.5 (#620) + + - Default nodes can now be selected using priority.driver when + priority.session is not set (#642) + +Changes: + + - The library version is now generated following pipewire's versioning scheme: + libwireplumber-0.5.so.0.5.2 becomes libwireplumber-0.5.so.0.0502.0 (!633) + +Past releases +~~~~~~~~~~~~~ + +WirePlumber 0.5.1 +................. + Highlights: - Added a guide documenting how to migrate configuration from 0.4 to 0.5, @@ -37,9 +75,6 @@ Additions: for Apple Sillicon devices, has now been ported to 0.5 properly and documented (#619, !627) -Past releases -~~~~~~~~~~~~~ - WirePlumber 0.5.0 ................. diff --git a/meson.build b/meson.build index 67746859..4ecfba7d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wireplumber', ['c'], - version : '0.5.1', + version : '0.5.2', license : 'MIT', meson_version : '>= 0.59.0', default_options : [