Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12158
Modified Files:
ChangeLog
Log Message:
Fix ntfs_non_resident_attr_expand bug, that occured if we enlarge
sparse or compressed file, but do not need to allocate new clusters to
perfrom this.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -p -r1.319 -r1.320
--- ChangeLog 27 Oct 2005 18:45:45 -0000 1.319
+++ ChangeLog 27 Oct 2005 21:20:30 -0000 1.320
@@ -44,7 +44,10 @@ xx/xx/2005 - 1.12.2-WIP
key after it is decrypted (this is ifdeffed out by default). (Anton)
- fflush() ntfs_log_ streams. (Christophe)
- Working with regular files needs no longer the --force option,
- except for mkntfs. (Szaka)
+ except for mkntfs. (Szaka)
+ - Fix ntfs_non_resident_attr_expand bug, that occured if we enlarge
+ sparse or compressed file, but do not need to allocate new clusters to
+ perfrom this. (Yura)
10/10/2005 - 1.12.1 - Minor fix to location of mount.ntfs-fuse and mkfs.ntfs.
|