From 332ba48203f4f4d97556b92660d70128bc3f9d7b Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 18 May 2022 14:01:43 +0100 Subject: [PATCH] changelog: update for 2022+ARM64 Beta3 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 11dae4a1..465b3f59 100644 --- a/Changelog.md +++ b/Changelog.md @@ -26,6 +26,8 @@ - The user mode directory buffering mechanism (`FspFileSystemAcquireDirectoryBuffer`) has been improved. The mechanism uses the quick-sort algorithm internally which can exhibit bad performance when sorting already sorted data. The quick-sort algorithm has been improved with the use use of median of three partitioning, which alleviates this problem. +- [NEW] All executables (`*.exe,*.dll,*.sys`) in the WinFsp installation `bin` folder are now signed. + - [NEW] The default value for the registry setting `DistinctPermsForSameOwnerGroup` has been changed from 0 to 1. - [NEW] New `ntptfs` sample file system. This is a production quality pass through file system and should be used instead of the original `passthrough` file system that was developed for education purposes only.