Skip to content

Commit a4f86eb

Browse files
committed
Release 2.0.1.2000
1 parent a1a557b commit a4f86eb

File tree

7 files changed

+27
-20
lines changed

7 files changed

+27
-20
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [2.0.1.2000] - 2021-01-28
7+
8+
### Fixed
9+
- Installer - Set new BundleUpgradeCode for v2.
10+
- Kernel - Lock Fcb during setFileInfo notify report change
11+
612
## [2.0.1.1000] - 2021-01-23
713

814
### Added
@@ -610,6 +616,7 @@ Latest Dokan version from Hiroki Asakawa.
610616
[http://dokan-dev.net/en]( http://web.archive.org/web/20150419082954/http://dokan-dev.net/en/)
611617

612618

619+
[2.0.1.2000]: https://github.com/dokan-dev/dokany/compare/v2.0.1.1000...v2.0.1.2000
613620
[2.0.1.1000]: https://github.com/dokan-dev/dokany/compare/v2.0.0.2000...v2.0.1.1000
614621
[2.0.0.2000]: https://github.com/dokan-dev/dokany/compare/v2.0.0.1000...v2.0.0.2000
615622
[2.0.0.1000]: https://github.com/dokan-dev/dokany/compare/v1.5.1.1000...v2.0.0.1000

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
WLK_INST_CACHE: '%DOKAN_CI_CACHE%\wlk_inst'
1414
DOKAN_MAIN_BUILD_JOB_NAME: "Image: Visual Studio 2019; Configuration: All"
1515

16-
version: 2.0.0-{build}
16+
version: 2.0.1-{build}
1717
configuration:
1818
- All
1919
- SonarQube

dokan/dokan.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
//
1717

1818
VS_VERSION_INFO VERSIONINFO
19-
FILEVERSION 2,0,1,1000
20-
PRODUCTVERSION 2,0,1,1000
19+
FILEVERSION 2,0,1,2000
20+
PRODUCTVERSION 2,0,1,2000
2121
FILEFLAGSMASK 0x3fL
2222
#ifdef _DEBUG
2323
FILEFLAGS 0x1L
@@ -34,12 +34,12 @@ BEGIN
3434
BEGIN
3535
VALUE "CompanyName", "Dokan Project"
3636
VALUE "FileDescription", "Dokan Library"
37-
VALUE "FileVersion", "2.0.1.1000"
37+
VALUE "FileVersion", "2.0.1.2000"
3838
VALUE "InternalName", "dokan.dll"
3939
VALUE "LegalCopyright", "Copyright (C) 2021"
4040
VALUE "OriginalFilename", "dokan.dll"
4141
VALUE "ProductName", "Dokan"
42-
VALUE "ProductVersion", "2.0.1.1000"
42+
VALUE "ProductVersion", "2.0.1.2000"
4343
END
4444
END
4545
BLOCK "VarFileInfo"

dokan_fuse/src/dokanfuse.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
//
1717

1818
VS_VERSION_INFO VERSIONINFO
19-
FILEVERSION 2,0,1,1000
20-
PRODUCTVERSION 2,0,1,1000
19+
FILEVERSION 2,0,1,2000
20+
PRODUCTVERSION 2,0,1,2000
2121
FILEFLAGSMASK 0x3fL
2222
#ifdef _DEBUG
2323
FILEFLAGS 0x1L
@@ -34,12 +34,12 @@ BEGIN
3434
BEGIN
3535
VALUE "CompanyName", "Dokan Project"
3636
VALUE "FileDescription", "Dokan Fuse library"
37-
VALUE "FileVersion", "2.0.1.1000"
37+
VALUE "FileVersion", "2.0.1.2000"
3838
VALUE "InternalName", "dokanfuse.dll"
3939
VALUE "LegalCopyright", "Copyright (C) 2021"
4040
VALUE "OriginalFilename", "dokanfuse.dll"
4141
VALUE "ProductName", "Dokan"
42-
VALUE "ProductVersion", "2.0.1.1000"
42+
VALUE "ProductVersion", "2.0.1.2000"
4343
END
4444
END
4545
BLOCK "VarFileInfo"

dokan_np/dokan_np.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
//
1717

1818
VS_VERSION_INFO VERSIONINFO
19-
FILEVERSION 2,0,1,1000
20-
PRODUCTVERSION 2,0,1,1000
19+
FILEVERSION 2,0,1,2000
20+
PRODUCTVERSION 2,0,1,2000
2121
FILEFLAGSMASK 0x3fL
2222
#ifdef _DEBUG
2323
FILEFLAGS 0x1L
@@ -34,12 +34,12 @@ BEGIN
3434
BEGIN
3535
VALUE "CompanyName", "Dokan Project"
3636
VALUE "FileDescription", "Dokan Network Provider"
37-
VALUE "FileVersion", "2.0.1.1000"
37+
VALUE "FileVersion", "2.0.1.2000"
3838
VALUE "InternalName", "dokan.dll"
3939
VALUE "LegalCopyright", "Copyright (C) 2021"
4040
VALUE "OriginalFilename", "dokannp.dll"
4141
VALUE "ProductName", "Dokan"
42-
VALUE "ProductVersion", "2.0.1.1000"
42+
VALUE "ProductVersion", "2.0.1.2000"
4343
END
4444
END
4545
BLOCK "VarFileInfo"

dokan_wix/version.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Include>
33
<?define ProductName="Dokan Library" ?>
4-
<?define ProductCodeX64="{DB21E410-4FE3-0200-0001-220123221346}" ?>
4+
<?define ProductCodeX64="{DB21E410-4FE3-0200-0001-220128085944}" ?>
55
<?define UpgradeCodeX64="{2EF80C64-08A6-4FE1-BE92-13FD293C831B}" ?>
6-
<?define ProductCodeX86="{DB21E410-4FE3-0200-0001-220123221346}" ?>
6+
<?define ProductCodeX86="{DB21E410-4FE3-0200-0001-220128085944}" ?>
77
<?define UpgradeCodeX86="{2EF80C86-08A6-4FE1-BE92-13FD293C831B}" ?>
88
<?define ProviderKey="{5F030BFA-CE6E-408A-9694-F593B319DBBE}" ?>
99
<?define BundleUpgradeCode="{832B1FAC-B29B-4DDC-A449-007F63A4A1EF}" ?>
1010
<?define BaseVersion="2.0.1" ?>
1111
<?define MajorVersion="2" ?>
12-
<?define BuildVersion="1000" ?>
12+
<?define BuildVersion="2000" ?>
1313
<?define CompanyName="Dokany Project" ?>
1414
<?define ShortCompanyName="Dokany Project" ?>
1515
<?define UpdateURL="https://dokan-dev.github.io/" ?>

sys/dokan.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
//
1717

1818
VS_VERSION_INFO VERSIONINFO
19-
FILEVERSION 2,0,1,1000
20-
PRODUCTVERSION 2,0,1,1000
19+
FILEVERSION 2,0,1,2000
20+
PRODUCTVERSION 2,0,1,2000
2121
FILEFLAGSMASK 0x3fL
2222
#ifdef _DEBUG
2323
FILEFLAGS 0x1L
@@ -34,12 +34,12 @@ BEGIN
3434
BEGIN
3535
VALUE "CompanyName", "Dokan Project"
3636
VALUE "FileDescription", "Dokan Driver"
37-
VALUE "FileVersion", "2.0.1.1000"
37+
VALUE "FileVersion", "2.0.1.2000"
3838
VALUE "InternalName", "dokan.sys"
3939
VALUE "LegalCopyright", "Copyright (C) 2021"
4040
VALUE "OriginalFilename", "dokan.sys"
4141
VALUE "ProductName", "Dokan"
42-
VALUE "ProductVersion", "2.0.1.1000"
42+
VALUE "ProductVersion", "2.0.1.2000"
4343
END
4444
END
4545
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)