From d9ffc24334a1b2f5d8e001af445c6400232d30ae Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 22 Apr 2026 18:16:39 +0300 Subject: [PATCH] changelog: 2026 Beta1 --- Changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2b24b5b9..aced8981 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,19 @@ # Changelog +## v2.2B1 (2026 Beta1) + +- [FIX] Fixes vulnerability CVE-2026-3006 discovered by Tay Kiat Loong. + +- [FIX] The WinFsp Network Provider provides improved shell support for network file systems not managed by the Launcher. See commit f021496. + +- [FUSE] Add FUSE option `FlushOnCleanup`. See PR #614 by @chenjie4255. + +- [FUSE] FUSE now respects the `direct_io` flag. See PR #646 by @chenjie4255. + +- [FUSE] Add FUSE option `AddWriteEaAccess`. See PR #648 by @chenjie4255. + + ## v2.1 (2025) - [FIX] Fixes a compatibility problem with certain AntiVirus products (e.g. Trend Micro).