You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
+
## [2.3.0.1000] - 2025-04-19
7
+
8
+
### Changed
9
+
- Installer - Fail installation if the driver (service) is already present. This is to catch the case when the driver was installed manually or by another installer (third party).
10
+
- Memfs - Update `spdlog` to `v1.15.1`.
11
+
- Kernel - Add `Fcb::UncleanCount` to track and unsure `IRP_MJ_CLEANUP` is executed. Fixes rare BSOD during `FsRtlNotify`.
12
+
13
+
### Fixed
14
+
- FUSE - Fix a Y2038 bug by replacing `Int32x32To64` with multiplication.
15
+
- Library - Fix memory leak in `DispatchWrite` when pool not used.
16
+
- Library - Fix memory leak when `SendWriteRequest` IO fails.
17
+
- Library - Fix crash when `DispatchDirectoryInformation` is called with unknown `fileInfoClass`.
18
+
- Library - Send `STATUS_INVALID_PARAMETER` to driver for unknown events.
19
+
- Kernel - Rename - Set the correct `AccessMode` for the provided handle during `ObReferenceObjectByHandle`.
20
+
- Kernel - Prevent `FsRtlNotifyFullChangeDirectory` when `Fcb` is pending deletion.
21
+
- Kernel/Library - Properly implement the deletion semantic for `DELETE_ON_CLOSE` and `FileDispositionInformation`. See the documentation [here](https://github.com/dokan-dev/dokany/commit/3a46d4eb90e7b12c8d9400365faa6232c282e596) and [here](https://github.com/dokan-dev/dokany/commit/11d73494df76d69b20199fd5ddfc3f750b85ac87) how to behavior changed and [here](https://github.com/dokan-dev/dokany/commit/e08b83c7ab4f1f6efea3a72a6fa0a3f1514385ad) how it was implemented.
22
+
- NetworkProvider - Return proper error during `NPCancelConnection` to allow other providers to handle the request.
23
+
6
24
## [2.2.1.1000] - 2025-01-18
7
25
8
26
### Changed
@@ -730,6 +748,7 @@ Latest Dokan version from Hiroki Asakawa.
0 commit comments