changelog: add FUSE3 information

This commit is contained in:
Bill Zissimopoulos 2018-07-20 15:17:47 -07:00
parent 558487cd22
commit ea5e031af2
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -5,9 +5,11 @@ v1.4B2 (2018.2 B2)::
Changes since v1.3: Changes since v1.3:
* New FUSE3 API support. FUSE version 3.2 is supported.
* New `Control` file system operation allows sending custom control codes to the file system using the Windows `DeviceIoControl` API. * New `Control` file system operation allows sending custom control codes to the file system using the Windows `DeviceIoControl` API.
* `FlushAndPurgeOnCleanup` has now been added to the .NET API. (GitHub PR #176; thanks @FrKaram.) * `FlushAndPurgeOnCleanup` has now been added to the .NET API. (GitHub PR #176; thanks @FrKaram.)
* New sample file system "airfs" contributed by @JohnOberschelp. * New sample file system "airfs" contributed by @JohnOberschelp.
* New sample file system "passthrough-fuse3" passes all operations to an underlying file system. This file system is built using the FUSE3 API. It builds and runs on both Windows and Cygwin.
v1.4B1 (2018.2 B1):: v1.4B1 (2018.2 B1)::