From f6fef97a10c5bba69011312d8c54d6d2b2b44136 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 30 Mar 2022 18:22:54 +0100 Subject: [PATCH] changelog: update for 2022+ARM64 Beta2 --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.md b/Changelog.md index 305429e3..8ae7b041 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,21 @@ # Changelog +## v1.11B2 (2022+ARM64 Beta2) + +- [NEW] ARM64 support! For details see [WinFsp on ARM64](https://github.com/winfsp/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 FSD now implements "fast I/O" reads and writes. Fast I/O is a technique for doing I/O without using IRP's (I/O Request Packets) and can only work for file systems using the cache manager (`FileInfoTimeout==-1`). + +- [NEW] The default value for the registry setting `DistinctPermsForSameOwnerGroup` has been changed from 0 to 1. + +- [FIX] The WinFsp Network Provider now implements `NPGetUniversalName`. This fixes problems with some apps (e.g. Photos app). + +- [BUILD] Product configuration (`MyProductName`, etc.) is done by the file `build.version.props` located in `build\VStudio`. This file was previously named `version.properties`. + + ## v1.11B1 (2022+ARM64 Beta1) - [NEW] ARM64 support! For details see [WinFsp on ARM64](https://github.com/winfsp/winfsp/wiki/WinFsp-on-ARM64).