From: Mike Brady Date: Sat, 12 May 2018 15:09:01 +0000 (+0100) Subject: Update RELEASENOTES.md X-Git-Tag: 3.2RC8~2^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c79dac7de048dca4304e5722b8e7b50b8a7c119;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2dc3424a..83dee2a1 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,4 +1,8 @@ +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... + Version 3.2d49 ==== * A few extra debugging messages to try to locate where a segfault is occurring.