From: Mike Brady Date: Sat, 16 Jun 2018 07:38:56 +0000 (+0100) Subject: Update RELEASENOTES.md X-Git-Tag: 3.2RC12~4^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=436e22c2833870e16cb2c205d2e6f02b891a8a2d;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4658ccff..c1000322 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,7 +1,12 @@ +Version 3.2d62 +==== +**Bug Fix** +* Restore compatability with Synology AudioStation/5.2. Thanks to [Jörg Krause](https://github.com/joerg-krause) for identifying both the issue itself and the likely location of the fix needed. It's not clear if the problem lies with Shairport Sync or Synology – the fix was to ensure that an RTSP reply was sent in one `SEND` call, which shouldn't be important. + Version 3.2d61 ==== **Bug Fix** -* Add a pthread_cancel cleanup routine to put_packet to unlock the player rw mutex when cancelled. Sincere thanks to [davidhq](https://github.com/davidhq) for help investigating this. +* Add a pthread_cancel cleanup routine to put_packet to unlock the player rw mutex when cancelled. Sincere thanks to [David Krmpotić](https://github.com/davidhq) for help investigating this. Version 3.2d57, 3.2d58, 3.2d59, 3.2d60 ====