From 91e7f051cf390cbbd08fc1cdfde7fcf8b4aa115b Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Mon, 1 Jul 2024 10:57:54 -0700 Subject: [PATCH] v1.21 Release Finish the release notes for the 1.21 release. Signed-off-by: Zach Brown --- ReleaseNotes.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index e8a15c2e..92b92f74 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,27 @@ Versity ScoutFS Release Notes ============================= +--- +v1.21 +\ +*Jul 1, 2024* + +This release adds features that rely on incompatible changes to +structure the file system. The process of advancing the format version +to enable these features is described in scoutfs(5). + +Added the ".indx." extended attribute tag which can be used to determine +the sorting of files in a global index. + +Added ScoutFS quotas which let rules define file size and count limits +in terms of ".totl." extended attribute totals. + +Added the project ID file attribute which is inherited from parent +directories on creation. ScoutFS quota rules can reference project IDs. + +Add a retention attribute for files which prevents modification once +enabled. + --- v1.20 \