Changelog, FAQ: add info about reparse point and case-sensitivity fix

This commit is contained in:
Bill Zissimopoulos
2018-09-06 17:06:51 -07:00
parent dcf3d612bc
commit 52f0d1e1d8
2 changed files with 5 additions and 2 deletions

View File

@ -12,6 +12,7 @@ Changes since v1.3:
* New sample file system "airfs" contributed by @JohnOberschelp. Airfs is an in-memory file system like Memfs on which it is based on; it has received substantial improvements in how the file name space is maintained and has been modified to use modern C++ techniques by John.
* 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.
* The FUSE layer now supports multiple file systems within a single process. This is a long standing problem that has been fixed. (GitHub issue #135.)
* The FSD includes an experimental fix for a Windows problem: that case-sensitive file systems do not work properly when mounted as directories. See the relevant FAQ entry.
v1.4B2 (2018.2 B2)::