v1.34 Release

Finish the release notes for the 1.34 release.

Signed-off-by: Zach Brown <zab@zabbo.net>
This commit is contained in:
Zach Brown
2026-09-03 13:19:24 -07:00
parent f6f8a75491
commit 32f386a61a
+12
View File
@@ -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