Skip to content

WinFsp 2017.1 B2

Pre-release
Pre-release
Compare
Choose a tag to compare
@billziss-gh billziss-gh released this 11 May 22:02
· 1127 commits to master since this release

THIS IS A PRE-RELEASE

  • The API is backwards compatible, but may not be forwards compatible. For example, API design flaws and bugs may be fixed in a forwards-incompatible manner.
  • This pre-release includes signed drivers for Windows 7, 8, 10, but not Server 2016. Only final releases have signed drivers for all OS'es (including Server 2016).

Changes from WinFsp 2017

  • A .NET layer that allows the creation of file systems in managed mode. This is contained in the new winfsp-msil.dll. The new .NET layer is being tested with the WinFsp test suites and Microsoft's ifstest.
  • A simple C++ layer can be found in inc/winfsp/winfsp.hpp.
  • FUSE for Cygwin is now included with the installer.
  • FUSE now has a -ovolname=VOLNAME parameter that allows setting the volume label. Thanks @SamKelly.