From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 29 Sep 2025 13:32:32 +0000 (+0100) Subject: Update RELEASENOTES-DEVELOPMENT.md X-Git-Tag: 5.0-post-dev~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27abf3617787f3983cb967a87678349e4b5d4cdf;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES-DEVELOPMENT.md --- diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index f0993c81..0da46039 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -1,3 +1,15 @@ +Version 5.0-dev-65-g8545938d +== +**Enhancement** +* Add a new command-line argument `dbus_default_message_bus` which can be `system` or `session`. This becomes the default message bus used both by the D-Bus native service and the MPRIS service. In its absence, the default is to use the system message bus. Example of use: + ``` + $ shairport-sync ... --dbus_default_message_bus=session .... + ``` +* Add a warning if a convolution impulse response file can not be read, e.g. due to a bad path name or a permissions error. + +**Bug fix** +* If the native D-Bus interface is active and a convolution impulse response file is specified, don't open it a second time on startup. (BTW, this is not known to have caused any problems.) + Version 5.0-dev-50-g10700356 == **Docker Update**