From 996699762c2c3576299dece52c69984a50d3e90b Mon Sep 17 00:00:00 2001 From: George Kiagiadakis <george.kiagiadakis@collabora.com> Date: Mon, 29 Jun 2020 19:36:49 +0300 Subject: [PATCH] NEWS: release 0.3.0 --- NEWS.md | 22 ++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index b5e94a5e..ecc71280 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,25 @@ +# WirePlumber 0.3.0 + +The desktop-ready release! + +Changes since 0.2.96: + - Changed how the device endpoints & nodes are named + to make them look better in JACK graph tools, such as qjackctl. + JACK tools use the ':' character as a separator to distinguish the node + name from the port name (since there are no actual nodes in JACK) and + having ':' in our node names made the graph look strange in JACK + + - Fixed an issue with parsing wireplumber.conf that could cause + out-of-bounds memory access + + - Fixed some pw_proxy object leaks that would show up in the log + + - Fixed more issues with unlinking the stream volume (si-convert) node + from the ALSA sink node and suspending the both; + This now also works with PipeWire 0.3.5 and 0.3.6, so it is possible + to use these PipeWire versions with WirePlumber without disabling streams + on audio sinks. + # WirePlumber 0.2.96 Second pre-release (RC2) of WirePlumber 0.3.0 diff --git a/meson.build b/meson.build index c36b4050..650daa7c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wireplumber', ['c', 'cpp'], - version : '0.2.96', + version : '0.3.0', license : 'MIT', meson_version : '>= 0.51.0', default_options : [ -- GitLab