Update NEWS and ChangeLog
parent
cba53f8895
commit
d8daee604f
|
@ -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.
|
||||
|
||||
|
|
4
NEWS
4
NEWS
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue