From: Mike Brady Date: Fri, 13 Oct 2017 21:24:06 +0000 (+0100) Subject: Update RELEASENOTES.md X-Git-Tag: 3.2d10~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca29610722bab110b0e9e4729aa9503ea7e0715a;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9b84a0d1..381031a2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,7 @@ +Version 3.2d10 +==== +Continuing the experiments with D-Bus support, Shairport Sync can now be compiled to have a D-Bus presence on the D-Bus system bus. It presents a small number of properties and can execute a "VolUp" method call which sends a VolumeUp command to the audio source, raising the volume there. As before, please note that the implementation is likely to change greatly or be removed at any time. + **Bug Fix** * A bug in the hardware volume control affects output devices that have hardware mixers but that do not allow the volume to be set in dB. One example is the Softvol plugin in ALSA. Shairport Sync fails silently when presented with such a device when hardware volume control is enabled: the volume events have no effect. The bug has been fixed by adding two missing lines of code to the `init()` function in `audio_alsa.c`. Thanks to [Jakub Nabaglo](https://github.com/nbgl) for finding and fixing the bug.