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: