Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2356
Modified Files:
ChangeLog
Log Message:
Optionally create NTFS version 3.0 (W2K) or 3.1 (XP, W2K3, Vista).
Contributed by Erik Sornes. No side-effect for v1.2 NTFS which is still
the default. The implementation needs some minor work: see e.g. the chkdsk
messages and the result of ntfscmp'ing the two images.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -p -r1.312 -r1.313
--- ChangeLog 19 Oct 2005 08:13:44 -0000 1.312
+++ ChangeLog 19 Oct 2005 22:04:46 -0000 1.313
@@ -32,6 +32,8 @@ xx/xx/2005 - 1.12.2-WIP
check because chkdsk doesn't fix $Bitmap with bad sectors. (Szaka)
- $EA can be resident and non-resident. Fix libntfs/attrib.c::
ntfs_attr_can_be_resident() apropriately. (Anton)
+ - mkntfs: optionally create NTFS version 3.0 (W2K) or 3.1 (XP, W2K3,
+ Vista). (Implementation by Erik Sornes, adaption by Szaka)
10/10/2005 - 1.12.1 - Minor fix to location of mount.ntfs-fuse and mkfs.ntfs.
|