Changes by: uvman
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv11368
Modified Files:
ChangeLog
Log Message:
Use le32 conversion macros for u32 variables of INDEX_HEADER. (zhanglinbao2000, Yuval)
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.401
retrieving revision 1.402
diff -u -p -r1.401 -r1.402
--- ChangeLog 10 Oct 2006 10:29:53 -0000 1.401
+++ ChangeLog 25 Oct 2006 16:49:00 -0000 1.402
@@ -52,6 +52,8 @@ xx/xx/2006 - x.xx.x - .
- Allow ntfscp to create the destination file if it does not already
exists by calling ntfs_create(). (Hil)
- Fix GUID to string conversion. (Anton)
+ - Fix some byte-order conversion for u32 variables that used le16
+ conversion macros. (zhanglinbao, Yuval)
21/06/2006 - 1.13.1 - Various fixes.
|