From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 26 Jan 2026 17:00:47 +0000 (+0000) Subject: Update release notes for version 5.0-dev-161 X-Git-Tag: 5.0-post-dev~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15078a0a4138d9d0819afa2822446665df5bb140;p=thirdparty%2Fshairport-sync.git Update release notes for version 5.0-dev-161 Fix MQTT warning and update Dependabot tools. --- diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index 6cdbe28a..59d3ff06 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -1,3 +1,13 @@ +Version 5.0-dev-161-g5b3659c2 +== +**Bug Fix** +* Fix an MQTT warning and simplify building the `systemd` startup script. The warning occured if Shairport Sync was built with MQTT support. For that case, the startup script omitted stating that the `mosquitto` service was required and had to be active before starting Shairport Sync. + + Thanks to [hvilleneuve29](https://github.com/hvilleneuve29) for the [PR](https://github.com/mikebrady/shairport-sync/pull/2137). + +**Dependabot Update** +* A Dependabot update to some image building tools was added. + Version 5.0-dev-155-g45063d10 == **Bug Fix**