ChangeLog.dosfsck 413 B

12345678910
  1. Changes from version 0 to 1
  2. ===========================
  3. - fixed an off-by-two error in check.c:check_file
  4. - fixed marking clusters bad in fat.c:set_fat
  5. - fat.c:reclaim_free was also reclaiming bad clusters.
  6. - fixed many incorrect byte sex conversions in check.c and fat.c
  7. - -t and -w now require -a or -r
  8. - added option -d to drop files.
  9. - added option -u to try to "undelete" non-directory files.