Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31568
Modified Files:
ChangeLog
Log Message:
* Fix bug in index.c (see Changelog).
* Minor fixes to attr{ib,list}.c.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -p -r1.248 -r1.249
--- ChangeLog 20 Jul 2005 19:06:28 -0000 1.248
+++ ChangeLog 23 Jul 2005 00:50:31 -0000 1.249
@@ -3,7 +3,9 @@ xx/xx/xxxx - 1.12.0-WIP
- ntfsls: fix showing not system files started with '$'. (Yura)
- Move ntfs2utc and utc2ntfs from utils.[ch] to timeconv.h. (Yura)
- Add [acm]time fields to struct ntfs_inode and set them during
- ntfs_inode_open. Update ntfsmount to use them. (Yura)
+ ntfs_inode_open. Update ntfsmount to use them. (Yura)
+ - index.c::ntfs_index_lookup: fix bug when index context didn't point
+ on index root in which entry located. (Yura)
20/07/2005 - 1.11.1 - Fix several ntfsmount bugs.
|