update Changelog

This commit is contained in:
Bill Zissimopoulos 2017-03-13 15:28:16 -07:00
parent db0566701e
commit ba68ab845b

View File

@ -9,6 +9,7 @@ This is the WinFsp 2017 release! :tada:
- Adds chocolatey package. Try `choco install winfsp` (note: pending approval from chocolatey.org). - 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 `-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. - FUSE now provides a default `statfs` implementation if a file system does not provide one.
- The WinFsp DLL now exports `fuse_*` symbols in addition to the `fsp_fuse_*` symbols. These symbols are for use with programs that use FFI technology such as jnr-fuse and fusepy *ONLY*. They are not supposed to be used by native C/C++ programs. Such programs are supposed to include the `<fuse.h>` headers.
v1.0RC3:: v1.0RC3::