From c3eb46813e0054ef2a92db84036e06d51e3d77cd Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sat, 11 Mar 2017 16:21:46 -0800 Subject: [PATCH] update Changelog for v1.0 --- Changelog.asciidoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.asciidoc b/Changelog.asciidoc index f5f35fdb..a993f7f6 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -1,6 +1,15 @@ = Changelog +v1.0:: + +This is the WinFsp 2017 release. A few minor changes since v1.0RC3: + +- Adds chocolatey package. Try `choco install winfsp` (note: pending approval from chocolatey.org). +- FUSE `-d` output now always goes to stderr. There is also a new `-oDebugLog=FILE` switch to specify a debug output file. +- FUSE now provides a default `statfs` implementation if a file system does not provide one. + + v1.0RC3:: This is the WinFsp 2017 Release Candidate 3, which should be the last Release Candidate according to the current plan. This release fixes a major issue with some file systems and includes a few smaller changes: