Skip to content

Commit 761f881

Browse files
authored
Release 1.2.2.1000
1 parent adb1e9a commit 761f881

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@ 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-
## [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

0 commit comments

Comments
 (0)