summaryrefslogtreecommitdiff
path: root/doc/ChangeLog.dosfsck
diff options
context:
space:
mode:
authorPatrick McCarty <patrick.mccarty@linux.intel.com>2013-03-05 16:04:13 -0800
committerPatrick McCarty <patrick.mccarty@linux.intel.com>2013-03-05 16:04:13 -0800
commit1a780338e1def1df55b6cbe542a1313a40fb4c3b (patch)
treee5d686c2c0163ddf16c12c93e57cb53763a6df73 /doc/ChangeLog.dosfsck
downloaddosfstools-1a780338e1def1df55b6cbe542a1313a40fb4c3b.tar.gz
dosfstools-1a780338e1def1df55b6cbe542a1313a40fb4c3b.tar.bz2
dosfstools-1a780338e1def1df55b6cbe542a1313a40fb4c3b.zip
Imported Upstream version 3.0.16upstream/3.0.16
Diffstat (limited to 'doc/ChangeLog.dosfsck')
-rw-r--r--doc/ChangeLog.dosfsck10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ChangeLog.dosfsck b/doc/ChangeLog.dosfsck
new file mode 100644
index 0000000..f628ac2
--- /dev/null
+++ b/doc/ChangeLog.dosfsck
@@ -0,0 +1,10 @@
+Changes from version 0 to 1
+===========================
+
+ - fixed an off-by-two error in check.c:check_file
+ - fixed marking clusters bad in fat.c:set_fat
+ - fat.c:reclaim_free was also reclaiming bad clusters.
+ - fixed many incorrect byte sex conversions in check.c and fat.c
+ - -t and -w now require -a or -r
+ - added option -d to drop files.
+ - added option -u to try to "undelete" non-directory files.