From 22bcc7f3bc325ef7d459a8d2717dbd866455f061 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Fri, 12 Feb 2016 23:26:19 +0100 Subject: [PATCH] Add password input fix to ChangeLog --- ChangeLog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index fb157ae2..861b2ce8 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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