From 2852120982fa186f839fbdee90853f54311d12b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Me=C3=9Fmer?= Date: Wed, 8 Jun 2016 12:33:42 -0700 Subject: [PATCH] Update ChangeLog.txt --- ChangeLog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 61541b03..13b2d3d2 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -3,11 +3,11 @@ Version 0.9.5 (unreleased) Fixed Bugs: * Fixed a bug that prevented mounting a file system on Mac OS X. * File system operations correctly update the timestamps (access time, modification time and status change time). +* Reacts correctly to fsync() and fdatasync() syscalls by flushing the corresponding data to the disk. Improvements: * When mounting an old file system, CryFS will ask before migrating it to the newest version. * Operating system tools like the mount command or /proc/self/mountinfo report correct file system type and also report the base directory. -* Reacts correctly to fsync() and fdatasync() syscalls by flushing the corresponding data to the disk. Version 0.9.4 ---------------