Skip to content

1.10.1-RC9

Pre-release
Pre-release
Compare
Choose a tag to compare
@jetwhiz jetwhiz released this 05 Sep 17:33
· 95 commits to master since this release

Fixed

  • Issue "Multiple issues with setting up an encrypted folder #52" fixed
    • Remove timeout period for child to spawn (indefinitely waits, or until failure)
  • Issue "Unreadable files when 'Enable per-file initialization vectors' setting is on (reverse encryption) #47" fixed
    • Set file index (in place of inode) so reverse encryption will have non-zero fileIV (for per-file IV)
  • Various upstream fixes

Known Issues

  • CJK multibyte encodings not supported (issue #55)
  • Buggy behavior when encfs isn't mounted to a drive letter (e.g., Z:) (issue #51)
    • Reparse points cause Windows/Dokany to convert filenames to all uppercase (see Dokany-issue #293)
  • Building encfs legacy will give macro redefinition warnings
    • Dokan legacy (v0.7.4) uses windows.h for STATUS_ codes, while we now build against ntstatus