From 41c604b0fdfea746d3e88d7ab7bb98c0946cd898 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 6 Apr 2021 13:00:30 -0700 Subject: [PATCH] update Changelog for v1.9B2 --- Changelog.asciidoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.asciidoc b/Changelog.asciidoc index 0f5560d1..db428474 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -12,8 +12,18 @@ Changes since v1.8: * [NEW] A native file system (notifyfs) and a .NET file system (notifyfs-dotnet) have been added to showcase the new file change notification API. +* [NEW] A new WinFsp-FUSE option `FileSecurity` has been added that allows the complete specification of file security descriptors using SDDL. (See GitHub issue https://github.com/rclone/rclone/issues/4717#issuecomment-767723287.) + +* [FIX] The FSD now correctly handles a rare situation where receiving too many CLOSE calls from the OS (e.g. when caching thousands of files) could result in a bogus "insufficient resources" error. (See commit 0af0bfbe7c45e353d693a2a45965d99fa81f2163.) + * [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. +* [FIX] WinFsp-FUSE options such as `volname`, `VolumePrefix`, `FileSystemName`, `ExactFileSystemName` are now truncated when too long. (See GitHub issue #311.) + +* [FIX] The WinFsp driver is now started in a thread-safe manner if it is not already running. (See GitHub issue billziss-gh/cgofuse#51.) + +* [FIX] Credentials entered in the Credentials dialog (when mapping network drives) are no longer saved by default. (See GitHub PR #342. Thanks @gaotxg.) + v1.9B1 (2021 Beta1)::