Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29023
Modified Files:
ChangeLog
Log Message:
Fix random errno returned by ntfs_inode_open() if the MFT record wasn't in use
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -p -r1.254 -r1.255
--- ChangeLog 29 Jul 2005 14:44:23 -0000 1.254
+++ ChangeLog 30 Jul 2005 16:36:30 -0000 1.255
@@ -18,6 +18,8 @@ xx/xx/xxxx - 1.12.0-WIP
- Fix unistr.c::ntfs_mbstoucs on systems with utf8 locale. (Yura)
- Change errno and print more verbose message in case if logfile check
failed. (Yura)
+ - Fix random errno returned by ntfs_inode_open() if the MFT record
+ wasn't in use. (Szaka)
20/07/2005 - 1.11.1 - Fix several ntfsmount bugs.
|