From: Mike Brady Date: Sun, 13 May 2018 14:09:17 +0000 (+0100) Subject: Update RELEASENOTES.md X-Git-Tag: 3.2RC8~2^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d02f47e275e0594399c3839076b2e14d405872d8;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 83dee2a1..d7b96a3e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,4 +1,8 @@ +Version 3.2d51 +==== +* Fix a small bug locking and unlocking the read-write mutex. It might (and in principle, it could) cause a crash. + Version 3.2d50 ==== * Add a read-write mutex lock to the player thread so that it can't be accessed while it's being created and initialised or while it's being torn down and destroyed. Make external accessor functions acquire a read lock for access. It's "A Good Thing" and it might help the seg fault problem, which I'm afraid still can't reproduce...