Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19528
Modified Files:
ChangeLog NEWS
Log Message:
Update NEWS and ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -p -r1.279 -r1.280
--- ChangeLog 24 Sep 2005 15:59:53 -0000 1.279
+++ ChangeLog 24 Sep 2005 17:00:26 -0000 1.280
@@ -45,6 +45,10 @@ xx/xx/2005 - 1.12.0-WIP
- Support journals which have been modified by chkdsk. (Anton, Szaka)
- Support journals ($LogFile) with only one restart page as well as
journals with two different restart pages. (Anton, Szaka)
+ - Add @val parameter to ntfs_attr_add and @val and @size parameters to
+ ntfs_resident_attr_record_add. (Yura)
+ - Fix attribute list adding for always resident attributes. (Yura)
+ - New API for hard link creating: dir.[ch]::ntfs_link. (Yura)
08/08/2005 - 1.11.2 - ntfsdecrypt now works and lots of fixes and improvements.
Index: NEWS
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/NEWS,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- NEWS 4 Aug 2005 09:59:40 -0000 1.28
+++ NEWS 24 Sep 2005 17:00:26 -0000 1.29
@@ -1,6 +1,10 @@
Current news
============
+ntfsmount can create/delete/move files and directories! It's not full
+implementation, thus sometimes it will say 'Operation is not supported',
+nothing bad will happen to user data in this case. (Yura Pakhuchiy)
+
Add new utility: ntfsmount. It is a FUSE module that uses on libntfs. So,
you need FUSE 2.3 to compile it. This module supports file overwrite including
changing the file size and can read/write/add/remove named data streams via
|