From: Mike Brady Date: Mon, 31 Jul 2017 11:11:35 +0000 (+0200) Subject: Update RELEASENOTES.md X-Git-Tag: 3.1~10^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d72bcca372116e0b181f160d907bfdd01caf117d;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 190cd58d..45166a82 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -19,13 +19,13 @@ Version 3.1 brings two new backends, optional loudness and convolution filters, * A new setting, `audio_backend_silent_lead_in_time`, allows you to set the duration of the period of silence played (the "silent lead-in") before a play session starts. * A new command-line option, `--logOutputLevel`, allows you to output the volume levels to the log whenever they are changed. This may be useful during setup. * Improvements have been made to the handling of large items of metadata over UDP. -* A new command line option, `-j`, deamonizes Shairport Sync without creating a PID file. +* A new command line option, `-j`, demonizes Shairport Sync without creating a PID file. * A new `alsa`-only setting, `mute_using_playback_switch`, is available for advanced use. **Bug Fixes** -* Stability improvements. More care has been taken (!) to make code thread-safe resulting in improved stability. +* Stability improvements. More care has been taken (!) to make code thread-safe, resulting in improved stability. * Conversion from stereo to mono has been fixed to avoid clipping while preserving full resolution. -* Short intrusions of audio from the end of the previous session to the start of a new session have been eliminated. +* Short intrusions of audio at the start of a new session from the end of the previous session have been eliminated. Version 3.1.d24 ====