Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13989
Modified Files:
ChangeLog
Log Message:
Fix silly bug introduced in 1.12.0 which breaks ntfsfix (and others
possibly) when calling ntfs_attr_lookup() with AT_UNNAMED name and
no ntfs inode in the search context. (Anton)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -p -r1.302 -r1.303
--- ChangeLog 15 Oct 2005 11:33:42 -0000 1.302
+++ ChangeLog 15 Oct 2005 20:52:41 -0000 1.303
@@ -9,6 +9,9 @@ xx/xx/2005 - 1.12.2-WIP
- 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)
+ - Fix silly bug introduced in 1.12.0 which breaks ntfsfix (and others
+ possibly) when calling ntfs_attr_lookup() with AT_UNNAMED name and
+ no ntfs inode in the search context. (Anton)
10/10/2005 - 1.12.1 - Minor fix to location of mount.ntfs-fuse and mkfs.ntfs.
|