]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES.md
authorMike Brady <mikebrady@eircom.net>
Thu, 17 May 2018 11:24:06 +0000 (12:24 +0100)
committerGitHub <noreply@github.com>
Thu, 17 May 2018 11:24:06 +0000 (12:24 +0100)
RELEASENOTES.md

index d7b96a3e88bb897e48e7c0d88a931a97f3fbde22..6d93a95daec6ee209fab98f50c7c4abb71768654 100644 (file)
@@ -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.