From 32f386a61a171624111a0e38f45d02405ff4079b Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Thu, 3 Sep 2026 13:18:53 -0700 Subject: [PATCH] v1.34 Release Finish the release notes for the 1.34 release. Signed-off-by: Zach Brown --- ReleaseNotes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index fa1bb275..1c0b4055 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,18 @@ Versity ScoutFS Release Notes ============================= +--- +v1.34 +\ +*Sep 3, 2026* + +Fix the server's incoming connection handling so that it doesn't trigger +fencing or shutdown from connections that don't get far enough in the +protocol negotiation to be associated with a client. This stops port +scanners from disrupting service. + +Add support for O\_DIRECT writes by using the iomap facility for IO. +This can significantly improve large write performance. --- v1.33