Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6765
Modified Files:
ChangeLog
Log Message:
Fix bogus le16_to_cpu() which shouldbe le32_to_cpu() when accessing
the attribute list entry attribute type in some places in
libntfs/attrib.c. (Anton)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -p -r1.301 -r1.302
--- ChangeLog 15 Oct 2005 11:16:32 -0000 1.301
+++ ChangeLog 15 Oct 2005 11:33:42 -0000 1.302
@@ -6,6 +6,9 @@ xx/xx/2005 - 1.12.2-WIP
- Rewrite gcc version detection logic using the -dumpversion option.
Tested on various OS and architectures and gcc versions from 2.95 to
4.0.1 with some weird ones like 3.5-blah thrown in, too. (Anton)
+ - Fix bogus le16_to_cpu() which shouldbe le32_to_cpu() when accessing
+ the attribute list entry attribute type in some places in
+ libntfs/attrib.c. (Anton)
10/10/2005 - 1.12.1 - Minor fix to location of mount.ntfs-fuse and mkfs.ntfs.
|