From 2dba9bc8cae01242e430c0026bf92c8a1a850646 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:38:37 +0000 Subject: [PATCH] Update RELEASENOTES-DEVELOPMENT.md --- RELEASENOTES-DEVELOPMENT.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index e774bd88..f21b11b4 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -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 === -- 2.47.2