github winfsp/winfsp v1.0
WinFsp 2017

latest releases: v2.1B1, v2.0, v2.0RC1...
7 years ago

This is the WinFsp 2017 release! 🎉

  • The API is now FROZEN. Breaking API changes will receive a major version update (2.0). Incremental API changes will receive a minor version update (1.x).
  • 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 <fuse.h> headers.

Don't miss a new winfsp release

NewReleases is sending notifications on new releases.