Update ChangeLog.txt
This commit is contained in:
parent
50770c6ace
commit
4383cf1114
@ -1,15 +1,16 @@
|
|||||||
Version 0.10.0 (unreleased)
|
Version 0.10.0 (unreleased)
|
||||||
---------------
|
---------------
|
||||||
New Features & Improvements:
|
New Features & Improvements:
|
||||||
|
* Experimental Windows support
|
||||||
* Integrity checks ensure you notice when someone modifies your file system.
|
* Integrity checks ensure you notice when someone modifies your file system.
|
||||||
* File system nodes (files, directories, symlinks) store a parent pointer to the directory that contains them. This information can be used in later versions to resolve some synchronization conflicts.
|
* File system nodes (files, directories, symlinks) store a parent pointer to the directory that contains them. This information can be used in later versions to resolve some synchronization conflicts.
|
||||||
* Allow mounting using system mount tool and /etc/fstab (e.g. mount -t fuse.cryfs basedir mountdir)
|
* Allow mounting using system mount tool and /etc/fstab (e.g. mount -t fuse.cryfs basedir mountdir)
|
||||||
* Performance improvements
|
* Performance improvements
|
||||||
* Use relatime instead of strictatime (further performance improvement)
|
* Use relatime instead of strictatime (further performance improvement)
|
||||||
* Pass fuse options directly to cryfs (i.e. 'cryfs basedir mountdir -o allow_other' instead of 'cryfs basedir mountdir -- -o allow_other')
|
* Pass fuse options directly to cryfs (i.e. 'cryfs basedir mountdir -o allow_other' instead of 'cryfs basedir mountdir -- -o allow_other')
|
||||||
* CryFS tells the operating system to not swap the encryption key to the disk (note: this is best-effort and cannot be guaranteed. Hibernation, for example, will still write the encryption key to the disk)
|
* CryFS tells the operating system to lock the encryption key to memory, i.e. not swap it to the disk (note: this is best-effort and cannot be guaranteed. Hibernation, for example, will still write the encryption key to the disk).
|
||||||
* New block size options: 4KB and 16KB
|
* New block size options: 4KB and 16KB
|
||||||
* New default block size: 16KB
|
* New default block size: 16KB. This should decrease the size of the ciphertext directory for most users.
|
||||||
* Increased scrypt hardness to (N=1048576, r=4, p=8) to make it harder to crack the key while allowing cryfs to take advantage of multicore machines.
|
* Increased scrypt hardness to (N=1048576, r=4, p=8) to make it harder to crack the key while allowing cryfs to take advantage of multicore machines.
|
||||||
|
|
||||||
Fixed bugs:
|
Fixed bugs:
|
||||||
|
Loading…
Reference in New Issue
Block a user