From ba68ab845bab39843603ffb42e6310f5d99823c7 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Mon, 13 Mar 2017 15:28:16 -0700 Subject: [PATCH] update Changelog --- Changelog.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.asciidoc b/Changelog.asciidoc index 32b3f70e..4361a058 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -9,6 +9,7 @@ This is the WinFsp 2017 release! :tada: - 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. +- 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 `` headers. v1.0RC3::