Skip to content

Commit

Permalink
Release 2.0.1.1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Jan 24, 2022
1 parent 4a2812f commit 5d11e40
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 22 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.1.1000] - 2021-01-23

### Added
- Kernel - Use the Rtl API to store DokanFCB in a Adelson-Velsky/Landis(AVL) table

### Fixed
- Kernel - Fix possible `PullEvents` infinite loop.
- Kernel - Fix crash when v2 and v1 are installed.
- Kernel - Make `RemoveSessionDevices` thread safe.
- Library - Fix `OpenRequestToken` crash when called outside `CreateFile`.
- Kernel - Fix subfolder property when using mount manager.

### Changed
- Installer - Allow installation side to side with 1.x.x.
- Library / Kernel - Enforce UNC usage with network drive option.
- Memfs - Update mount point in memfs after mount in case it changes.
- Library - Silence expected failures during unmount and make `DeleteDokanInstance` safer.
- Memfs - Use the new mount async API.
- Kernel - Release `NotifyEvent` memory on unmount.
- Kernel - Use IRP buffer fct for `GetMountPointList`.
- Kernel - Cleanup `SetInformation` completion and remove `DokanCCB::ERESOURCE`.

## [2.0.0.2000] - 2021-01-01

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Dokan.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<DOKANAPIVersion>2</DOKANAPIVersion>
<DOKANVersion>2.0.0</DOKANVersion>
<DOKANVersion>2.0.1</DOKANVersion>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
Expand Down
2 changes: 1 addition & 1 deletion dokan/dokan.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extern "C" {
/** @{ */

/** The current Dokan version (200 means ver 2.0.0). \ref DOKAN_OPTIONS.Version */
#define DOKAN_VERSION 200
#define DOKAN_VERSION 201
/** Minimum Dokan version (ver 2.0.0) accepted. */
#define DOKAN_MINIMUM_COMPATIBLE_VERSION 200
/** Driver file name including the DOKAN_MAJOR_API_VERSION */
Expand Down
8 changes: 4 additions & 4 deletions dokan/dokan.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,0,2000
PRODUCTVERSION 2,0,0,2000
FILEVERSION 2,0,1,1000
PRODUCTVERSION 2,0,1,1000
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -34,12 +34,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Dokan Project"
VALUE "FileDescription", "Dokan Library"
VALUE "FileVersion", "2.0.0.2000"
VALUE "FileVersion", "2.0.1.1000"
VALUE "InternalName", "dokan.dll"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "dokan.dll"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "2.0.0.2000"
VALUE "ProductVersion", "2.0.1.1000"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions dokan_fuse/src/dokanfuse.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,0,2000
PRODUCTVERSION 2,0,0,2000
FILEVERSION 2,0,1,1000
PRODUCTVERSION 2,0,1,1000
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -34,12 +34,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Dokan Project"
VALUE "FileDescription", "Dokan Fuse library"
VALUE "FileVersion", "2.0.0.2000"
VALUE "FileVersion", "2.0.1.1000"
VALUE "InternalName", "dokanfuse.dll"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "dokanfuse.dll"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "2.0.0.2000"
VALUE "ProductVersion", "2.0.1.1000"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions dokan_np/dokan_np.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,0,2000
PRODUCTVERSION 2,0,0,2000
FILEVERSION 2,0,1,1000
PRODUCTVERSION 2,0,1,1000
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -34,12 +34,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Dokan Project"
VALUE "FileDescription", "Dokan Network Provider"
VALUE "FileVersion", "2.0.0.2000"
VALUE "FileVersion", "2.0.1.1000"
VALUE "InternalName", "dokan.dll"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "dokannp.dll"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "2.0.0.2000"
VALUE "ProductVersion", "2.0.1.1000"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions dokan_wix/version.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName="Dokan Library" ?>
<?define ProductCodeX64="{DB21E410-4FE3-4DDE-822F-9DF6B4DEB27F}" ?>
<?define ProductCodeX64="{DB21E410-4FE3-0200-0001-220123221346}" ?>
<?define UpgradeCodeX64="{2EF80C64-08A6-4FE1-BE92-13FD293C831B}" ?>
<?define ProductCodeX86="{DB21E410-4FE3-4DDE-822F-9DF6B4DEB27F}" ?>
<?define ProductCodeX86="{DB21E410-4FE3-0200-0001-220123221346}" ?>
<?define UpgradeCodeX86="{2EF80C86-08A6-4FE1-BE92-13FD293C831B}" ?>
<?define ProviderKey="{5F030BFA-CE6E-408A-9694-F593B319DBBE}" ?>
<?define BundleUpgradeCode="{A30D29CD-FA58-4542-8D41-7EDD1FB1EE5A}" ?>
<?define BaseVersion="2.0.0" ?>
<?define BaseVersion="2.0.1" ?>
<?define MajorVersion="2" ?>
<?define BuildVersion="2000" ?>
<?define BuildVersion="1000" ?>
<?define CompanyName="Dokany Project" ?>
<?define ShortCompanyName="Dokany Project" ?>
<?define UpdateURL="https://dokan-dev.github.io/" ?>
Expand Down
8 changes: 4 additions & 4 deletions sys/dokan.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,0,2000
PRODUCTVERSION 2,0,0,2000
FILEVERSION 2,0,1,1000
PRODUCTVERSION 2,0,1,1000
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -34,12 +34,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Dokan Project"
VALUE "FileDescription", "Dokan Driver"
VALUE "FileVersion", "2.0.0.2000"
VALUE "FileVersion", "2.0.1.1000"
VALUE "InternalName", "dokan.sys"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "dokan.sys"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "2.0.0.2000"
VALUE "ProductVersion", "2.0.1.1000"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 5d11e40

Please sign in to comment.