From 7f313f2818efdce49c536ccb500736826858b77a Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Fri, 1 Nov 2024 13:05:52 -0700 Subject: [PATCH] v1.22 Release Finish the release notes for the 1.22 release. Signed-off-by: Zach Brown --- ReleaseNotes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 92b92f74..01822c68 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,21 @@ Versity ScoutFS Release Notes ============================= +--- +v1.22 +\ +*Nov 1, 2024* + +Add support for building against the RHEL9 family of kernels. + +Fix failure of the setattr\_more ioctl() to set the attributes of a +zero-length file when restoring. + +Fix support for POSIX ACLs in the RHEL8 and later family of kernels. + +Fix a race condition in the lock server that could drop lock requests +under heavy load and cause cluster lock attempts to hang. + --- v1.21 \