Add password input fix to ChangeLog

This commit is contained in:
Sebastian Messmer 2016-02-12 23:26:19 +01:00
parent ff62ef1b88
commit 22bcc7f3bc
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ Version 0.9.0 (unreleased)
---------------
(warning) file systems created with earlier CryFS versions are incompatible with this release
* Fully support file access times
* Fix: Password is read from stdin, not from glibc getpass(). This enables external tools (e.g. GUIs) to pass in the password without problems.
* (for developers) New repository layout. All subrepositories have been merged to one directory
* (for developers) Using CMake instead of biicode as build system