diff --git a/doc/Changelog.adoc b/doc/Changelog.adoc index 166471a5..c8292c4b 100644 --- a/doc/Changelog.adoc +++ b/doc/Changelog.adoc @@ -3,7 +3,9 @@ v0.14:: -- WinFsp now supports file systems that require username/password to be unlocked (e.g. sshfs/secfs). Such file systems must add a DWORD registry value with name "Credentials" and value 1 under their WinFsp.Launcher service entry. The WinFsp network provider will then prompt for credentials using the `CredUIPromptForWindowsCredentials`. Credentials can optionally be saved with the Windows Credential Manager. +This release includes support for file systems protected by credentials. + +- WinFsp now supports file systems that require username/password to be unlocked (e.g. sshfs/secfs). Such file systems must add a DWORD registry value with name "Credentials" and value 1 under their WinFsp.Launcher service entry. The WinFsp network provider will then prompt for credentials using the `CredUIPromptForWindowsCredentials` API. Credentials can optionally be saved with the Windows Credential Manager. - WinFsp-FUSE now uses the S-1-0-65534 <--> 65534 mapping for unmapped SID/UID's. The Anonymous SID mapping from the previous release had security issues.