From fb7e43dd2396555fc42735d7eb1adc9dc957ded0 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Fri, 6 May 2022 09:57:27 -0700 Subject: [PATCH] v1.4 Release Finish the release notes for the 1.4 release. Signed-off-by: Zach Brown --- ReleaseNotes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index a25ff6a6..4ded10d8 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,19 @@ Versity ScoutFS Release Notes ============================= +--- +v1.4 +\ +*May 6, 2022* + +* **Fix possible client crash during server failover** +\ + Fixed a narrow window during server failover and lock recovery that + could cause a client mount to believe that it had an inconsistent item + cache and panic. This required very specific lock state and messaging + patterns between multiple mounts and multiple servers which made it + unlikely to occur in the field. + --- v1.3 \