File tree 8 files changed +34
-22
lines changed
8 files changed +34
-22
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 2.0.2.1000] - 2021-02-06
7
+
8
+ ### Fixed
9
+ - Library - Fix DokanResetTimeout DokanFileInfo usage.
10
+ - Library - Correctly set PullEventTimeoutMs value.
11
+ - Kernel - Fix notify queue timeout value and timeout detection.
12
+ - Memfs - Fix ` SetFileAttributes ` behavior.
13
+ - Library - Fix incorrect lock used for DokanOpenInfo ` OpenCount ` increments.
14
+
15
+ ### Changed
16
+ - Library - Use multiple main pull thread (4 instead of 1) to avoid deadlock during low activity.
17
+
6
18
## [ 2.0.1.2000] - 2021-01-28
7
19
8
20
### Fixed
Original file line number Diff line number Diff line change 3
3
<ImportGroup Label =" PropertySheets" />
4
4
<PropertyGroup Label =" UserMacros" >
5
5
<DOKANAPIVersion >2</DOKANAPIVersion >
6
- <DOKANVersion >2.0.1 </DOKANVersion >
6
+ <DOKANVersion >2.0.2 </DOKANVersion >
7
7
</PropertyGroup >
8
8
<PropertyGroup />
9
9
<ItemDefinitionGroup />
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ extern "C" {
56
56
/** @{ */
57
57
58
58
/** The current Dokan version (200 means ver 2.0.0). \ref DOKAN_OPTIONS.Version */
59
- #define DOKAN_VERSION 201
59
+ #define DOKAN_VERSION 202
60
60
/** Minimum Dokan version (ver 2.0.0) accepted. */
61
61
#define DOKAN_MINIMUM_COMPATIBLE_VERSION 200
62
62
/** Driver file name including the DOKAN_MAJOR_API_VERSION */
Original file line number Diff line number Diff line change 16
16
//
17
17
18
18
VS_VERSION_INFO VERSIONINFO
19
- FILEVERSION 2,0,1,2000
20
- PRODUCTVERSION 2,0,1,2000
19
+ FILEVERSION 2,0,2,1000
20
+ PRODUCTVERSION 2,0,2,1000
21
21
FILEFLAGSMASK 0x3fL
22
22
#ifdef _DEBUG
23
23
FILEFLAGS 0x1L
@@ -34,12 +34,12 @@ BEGIN
34
34
BEGIN
35
35
VALUE "CompanyName", "Dokan Project"
36
36
VALUE "FileDescription", "Dokan Library"
37
- VALUE "FileVersion", "2.0.1.2000 "
37
+ VALUE "FileVersion", "2.0.2.1000 "
38
38
VALUE "InternalName", "dokan.dll"
39
39
VALUE "LegalCopyright", "Copyright (C) 2021"
40
40
VALUE "OriginalFilename", "dokan.dll"
41
41
VALUE "ProductName", "Dokan"
42
- VALUE "ProductVersion", "2.0.1.2000 "
42
+ VALUE "ProductVersion", "2.0.2.1000 "
43
43
END
44
44
END
45
45
BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 16
16
//
17
17
18
18
VS_VERSION_INFO VERSIONINFO
19
- FILEVERSION 2,0,1,2000
20
- PRODUCTVERSION 2,0,1,2000
19
+ FILEVERSION 2,0,2,1000
20
+ PRODUCTVERSION 2,0,2,1000
21
21
FILEFLAGSMASK 0x3fL
22
22
#ifdef _DEBUG
23
23
FILEFLAGS 0x1L
@@ -34,12 +34,12 @@ BEGIN
34
34
BEGIN
35
35
VALUE "CompanyName", "Dokan Project"
36
36
VALUE "FileDescription", "Dokan Fuse library"
37
- VALUE "FileVersion", "2.0.1.2000 "
37
+ VALUE "FileVersion", "2.0.2.1000 "
38
38
VALUE "InternalName", "dokanfuse.dll"
39
39
VALUE "LegalCopyright", "Copyright (C) 2021"
40
40
VALUE "OriginalFilename", "dokanfuse.dll"
41
41
VALUE "ProductName", "Dokan"
42
- VALUE "ProductVersion", "2.0.1.2000 "
42
+ VALUE "ProductVersion", "2.0.2.1000 "
43
43
END
44
44
END
45
45
BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 16
16
//
17
17
18
18
VS_VERSION_INFO VERSIONINFO
19
- FILEVERSION 2,0,1,2000
20
- PRODUCTVERSION 2,0,1,2000
19
+ FILEVERSION 2,0,2,1000
20
+ PRODUCTVERSION 2,0,2,1000
21
21
FILEFLAGSMASK 0x3fL
22
22
#ifdef _DEBUG
23
23
FILEFLAGS 0x1L
@@ -34,12 +34,12 @@ BEGIN
34
34
BEGIN
35
35
VALUE "CompanyName", "Dokan Project"
36
36
VALUE "FileDescription", "Dokan Network Provider"
37
- VALUE "FileVersion", "2.0.1.2000 "
37
+ VALUE "FileVersion", "2.0.2.1000 "
38
38
VALUE "InternalName", "dokan.dll"
39
39
VALUE "LegalCopyright", "Copyright (C) 2021"
40
40
VALUE "OriginalFilename", "dokannp.dll"
41
41
VALUE "ProductName", "Dokan"
42
- VALUE "ProductVersion", "2.0.1.2000 "
42
+ VALUE "ProductVersion", "2.0.2.1000 "
43
43
END
44
44
END
45
45
BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Include >
3
3
<?define ProductName =" Dokan Library" ?>
4
- <?define ProductCodeX 64=" {DB21E410-4FE3-0200-0001-220128085944 }" ?>
4
+ <?define ProductCodeX 64=" {DB21E410-4FE3-0200-0002-220206123355 }" ?>
5
5
<?define UpgradeCodeX 64=" {FC60082A-8D90-4AEB-901A-C5E38682B830}" ?>
6
- <?define ProductCodeX 86=" {DB21E410-4FE3-0200-0001-220128085944 }" ?>
6
+ <?define ProductCodeX 86=" {DB21E410-4FE3-0200-0002-220206123355 }" ?>
7
7
<?define UpgradeCodeX 86=" {FC60082A-8D90-4AEB-901A-C5E38682B830}" ?>
8
8
<?define ProviderKey =" {5F030BFA-CE6E-408A-9694-F593B319DBBE}" ?>
9
9
<?define BundleUpgradeCode =" {832B1FAC-B29B-4DDC-A449-007F63A4A1EF}" ?>
10
- <?define BaseVersion =" 2.0.1 " ?>
10
+ <?define BaseVersion =" 2.0.2 " ?>
11
11
<?define MajorVersion =" 2" ?>
12
- <?define BuildVersion =" 2000 " ?>
12
+ <?define BuildVersion =" 1000 " ?>
13
13
<?define CompanyName =" Dokany Project" ?>
14
14
<?define ShortCompanyName =" Dokany Project" ?>
15
15
<?define UpdateURL =" https://dokan-dev.github.io/" ?>
Original file line number Diff line number Diff line change 16
16
//
17
17
18
18
VS_VERSION_INFO VERSIONINFO
19
- FILEVERSION 2,0,1,2000
20
- PRODUCTVERSION 2,0,1,2000
19
+ FILEVERSION 2,0,2,1000
20
+ PRODUCTVERSION 2,0,2,1000
21
21
FILEFLAGSMASK 0x3fL
22
22
#ifdef _DEBUG
23
23
FILEFLAGS 0x1L
@@ -34,12 +34,12 @@ BEGIN
34
34
BEGIN
35
35
VALUE "CompanyName", "Dokan Project"
36
36
VALUE "FileDescription", "Dokan Driver"
37
- VALUE "FileVersion", "2.0.1.2000 "
37
+ VALUE "FileVersion", "2.0.2.1000 "
38
38
VALUE "InternalName", "dokan.sys"
39
39
VALUE "LegalCopyright", "Copyright (C) 2021"
40
40
VALUE "OriginalFilename", "dokan.sys"
41
41
VALUE "ProductName", "Dokan"
42
- VALUE "ProductVersion", "2.0.1.2000 "
42
+ VALUE "ProductVersion", "2.0.2.1000 "
43
43
END
44
44
END
45
45
BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments