From 5e8a5f971f0753a91826e718b17fbe66d49477b0 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Wed, 28 Oct 2015 11:29:36 +0100 Subject: [PATCH] Improved ChangeLog --- ChangeLog.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index eca0e9a0..69451c10 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,6 @@ Version 0.8.1 --------------- -* Configuration files are AES-256-GCM encrypted with a password and the scrypt KDF. If the configuration file is not specified as command line parameter, it will be put into the base directory. -* Added a --logfile option to specify where logs should be written to. If the option is not specified, CryFs logs to syslog. -* Fixed daemonization. When CryFs is run without "-f" flag, it will run in background. +* Config File Encryption: Configuration files are AES-256-GCM encrypted with a password and the scrypt KDF. +* Password Encryption: If the configuration file is not specified as command line parameter, it will be put into the base directory. The filesystem can be mounted with the password only, without specifying a config file on command line. +* Logfiles: Added a --logfile option to specify where logs should be written to. If the option is not specified, CryFs logs to syslog. +* Running in Background: Fixed daemonization. When CryFs is run without "-f" flag, it will run in background.