Changes by: yura
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357.server4you.de:/tmp/cvs-serv12027
Modified Files:
ChangeLog
Log Message:
Add new API ntfs_attr_exist() that checks whether attribute with selected type and name already present in inode. (Szaka)
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.391
retrieving revision 1.392
diff -u -p -r1.391 -r1.392
--- ChangeLog 24 Jul 2006 08:59:55 -0000 1.391
+++ ChangeLog 2 Aug 2006 03:12:34 -0000 1.392
@@ -2,9 +2,12 @@ xx/xx/2006 - x.xx.x - .
- ntfsmount now creates files and directories with security descriptor
that grant full access to everyone. (Yura)
+ - Fix typo that lead to incorrect sparse file size calculation. (Yuval)
- Fix long standing stupendously stupid bug in libntfs/attrib.c::
ntfs_external_attr_find() and also port a bugfix from the advanced
ntfs kernel driver to the same function. (Anton)
+ - Add new API ntfs_attr_exist() that checks whether attribute with
+ selected type and name already present in inode. (Szaka)
21/06/2006 - 1.13.1 - Various fixes.
|