From fdd9c980bd6132438ad5778b9ac5973c4e94f895 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Tue, 8 Mar 2016 23:58:51 +0100 Subject: [PATCH] Add configurable blocksize to ChangeLog --- ChangeLog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 490054cb..c6a11ae8 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 ---------------