diff --git a/ChangeLog.txt b/ChangeLog.txt index ce255279..490054cb 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -4,6 +4,7 @@ Version 0.9.3 (unreleased) If an environment variable CRYFS_FRONTEND=noninteractive is set, we don't ask for options (but take default values for everything that's not specified on command line). 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. Version 0.9.2 ---------------