]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES-DEVELOPMENT.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sun, 25 Feb 2024 17:38:37 +0000 (17:38 +0000)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2024 17:38:37 +0000 (17:38 +0000)
RELEASENOTES-DEVELOPMENT.md

index e774bd8862bc1aee99d604aeaa27658c53b4b5dc..f21b11b4283b199c49de1f62cd1fe0c8514ec5fe 100644 (file)
@@ -1,3 +1,14 @@
+Version 4.3.3-dev-30-g4aee4ec8
+===
+**Enhancements**
+* Start using the `pledge(2)` facilities in OpenBSD. In OpenBSD, limit the set of system calls Shairport Sync is allowed to make, most importantly, permit `fork(2)`/`execve(2)` if and only if user defined commands are run. [PR 1803](https://github.com/mikebrady/shairport-sync/pull/1803).
+
+**Bug Fixes**
+* Do not print the password in debug logs. [PR 1811](https://github.com/mikebrady/shairport-sync/pull/1811).
+* If a string argument is a NULL in some debug messages, output the string `(null)`. [PR 1810](https://github.com/mikebrady/shairport-sync/pull/1810).
+
+Thanks again to [Klemens Nanni](https://github.com/klemensn) for these PRs.
+
 Version 4.3.3-dev-21-g926cd56e
 ===