1.7 KiB
Changelog
v1.11B2 (2022+ARM64 Beta2)
-
[NEW] ARM64 support! For details see 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 originalpassthrough
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 filebuild.version.props
located inbuild\VStudio
. This file was previously namedversion.properties
.
v1.11B1 (2022+ARM64 Beta1)
-
[NEW] ARM64 support! For details see 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 originalpassthrough
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. -
[BUILD] Product configuration (
MyProductName
, etc.) is done by the filebuild.version.props
located inbuild\VStudio
. This file was previously namedversion.properties
.
v1.10 (2022)
Prior changes are recorded in doc/archive/Changelog-upto-v1.10.asciidoc
.