Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billziss-gh committed Apr 25, 2020
1 parent 7c06ead commit fd4c532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Changelog.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ v1.7B2 (2020.1 B2)::
Changes since v1.6:

* [FUSE] FUSE invalid directory entries no longer break the entire directory listing. Such invalid directory entries are logged. (GitHub PR #292.)
* [LAUNCH] The Launcher can now restart file systems that have crashed. Set `Recovery=1` for the file system's registry entry.
* [LAUNCH] The Launcher can now restart file systems that have crashed. Set `Recovery=1` in the file system's registry entry.
* [LAUNCH] The Launcher can now redirect file system standard error output. Set `Stderr=PATH` in the file system's registry entry.
* [FIX] Work around a problem in CreateProcess/CreateSection that allowed a faulty or malicious file system to bugcheck Windows.
* [FIX] Work around an incompatibility with Avast Antivirus.
** Native and .NET file systems that experience this problem should set the flag `RejectIrpPriorToTransact0` in `FSP_FSCTL_VOLUME_PARAMS` to `1`. This is only required when mounting on a directory with Avast Antivirus present.
Expand Down

0 comments on commit fd4c532

Please sign in to comment.