From ad65116d8fc0f543bd03f679e862459887b5b515 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 21 Apr 2026 16:43:12 -0700 Subject: [PATCH] v1.30 Release Finish the release notes for the 1.30 release. Signed-off-by: Zach Brown --- ReleaseNotes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index ccae6a17..37d7bc8b 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,23 @@ Versity ScoutFS Release Notes ============================= +--- +v1.30 +\ +*Apr 21, 2026* + +Fix a problem reading the accumulated totals of contributing .totl. +xattrs when log merging is in progress. The problem would have readers +of the totals calculate the sums incorrectly. + +Fix a problem updating quota rules. There was a race where updates +could be corrupted if they happened while a transaction was being +written. + +Fix a problem deleting files with .indx. xattrs. The internal indexing +metadata wouldn't be properly deleted so the files would still claim to +be present and visible in the index, though the file no longer existed. + --- v1.29 \