Skip to content

Commit

Permalink
Release 2.0.4.1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Apr 30, 2022
1 parent de96b89 commit 3d91b76
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 26 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ 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/).

## [Unreleased] - 2.0.4.1000
## [2.0.4.1000] - 2021-04-30

### Changed
- Kernel - Remove possible `UNCName` prefix during Create.
- Kernel - Remove possible `UNCName` prefix in `Filename` during `CreateFile`.
- Library - Doc - Recommend `FindFiles` to be implemented
- Library - Allow `FindFiles` to be optional by using `FindFilesWithPattern` with wildcard.

### Fixed
- FUSE - update library name in module definition.
- Library - Move `UserContext` under `OpenCount` lock to reduce incorrect value used when calling `Close`.
- Kernel - Clear write change flag when `FCB` is being reused.
- Kernel - Clear write change flag when FCB is being reused.
- Kernel - Remove unsupported eject media support (deadlock).
- FUSE - Update library name in module definition.

## [2.0.3.2000] - 2021-02-27

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.3</DOKANVersion>
<DOKANVersion>2.0.4</DOKANVersion>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
Expand Down
2 changes: 1 addition & 1 deletion documentations/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = Dokan
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.0.3
PROJECT_NUMBER = 2.0.4

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
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 203
#define DOKAN_VERSION 204
/** 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,3,1000
PRODUCTVERSION 2,0,3,1000
FILEVERSION 2,0,4,1000
PRODUCTVERSION 2,0,4,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.3.1000"
VALUE "FileVersion", "2.0.4.1000"
VALUE "InternalName", "dokan.dll"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "dokan.dll"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "2.0.3.1000"
VALUE "ProductVersion", "2.0.4.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,3,1000
PRODUCTVERSION 2,0,3,1000
FILEVERSION 2,0,4,1000
PRODUCTVERSION 2,0,4,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.3.1000"
VALUE "FileVersion", "2.0.4.1000"
VALUE "InternalName", "dokanfuse.dll"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "dokanfuse.dll"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "2.0.3.1000"
VALUE "ProductVersion", "2.0.4.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,3,1000
PRODUCTVERSION 2,0,3,1000
FILEVERSION 2,0,4,1000
PRODUCTVERSION 2,0,4,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.3.1000"
VALUE "FileVersion", "2.0.4.1000"
VALUE "InternalName", "dokan.dll"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "dokannp.dll"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "2.0.3.1000"
VALUE "ProductVersion", "2.0.4.1000"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 3 additions & 3 deletions dokan_wix/version.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName="Dokan Library" ?>
<?define ProductCodeX64="{9A7325EA-D3C9-4A13-848C-C137AE6C4AE9}" ?>
<?define ProductCodeX64="{9A7325EA-D3C9-0200-0004-220430082449}" ?>
<?define UpgradeCodeX64="{31A8F445-2AC6-494B-819C-4F4E1B2AECF1}" ?>
<?define ProductCodeX86="{D1680D5B-295F-4DA2-A963-81938532C6F0}" ?>
<?define ProductCodeX86="{D1680D5B-295F-0200-0004-220430082449}" ?>
<?define UpgradeCodeX86="{B08DE90A-F064-4ADC-99AC-2EC933417CC5}" ?>
<?define ProviderKey="{6DE61B71-BBFA-4007-8660-BD13A0DF9004}" ?>
<?define BundleUpgradeCode="{F9DD32AC-C2BA-4B2C-841F-B34ABED0A0F1}" ?>
<?define BaseVersion="2.0.3" ?>
<?define BaseVersion="2.0.4" ?>
<?define MajorVersion="2" ?>
<?define BuildVersion="1000" ?>
<?define CompanyName="Dokany Project" ?>
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,3,1000
PRODUCTVERSION 2,0,3,1000
FILEVERSION 2,0,4,1000
PRODUCTVERSION 2,0,4,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.3.1000"
VALUE "FileVersion", "2.0.4.1000"
VALUE "InternalName", "dokan.sys"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "dokan.sys"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "2.0.3.1000"
VALUE "ProductVersion", "2.0.4.1000"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 3d91b76

Please sign in to comment.