From 3bda3d754ed4d02842330e5c3b75138b498e8b8e Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 4 Nov 2020 13:39:34 -0800 Subject: [PATCH] update changelog --- Changelog.asciidoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog.asciidoc b/Changelog.asciidoc index 3cdd6964..76a7a569 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -1,6 +1,18 @@ = Changelog +v1.9B1 (2021 Beta1):: + +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` + +* [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.8 (2020.2):: Changes since v1.7: