github dokan-dev/dokany v1.4.0.1000
1.4.0.1000

latest releases: v2.1.0.1000, v2.0.6.1000, v2.0.5.1000...
3 years ago

This is a minor version.

This version includes a lots of changes without breaking any compatibility with previous version. It mainly includes:

  • A new filesystem sample: MemFS. It is a better example to debug and know the dokan driver/library feature supported and NTFS compliant. The FS pass most of WinFSTest and IFSTest. It looks to be stable enough to be included in the installer. It hasn't been test with real usage but it is expected to run without issue. MemFS is written in c++ and is under MIT license.
  • Possibility to use the Mount Manager with directory mount point.
  • Better IRP Buffer management to fix kernel security fixes reported by Ilja Van Sprundel - Thanks!
  • Replace DOKAN_OPTION_OPTIMIZE_SINGLE_NAME_SEARCH by DOKAN_OPTION_ENABLE_FCB_GARBAGE_COLLECTION. The advantage of the GC approach is that it prevents filter drivers from exponentially slowing down procedures like zip file extraction due to repeatedly rebuilding state that they attach to the FCB header.
  • You can now find two installers with binaries built with and without VC redistributable. If no issue is reported, the next release will only have without the VC redistributable.
  • Lots of refactoring and Kernel fix.

and much more see the changelog

Thanks to all the contributors ! @ravenpride, @hefengliang and all other who have made this version as it is !!!

Don't miss a new dokany release

NewReleases is sending notifications on new releases.