Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18120
Modified Files:
ChangeLog
Log Message:
Fix ntfsdecrypt endianness bugs thus it now works on OSX running on
a dual G5! (Anton)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -p -r1.320 -r1.321
--- ChangeLog 27 Oct 2005 21:20:30 -0000 1.320
+++ ChangeLog 27 Oct 2005 21:46:00 -0000 1.321
@@ -43,11 +43,13 @@ xx/xx/2005 - 1.12.2-WIP
- Add some debugging to ntfsdecrypt.c to allow printing of the private
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)
- - 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)
+ - Working with regular files no longer needs the --force option, 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)
+ - Fix ntfsdecrypt endianness bugs thus it now works on OSX running on
+ a dual G5! (Anton)
10/10/2005 - 1.12.1 - Minor fix to location of mount.ntfs-fuse and mkfs.ntfs.
|