From b323925d94cc8087ccb38dd98e76ccaf948783a9 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Mon, 10 Dec 2018 09:34:17 -0800 Subject: [PATCH] update changelog --- Changelog.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.asciidoc b/Changelog.asciidoc index cc9b2858..5eed50d5 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -1,7 +1,7 @@ = Changelog -v1.4 (2018.2):: +v1.4B4 (2018.2 B4):: Changes since v1.3: @@ -13,7 +13,9 @@ 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 a fix for a Windows problem: that case-sensitive file systems do not work properly when mounted as directories. See FAQ entry #3. +* The FSD includes a fix for a rare but serious problem. (GitHub issue #177. Thanks @thinkport.) * The FSD includes a fix for an incompatibility with DrWeb Antivirus. (GitHub issue #192) +* The DLL includes a fix for an errorenous `STATUS_ACCESS_DENIED` on read-only directories. (GitHub issue #190. Thanks @alfaunits.) v1.4B3 (2018.2 B3)::