From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:58:24 +0000 (+0100) Subject: Update RELEASENOTES-DEVELOPMENT.md X-Git-Tag: 4.3.2^2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07c9cc2d64509219b831fd9bc0a24bbaa18092e3;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES-DEVELOPMENT.md --- diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index f1c53138..64460da2 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -1,3 +1,13 @@ +Version 4.3.2-dev-51-g98679bbb +=== +**Enhancement** +* Add a new `pw` (PipeWire) backend setting -- `sink_target`. Leave the setting commented out to use the sink target already selected by the PipeWire system. + +**Bug Fixes** +* Fix a bug in picking up the PipeWire `node_name` -- it was being sought in the `pa` stanza instead of the `pw` stanza of the configuration file. +* Fix memory management bugs in the PipeWire backend -- settings strings were being deallocated twice on exit. +* Fix memory management bugs in the PulseAudio backend -- settings strings were being deallocated twice on exit. + Version 4.3.2-dev-47-g288e5eb6 === * In the PipeWire backend, change the default for `node_name` from "shairport-sync" to "Shairport Sync".