From 84daca0bc146962029f954abde423e0574f2e008 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sat, 24 Oct 2015 19:56:19 +0200 Subject: [PATCH] ChangeLog written --- ChangeLog.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.txt diff --git a/ChangeLog.txt b/ChangeLog.txt new file mode 100644 index 00000000..eca0e9a0 --- /dev/null +++ b/ChangeLog.txt @@ -0,0 +1,5 @@ +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.