From affca267c547f1f6f591c8229361948cf40fff6e Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sun, 1 Oct 2017 11:39:15 -0700 Subject: [PATCH] update changelog --- Changelog.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.asciidoc b/Changelog.asciidoc index 018c598c..983c6987 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -4,7 +4,8 @@ v1.2B1 (2017.2 B1):: - New command line tool `fsptool` allows command line access to some WinFsp features. -- Added support for getting the originating process ID (PID) during `Create`, `Open` and `Rename` calls. See the `FspFileSystemOperationProcessId` API. +- New `GetDirInfoByName` file system operation adds fast queries of directory info by file name rather than pattern [e.g. `FindFirstFileW("foobar", FindData)`]. Tests with fsbench showed that such queries are sped up by an order of magnitude when using `GetDirInfoByName` in MEMFS. +- New `FspFileSystemOperationProcessId` API adds support for getting the originating process ID (PID) during `Create`, `Open` and `Rename` calls. v1.1 (2017.1)::