From: Mike Brady Date: Thu, 17 May 2018 11:24:06 +0000 (+0100) Subject: Update RELEASENOTES.md X-Git-Tag: 3.2RC8~2^2~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5e39ffd7e3dac00ff8f44186e34c2313da96e19;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d7b96a3e..6d93a95d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,4 +1,10 @@ +Version 3.2d53 +==== +**Bug Fix** +* Fix an incompatibility with Cygwin 64. It seems that the handling of signals in Cygwin is different to regular "native" Unix/Linux platforms. So, this is an attempt to use `pthread_cancel` calls where possible. In principle it should considerably simplify thread management, so let's see how it goes. +* Fix an off-by-one error that was generating excessive resend requests. + Version 3.2d51 ==== * Fix a small bug locking and unlocking the read-write mutex. It might (and in principle, it could) cause a crash.