From dc5862c2a28f8895822716188f55372424045849 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 7 Jan 2022 18:03:48 +0000 Subject: [PATCH] update changelog --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index 66b246dc..696aea37 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ # Changelog +## v1.11B1 (2022+ARM64 Beta1) + +- [NEW] ARM64 support! For details see [WinFsp on ARM64](https://github.com/billziss-gh/winfsp/wiki/WinFsp-on-ARM64). + +- [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. + +- [NEW] The default value for the registry setting `DistinctPermsForSameOwnerGroup` has been changed from 0 to 1. + + ## v1.10 (2022) Prior changes are recorded in `doc/archive/Changelog-upto-v1.10.asciidoc`.