File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,19 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6- ## [ Unreleased ]
6+ ## [ 1.2.2.1000 ] - 2019-03-08
77### Added
88- FUSE - Expose allocation unit size and sector size.
99- Kernel - Add new ` FileDispositionInformationEx ` for Windows 10, version 1709
1010
1111### Changed
12- - Library - Increase DOKAN_MAX_THREAD from 15 to 63 for better performance.
12+ - Library - Increase ` DOKAN_MAX_THREAD ` from 15 to 63 for better performance.
1313- Kernel - ` FileStreamInformation ` now return directly ` STATUS_NOT_IMPLEMENTED ` if ` UseAltStream ` is disabled.
14+ - Library - Improve ` DokanIsNameInExpression ` documentation
1415
1516### Fixed
1617- Kernel - Wrong ` szMountPoint->length ` usage in ` DokanGlobalEventRelease `
18+ - Kernel - Fix handle KeepAlive calls before device fully started
1719
1820## [ 1.2.1.2000] - 2018-12-21
1921### Added
@@ -389,7 +391,8 @@ Latest Dokan version from Hiroki Asakawa.
389391 [ http://dokan-dev.net/en ] ( http://web.archive.org/web/20150419082954/http://dokan-dev.net/en/ )
390392
391393
392- [ Unreleased ] : https://github.com/dokan-dev/dokany/compare/v1.2.1.2000...master
394+ [ Unreleased ] : https://github.com/dokan-dev/dokany/compare/v1.2.2.1000...master
395+ [ 1.2.2.1000 ] : https://github.com/dokan-dev/dokany/compare/v1.2.1.2000...v1.2.2.1000
393396[ 1.2.1.2000 ] : https://github.com/dokan-dev/dokany/compare/v1.2.1.1000...v1.2.1.2000
394397[ 1.2.1.1000 ] : https://github.com/dokan-dev/dokany/compare/v1.2.0.1000...v1.2.1.1000
395398[ 1.2.0.1000 ] : https://github.com/dokan-dev/dokany/compare/v1.1.0.2000...v1.2.0.1000
You can’t perform that action at this time.
0 commit comments