mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
update changelog
This commit is contained in:
parent
4b7684122b
commit
affca267c5
@ -4,7 +4,8 @@
|
|||||||
v1.2B1 (2017.2 B1)::
|
v1.2B1 (2017.2 B1)::
|
||||||
|
|
||||||
- New command line tool `fsptool` allows command line access to some WinFsp features.
|
- 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)::
|
v1.1 (2017.1)::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user