From 93c057571a1236f61bf585b4243715287044c34a Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 11 Sep 2024 13:23:41 +0100 Subject: [PATCH] changelog: 2024 Beta2 --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index c46114f7..6975d5b4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ # Changelog +## v2.1B2 (2024 Beta2) + +- [FIX] Fixes a rare BSOD on recent versions of Windows. See commit a482183 for details. + +- [FIX] Fixes a rare problem when using `NtCreateFile` to perform "relative" opens on a network drive (see GitHub issue #561). + +- [FIX] Fixes a racing issue with two processes competing to start the FSD discovered during testing. + + ## v2.1B1 (2024 Beta1) - [FIX] Fixes a rare BSOD on recent versions of Windows. See commit a482183 for details.