Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24086
Modified Files:
ChangeLog
Log Message:
Add 'xattr' named data streams access interface.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -p -r1.324 -r1.325
--- ChangeLog 28 Oct 2005 15:31:41 -0000 1.324
+++ ChangeLog 28 Oct 2005 16:06:04 -0000 1.325
@@ -35,8 +35,8 @@ xx/xx/2005 - 1.12.2-WIP
- mkntfs: optionally create NTFS version 3.0 (W2K) or 3.1 (XP, W2K3,
Vista). (Implementation by Erik Sornes, adaption by Szaka)
- ntfsmount: Add 'streams_interface=' option to select named data
- streams access interface. Currently supported interfaces are 'none'
- and 'windows'. (Yura)
+ streams access interface. Currently supported interfaces are 'none',
+ 'windows' and 'xattr'. (Yura)
- ntfscat can display named attributes, streams too. (Szaka)
- Remove Dputs(), Dprintf(), Dperror(), ntfs_debug(), ntfs_error() and
Sprintf(). Forward callers to ntfs_log_*(). (Yuval)
|