From: Mike Brady Date: Wed, 15 Mar 2017 21:23:17 +0000 (+0000) Subject: Update RELEASENOTES.md X-Git-Tag: 3.1.s5~29^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3679fa5b905ff3847f8093f2cbc59d1ea32e1bc4;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 154091d6..9e0e77d3 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,10 @@ +Version 3.1s1 and 3.1s2 +==== +**Bug fix** +3.1s2 fixes issues with audio backend latency offset calculations. + +Other minor fixes will be detailed later. + Version 3.1d1 ==== This is a stability update. Some users have reported occasional crashes particularly when a play session ends and another begins immediately. The thread that plays a session was not reentrant, and this _may_ have been causing those stability problems. The player thread is now fully re-entrant, so those stability problems should be gone. The changes made were quite extensive, so more bugs may have been reintroduced. Your stability reports would be welcome.