Update and move "ntfsls -R" changing to proper place.

(Logical change 1.517)
edge.strict_endians
(none)!yura 2004-08-31 14:05:19 +00:00
parent b1aaf86adf
commit eade09d2e5
1 changed files with 3 additions and 2 deletions

View File

@ -34,12 +34,14 @@ xx/xx/2004 - 1.9.3-WIP
- Add a @start_vcn parameter to
lcnalloc.[ch]::ntfs_cluster_alloc. (Yura)
- Add ntfscp utility, at present it can only overwrite files. It can
increment/decrease file size if $ATTRIBUTE_LIST not present. (Yura)
increment file size if we don't need allocate new mft records,
and decrease file size if $ATTRIBUTE_LIST not present. (Yura)
- Added new API lcnalloc.[ch]::ntfs_cluster_free_from_rl, and made
ntfs_cluster_alloc use it. (Yura)
- Bugfix in ntfs_cluster_alloc for count = 0. (Yura)
- Bugfix in ntfs_attr_map{_whole_,_}runlist: make it not fail if runlist
already mapped. (Yura)
- ntfsls: Add a -R recursive option (Giang, Carmelo)
- Make ntfslabel pay attention to --no-action. (Yuval)
- Several bugfixes in ntfs_cluster_alloc. (Anton)
- Make all of libntfs only output anything if configured with
@ -86,7 +88,6 @@ xx/xx/2004 - 1.9.3-WIP
in two error code paths in ntfs_compressed_attr_pread(). (Anton)
- Fix a bug where an uncompressed block could be misdetected as a
compressed one if it was made up of multiple runs. (Anton)
- ntfsls: Add a -R recursive option (Giang, Carmelo)
05/04/2004 - 1.9.1 - Make mkntfs create bootable volumes and fixes/updates.
- Update with SuSE 9.1 beta 1 versions of GNU build system.