From a372c6ee406a98323a1712a2995f1a43243a34ee Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 18 Dec 2020 16:57:08 -0800 Subject: [PATCH] changelog: add note about notifyfs file systems --- Changelog.asciidoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Changelog.asciidoc b/Changelog.asciidoc index 76a7a569..0f5560d1 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -1,6 +1,20 @@ = Changelog +v1.9B2 (2021 Beta2):: + +Changes since v1.8: + +* [NEW] WinFsp now supports file change notifications and cache invalidations. This functionality is offered via the following new API's: +** Native API: `FspFileSystemNotify` +** FUSE API: `fuse_notify` +** .NET API: `FileSystemHost.Notify` + +* [NEW] A native file system (notifyfs) and a .NET file system (notifyfs-dotnet) have been added to showcase the new file change notification API. + +* [FIX] WinFsp-FUSE correctly maps SID's from trusted domains to POSIX UID's in a multi-domain environment (using the "trustPosixOffset" attribute). Previously WinFsp-FUSE only handled SID's from the primary domain correctly. + + v1.9B1 (2021 Beta1):: Changes since v1.8: