mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
changelog: add FUSE3 information
This commit is contained in:
parent
558487cd22
commit
ea5e031af2
@ -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)::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user