Move "ntfsls -R" change to proper place (mistakenly was placed to 1.9.2)

(Logical change 1.527)
edge.strict_endians
(none)!yura 2004-09-03 14:08:02 +00:00
parent 0647ddffc5
commit cbb262f047
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,7 @@
- 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
@ -95,7 +96,6 @@
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.