From 05f14640fbb1a34887d9a811da2a9b45eb1718f6 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Fri, 14 Mar 2025 12:19:13 -0700 Subject: [PATCH] v1.24 Release Finish the release notes for the 1.24 release. Signed-off-by: Zach Brown --- ReleaseNotes.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 5e8479e2..2d81b473 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,22 @@ Versity ScoutFS Release Notes ============================= +--- +v1.24 +\ +*Mar 14, 2025* + +Add support for coherent read and write mmap() mappings of regular file +data between mounts. + +Fix a bug that was causing scoutfs utilities to parse and change some +file names before passing them on to the kernel for processing. This +fixes spurious scoutfs command errors for files with the offending +patterns in their names. + +Fix a bug where rename wasn't updating the ctime of the inode at the +destination name if it existed. + --- v1.23 \