bump version to 2018.2 B2 and update changelog

This commit is contained in:
Bill Zissimopoulos 2018-07-05 15:13:56 -07:00
parent 9b8b3e9cb8
commit a56caf3f94
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3
2 changed files with 10 additions and 1 deletions

View File

@ -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:

View File

@ -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>