From 1abe97351db72d25902cf687c83bed1487f258c7 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 21 Jun 2022 09:46:16 -0700 Subject: [PATCH] v1.5 Release Finish the release notes for the 1.5 release. Signed-off-by: Zach Brown --- ReleaseNotes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 4ded10d8..d3983a48 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,25 @@ Versity ScoutFS Release Notes ============================= +--- +v1.5 +\ +*Jun 21, 2022* + +* **Fix persistent error during server startup** +\ + Fixed a case where the server would always hit a consistent error on + seartup, preventing the system from mounting. This required a rare + but valid state across the clients. + +* **Fix a client hang that would lead to fencing** +\ + The client module's use of in-kernel networking was missing annotation + that could lead to communication hanging. The server would fence the + client when it stopped communicating. This could be identified by the + server fencing a client after it disconnected with no attempt by the + client to reconnect. + --- v1.4 \