From 959bbab99c91554d1d38fd0f4017db578bc2a5db Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Wed, 15 Jul 2020 16:47:44 -0700 Subject: [PATCH] Typo --- ChangeLog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 250b945e..aec30072 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -9,7 +9,7 @@ Other changes: New features: * Add support for atime mount options (noatime, strictatime, relatime, atime, nodiratime). -* The default is atime behavior is now *noatime* (in 0.10.x is was relatime). +* The new default is now *noatime* (in 0.10.x is was relatime). Noatime reduces the amount of write necessary and with that reduces the probability for synchronization conflicts or corrupted file systems if a power outage happens while writing. * Add an --immediate flag to cryfs-unmount that tries to unmount immediately and doesn't wait for processes to release their locks on the file system.