Add configurable blocksize to ChangeLog

This commit is contained in:
Sebastian Messmer 2016-03-08 23:58:51 +01:00
parent d7f34c0dfb
commit fdd9c980bd

View File

@ -5,6 +5,7 @@ Version 0.9.3 (unreleased)
Furthermore, we won't ask for password confirmation when creating a file system but the password only has to be sent once to stdin.
* You can disable the automatic update check by setting CRYFS_NO_UPDATE_CHECK=true in your environment.
* Building CryFS from the GitHub tarball (i.e. when there is no .git directory present) works.
* The ciphertext block size is configurable. You can use the "--blocksize-bytes" command line argument. If not specified, CryFS will ask you for a block size when creating a file system.
Version 0.9.2
---------------