Releases: dokan-dev/dokany
1.0.3
This is a minor version.
It fixes a couple of issues faced in 1.0.2 version, add a default GetFileSecurity and add ARM binaries !
See changelog
Thanks to all the contributors ! @pliard-chromium, @Rondom, @NedyalkoYotov, @woachk, @yin19941005, @marinkobabic , @FixBo and all other who have made this version as it is !!!
1.0.2
This is a minor version.
It fixes a couple of issues faced in 1.0.1 version (Deadlock principally again). There is no breaking api so this version can safely be installed if 1.0.0/1.0.1 was used previously.
See changelog
Thanks to all the contributors ! @Rondom , @Kerbox , @marinkobabic and all other who have made this version as it is !!!
1.0.1
This is a minor version.
It fixes a couple of issues faced in 1.0.0 version (Deadlock principally). There is no breaking api so this version can safely be installed if 1.0.0 was used previously 👍
See changelog
Thanks to all the contributors ! @taruti , @js69 , @Rondom , @marinkobabic , @Kerbox and all other who have made this version as it is !!!
N.B: The version of files are 1.0.1.0000 because I forgot the update the version before the build but the installer has the right version (1.0.1.1000) 👎
1.0.0
This is a major version.
It focus on viability of different versions of Dokan on the same system, stability and reliability.
This is production ready as other dokan stable release. It has been well tested by the community.
It has been signed for Windows 10 version 1607 Desktop (x86/x64) and Windows server 2016 x64.
Thanks to Keybase and Seafile for making this possible !
See changelog
Thanks to all the contributors ! @accorp , @x1596357 , @matepek , @Rondom, @taruti , @tomato3107 , @js69 , @bailey27 , @marinkobabic, @zanderz and all other who have made this version as it is !!!
0.8.0
This is a major version. It break compatibility with older userland code.
A lot of work has been made on this version to bring the most stable and featured version of dokan.
We are proud to say that this version is the most stable version of dokan we have ever made.
I would like to thank everyone who have helped make Dokan better ! 🏆
See changelog
To move your userland code:
- Change win32 errors to NTSTATUS. (More info: #65)
- Remove the KeepAlive option that no longer exist.
- Add Mounted & Unmouted DokanOperation
- Use new CreateFile -> ZwCreateFile
Thanks to all the contributors ! @billziss-gh , @canardos , @Corillian , @ufoczek , @c-klapaucius, @x1596357 , @nmlgc , @justanotheranonymoususer, @c-klapaucius, @accorp and others....
0.7.4
v0.7.3-RC2
- Remember FILE_DELETE_ON_CLOSE for Win8 compatibility
- Get volume name instead simple letter on network provider
- Better handling in case no memory is available
- VC++ 2013 prerequisite check at Dokan installation
- Correctly complete IRP requests
- Stop EventNotification and Check threads on a queue work item
- Check if device is mounted before performing Device Control
- Add missing break; when DeviceObject is invalid in DokanDispatchFileSystemControl
v0.7.3-RC
v0.7.3-beta
- Add Dokan Library x64 dll / lib files
- Add Dokan Fuse static library