Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12948
Modified Files:
ChangeLog
Log Message:
mkntfs: fix segfault when volume has more than 2^31 clusters
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -p -r1.338 -r1.339
--- ChangeLog 11 Nov 2005 23:55:14 -0000 1.338
+++ ChangeLog 13 Nov 2005 02:38:17 -0000 1.339
@@ -81,6 +81,7 @@ xx/xx/2005 - 1.12.2-WIP
- Make ntfsinfo report the MFT record flags properly, this includes
the less encountered flags, and reporting the in_use flag instead of
inverting it to unused. (Yuval)
+ - mkntfs: fix segfault when volume had more than 2^31 clusters. (Szaka)
10/10/2005 - 1.12.1 - Minor fix to location of mount.ntfs-fuse and mkfs.ntfs.
|