Changes by: yura
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv12327
Modified Files:
ChangeLog
Log Message:
* Rename MS_{RDONLY,NOATIME} to NTFS_MNT_{RDONLY,NOATIME}.
* Introduce NTFS_MNT_CASE_SENSITIVE.
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.415
retrieving revision 1.416
diff -u -p -r1.415 -r1.416
--- ChangeLog 10 Nov 2006 16:07:45 -0000 1.415
+++ ChangeLog 12 Nov 2006 22:46:50 -0000 1.416
@@ -64,7 +64,9 @@ xx/xx/2006 - x.xx.x - .
- Change malloc() calls to ntfs_malloc(). (Szaka)
- ntfsmount: require FUSE version >= 2.6.0 for build. Fixes fusermount
lookup problem and allows to drop compatibility code. (Yura)
- - Rewrite ntfs_attr_add() algorithm. (Yura)
+ - 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)
21/06/2006 - 1.13.1 - Various fixes.
|