changelog: add note about drweb fix

This commit is contained in:
Bill Zissimopoulos 2018-09-27 12:27:36 -07:00
parent c9f1c1c60d
commit a03b480eeb

View File

@ -13,6 +13,7 @@ Changes since v1.3:
* 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.
* The FSD includes a fix for an incompatibility with DrWeb Antivirus. (GitHub issue #192)
v1.4B2 (2018.2 B2)::