mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
bump version to 2018.2 B2 and update changelog
This commit is contained in:
parent
9b8b3e9cb8
commit
a56caf3f94
@ -1,6 +1,15 @@
|
||||
= Changelog
|
||||
|
||||
|
||||
v1.4B2 (2018.2 B2)::
|
||||
|
||||
Changes since v1.3:
|
||||
|
||||
* New `Control` file system operation allows sending custom control codes to the file system using the Windows `DeviceIoControl` API.
|
||||
* `FlushAndPurgeOnCleanup` has now been added to the .NET API. (GitHub PR #176; thanks @FrKaram.)
|
||||
* New sample file system "airfs" contributed by @JohnOberschelp.
|
||||
|
||||
|
||||
v1.4B1 (2018.2 B1)::
|
||||
|
||||
Changes since v1.3:
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
<MyCanonicalVersion>1.4</MyCanonicalVersion>
|
||||
|
||||
<MyProductVersion>2018.2 B1</MyProductVersion>
|
||||
<MyProductVersion>2018.2 B2</MyProductVersion>
|
||||
<MyProductStage>Beta</MyProductStage>
|
||||
|
||||
<MyVersion>$(MyCanonicalVersion).$(MyBuildNumber)</MyVersion>
|
||||
|
Loading…
x
Reference in New Issue
Block a user