From 9533815931ccc54e9c362969b6c649ccc43d6db2 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 31 Jan 2017 12:19:54 -0800 Subject: [PATCH] update Changelog --- Changelog.asciidoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.asciidoc b/Changelog.asciidoc index 1266e0c2..fabadc3f 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -1,6 +1,16 @@ = Changelog +v1.0RC2:: + +This is the WinFsp 2017 Release Candidate 2. Some important changes included below: + +- 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 system. [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). +- The installer now (optionally) installs a sample file system called "passthrough-fuse". This file system performs the same function as the "passthrough" file system, but uses the FUSE compatibility layer. It builds and runs on both Windows and Cygwin. + + v1.0RC1:: This is the WinFsp 2017 Release Candidate 1. It has been tested extensively in a variety of scenarios for stability and correct file system semantics. Some of the more important changes: