From ea4d7ae92f6f818a1134a00f3942fd0461f2e57a Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 15 Nov 2021 12:16:22 -0500 Subject: [PATCH] Add spinlock removal to release notes. --- RELEASE-NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ffe03aea3..c2dd26634 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,10 @@ ZeroTier Release Notes ====== +# -- -- Version 1.8.3 + + * Remove problematic spinlock, which was only used on x86_64 anyway. Just use pthread always. + # 2021-11-08 -- Version 1.8.2 * Fix multicast on linux.