From 52acc3bc48bf6b8f41d1e0c7713195caf3bcd3a1 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 6 Jan 2017 12:47:11 -0800 Subject: [PATCH] update Changelog --- Changelog.asciidoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.asciidoc b/Changelog.asciidoc index dcb27ff3..1266e0c2 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -3,9 +3,13 @@ v1.0RC1:: -This is the first Release Candidate. It has been tested for robustness and correct file system semantics in a variety of scenarios. Some of the more important changes: +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: - API has been polished and finalized. +- Extensively tested against multiple test suites including Microsoft's IfsTest. +- WinFsp I/O Queues (the fundamental WinFsp IPC mechanism) have been improved to work similar to I/O Completion Ports. +- Opportunistic locks have been implemented. +- File system statistics have been implemented. - Sharing a (disk) file system over the network is supported. - Case insensitive file systems are supported. - Directories are supported as mount points.