Changes by: yura
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv6665
Modified Files:
ChangeLog
Log Message:
Treat filenames in POSIX namespace as case insensitive in case of case insensitive mounts.
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.416
retrieving revision 1.417
diff -u -p -r1.416 -r1.417
--- ChangeLog 12 Nov 2006 22:46:50 -0000 1.416
+++ ChangeLog 15 Nov 2006 23:15:17 -0000 1.417
@@ -67,6 +67,8 @@ xx/xx/2006 - x.xx.x - .
- Rewrite ntfs_attr_add() algorithm to be faster and cleverer. (Yura)
- Rename MS_{RDONLY,NOATIME} to NTFS_MNT_{RDONLY,NOATIME}. Introduce
NTFS_MNT_CASE_SENSITIVE. (Yura)
+ - Treat filenames in POSIX namespace as case insensitive in case of
+ case insensitive mounts. (Anton, Yura)
21/06/2006 - 1.13.1 - Various fixes.
|