From b299027f6e93c578556f78e22d3917906e82dc97 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 7 Feb 2017 12:48:40 -0800 Subject: [PATCH] Update Changelog --- Changelog.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.asciidoc b/Changelog.asciidoc index ac6ceffb..40564864 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -5,6 +5,7 @@ v1.0RC2:: This is the WinFsp 2017 Release Candidate 2. Some important changes included below: +- WinFsp is now available under the GPLv3 with a special exception for Free/Libre and Open Source Software. - Despite stating in the previous release that the API has been finalized the `ReadDirectory` `FSP_FILE_SYSTEM_INTERFACE` operation has been changed. Extensive testing with multiple file systems has shown that `ReadDirectory` was hard to implement correctly. The new definition should make implementation easier for most file systems. [See GitHub issue #34.] - Some API's to facilitate `ReadDirectory` implementation have been added. Look for `FspFileSystem*DirectoryBuffer` symbols. - The installer now (optionally) installs a sample file system called "passthrough". This is a simple file system that passes all operations to an underlying file system. There is also a tutorial for this file system (in the doc directory).