Add building CryFS from github tarball to ChangeLog

This commit is contained in:
Sebastian Messmer 2016-03-02 14:05:27 +01:00
parent 092edd6f1d
commit 62b38503c2
1 changed files with 1 additions and 0 deletions

View File

@ -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
---------------