From 9e3529060e0abaf6f7a4471475cd68b84ec4374a Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Mon, 17 Jul 2023 12:06:57 -0700 Subject: [PATCH] v1.15 Release Finish the release notes for the 1.15 release. Signed-off-by: Zach Brown --- ReleaseNotes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index e723d312..4159f935 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,19 @@ Versity ScoutFS Release Notes ============================= +--- +v1.15 +\ +*Jul 17, 2023* + +Process log btree merge splicing in multiple commits. This prevents a +rare case where pending log merge completions contain more work than can +be done in a single server commit, causing the server to trigger an +assert shortly after starting. + +Fix spurious EINVAL from data writes when data\_prealloc\_contig\_only was +set to 0. + --- v1.14 \