Skip to content

Commit

Permalink
Release 1.0.4.1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien JUND committed Aug 31, 2017
1 parent 8027a56 commit af8d4c6
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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] - 1.0.4.1000
## [1.0.4.1000] - 2017-08-31
### Added
- Library - Support `FileIdFullDirectoryInformation`
- CI - IFSTest !
Expand Down Expand Up @@ -302,7 +302,7 @@ Latest Dokan version from Hiroki Asakawa.
[http://dokan-dev.net/en]( http://web.archive.org/web/20150419082954/http://dokan-dev.net/en/)


[Unreleased]: https://github.com/dokan-dev/dokany/compare/v1.0.3...master
[1.0.4.1000]: https://github.com/dokan-dev/dokany/compare/v1.0.3...v1.0.4
[1.0.3.1000]: https://github.com/dokan-dev/dokany/compare/v1.0.2...v1.0.3
[1.0.2.1000]: https://github.com/dokan-dev/dokany/compare/v1.0.1...v1.0.2
[1.0.1.1000]: https://github.com/dokan-dev/dokany/compare/v1.0.0...v1.0.1
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>1</DOKANAPIVersion>
<DOKANVersion>1.0.3</DOKANVersion>
<DOKANVersion>1.0.4</DOKANVersion>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
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 1,0,3,1000
PRODUCTVERSION 1,0,3,1000
FILEVERSION 1,0,4,1000
PRODUCTVERSION 1,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", "1.0.3.1000"
VALUE "FileVersion", "1.0.4.1000"
VALUE "InternalName", "dokan.dll"
VALUE "LegalCopyright", "Copyright (C) 2017"
VALUE "OriginalFilename", "dokan.dll"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "1.0.3.1000"
VALUE "ProductVersion", "1.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 1,0,3,1000
PRODUCTVERSION 1,0,3,1000
FILEVERSION 1,0,4,1000
PRODUCTVERSION 1,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", "1.0.3.1000"
VALUE "FileVersion", "1.0.4.1000"
VALUE "InternalName", "dokanfuse.dll"
VALUE "LegalCopyright", "Copyright (C) 2017"
VALUE "OriginalFilename", "dokanfuse.dll"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "1.0.3.1000"
VALUE "ProductVersion", "1.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 1,0,3,1000
PRODUCTVERSION 1,0,3,1000
FILEVERSION 1,0,4,1000
PRODUCTVERSION 1,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", "1.0.3.1000"
VALUE "FileVersion", "1.0.4.1000"
VALUE "InternalName", "dokan.dll"
VALUE "LegalCopyright", "Copyright (C) 2017"
VALUE "OriginalFilename", "dokannp.dll"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "1.0.3.1000"
VALUE "ProductVersion", "1.0.4.1000"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion dokan_wix/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cd dokan_wix
MakeCab /f dokanx64.ddf
MakeCab /f dokanx86.ddf

set /p DUMMY=Please submit drivers to sysdev portal. Hit ENTER when it is done...
set /p DUMMY=Please submit drivers to developer hardware dashboard. Hit ENTER when it is done...

IF EXIST C:\cygwin ( powershell -Command "(gc version.xml) -replace 'BuildCygwin=\"false\"', 'BuildCygwin=\"true\"' | sc version.xml" ) ELSE ( powershell -Command "(gc version.xml) -replace 'BuildCygwin=\"true\"', 'BuildCygwin=\"false\"' | sc version.xml" )

Expand Down
8 changes: 4 additions & 4 deletions dokan_wix/version.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName="Dokan Library" ?>
<?define ProductCodeX64="{65A3A964-3DC3-0100-0003-170324143158}" ?>
<?define ProductCodeX64="{65A3A964-3DC3-0100-0004-170831093022}" ?>
<?define UpgradeCodeX64="{2EF80C64-08A6-4FE1-BE92-13FD293C831B}" ?>
<?define ProductCodeX86="{65A3A986-3DC3-0100-0003-170324143158}" ?>
<?define ProductCodeX86="{65A3A986-3DC3-0100-0004-170831093022}" ?>
<?define UpgradeCodeX86="{2EF80C86-08A6-4FE1-BE92-13FD293C831B}" ?>
<?define ProviderKey="{5F030BFA-CE6E-408A-9694-F593B319DBBE}" ?>
<?define BundleUpgradeCode="{A30D29CD-FA58-4542-8D41-7EDD1FB1EE5A}" ?>
<?define BaseVersion="1.0.3" ?>
<?define BaseVersion="1.0.4" ?>
<?define MajorVersion="1" ?>
<?define BuildVersion="1000" ?>
<?define CompanyName="Dokany Project" ?>
<?define ShortCompanyName="Dokany Project" ?>
<?define UpdateURL="https://dokan-dev.github.io/" ?>
<?define InstallerVersion="500" ?>
<?define Compressed="no" ?>
<?define Compressed="yes" ?>
<?define BuildCygwin="true" ?>
</Include>
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 1,0,3,1000
PRODUCTVERSION 1,0,3,1000
FILEVERSION 1,0,4,1000
PRODUCTVERSION 1,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", "1.0.3.1000"
VALUE "FileVersion", "1.0.4.1000"
VALUE "InternalName", "dokan.sys"
VALUE "LegalCopyright", "Copyright (C) 2017"
VALUE "OriginalFilename", "dokan.sys"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "1.0.3.1000"
VALUE "ProductVersion", "1.0.4.1000"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit af8d4c6

Please sign in to comment.