From ae0f9e8053722b131d8293f11f2819a39af698c7 Mon Sep 17 00:00:00 2001 From: Yura Pakhuchiy Date: Fri, 19 Oct 2007 21:31:32 +0300 Subject: [PATCH] Update ChangeLog. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 710c395d..4929bf7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +xx/xx/2007 - 2.0.1 + + - Avoid endless loop when try to mount highly damaged volume with + nubmer of sectors set to 0. (Yura, reported by Erik Larsson) + - Raise FUSE dependency to 2.7.0 because we use user option in + ntfsmount. (Yura, reported by Andrey Rahmatullin) + - ntfsck: Use ntfs_pread instead ops->pread. (Yura, reported by + Christophe GRENIER) + 28/09/2007 - 2.0.0 - ntfsmount sports full read/write, libntfs can read encrypted files and ntfsresize supports Vista.