Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31836
Modified Files:
ChangeLog
Log Message:
Fix the definition of the CHKD ntfs record magic. It had an off by
two error causing it to be CHKB instead of CHKD.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -p -r1.283 -r1.284
--- ChangeLog 25 Sep 2005 21:42:47 -0000 1.283
+++ ChangeLog 26 Sep 2005 13:11:00 -0000 1.284
@@ -61,6 +61,8 @@ xx/xx/2005 - 1.12.0-WIP
genuinely need this functionality as they work on a too low level.
Make sure all those cases are ok.
- ntfsclone: fix saving by sectors during --rescue (Scott Hansen, Szaka)
+ - Fix the definition of the CHKD ntfs record magic. It had an off by
+ two error causing it to be CHKB instead of CHKD.
08/08/2005 - 1.11.2 - ntfsdecrypt now works and lots of fixes and improvements.
|