]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES-DEVELOPMENT.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 6 Oct 2023 09:58:24 +0000 (10:58 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2023 09:58:24 +0000 (10:58 +0100)
RELEASENOTES-DEVELOPMENT.md

index f1c53138784baf2f56dba63fbeccd25fa9338480..64460da2ee6046726d8cbf9b39df599bd057d1b6 100644 (file)
@@ -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".