Changes by: yura
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv23120
Modified Files:
ChangeLog
Log Message:
Windows cares only about first 4 records in $MFTMirr and ignores
everything beyond them. Update libntfs behaviour to be like in
windows. Leave @mftmirr_size for case if will want to change something in the
future.
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.417
retrieving revision 1.418
diff -u -p -r1.417 -r1.418
--- ChangeLog 15 Nov 2006 23:15:17 -0000 1.417
+++ ChangeLog 20 Nov 2006 16:21:57 -0000 1.418
@@ -69,6 +69,9 @@ xx/xx/2006 - x.xx.x - .
NTFS_MNT_CASE_SENSITIVE. (Yura)
- Treat filenames in POSIX namespace as case insensitive in case of
case insensitive mounts. (Anton, Yura)
+ - Windows cares only about first 4 records in $MFTMirr and ignores
+ everything beyond them. Update libntfs behaviour to be like in
+ windows. (Yura)
21/06/2006 - 1.13.1 - Various fixes.
|