From: Mike Brady Date: Sun, 8 May 2016 13:45:13 +0000 (+0100) Subject: Update RELEASENOTES.md X-Git-Tag: 2.8.3.5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5ee4c163539e92e108967943cada219b5ec9529;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b44caab2..69f47f66 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,8 +1,19 @@ +Version 2.8.3.5 – Development Version +---- +**Enhancements** + +Experimental support for a softvol plugin, thanks to the work of [Jörg Krause](https://github.com/joerg-krause) -- see [#293](https://github.com/mikebrady/shairport-sync/pull/293). + +**Bug fix** + +Add checks for empty or NULL audio buffers that seem to be causing assertion violations and subsequent abmormal program termination. + Version 2.8.3.4 – Development Version ---- + **Bug Fix** -The networking subsystem has been modified to always use the same IP number during a session. Background: the computer Shairport Sync is running on can have many IP numbers active at the same time – various IPv6 numbers and also various IPv4 numbers. During a play session, when Shairport Sync has to create connections back to the source, it would use an automatically-assigned IP number for itself, but that number might not be same as the the number used earlier in the session. From now on, it will always use the same IP number it used when the connection was first established. +The networking subsystem has been modified to always use the same IP number during a session. Background: the computer Shairport Sync is running on can have many IP numbers active at the same time – various IPv6 numbers and also various IPv4 numbers. During a play session, when Shairport Sync has to create connections back to the source, it would use an automatically-assigned IP number for itself, but that number might not be same as the the number used earlier in the session. From now on, it will always use the same IP number it used when the connection was first established. Thannks to [ejurgensen](https://github.com/ejurgensen) for help with this. Changed the `mono` setting for a `playback_mode` setting with two possible values: `stereo` (default) and `mono`.