summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-27 16:40:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-27 16:40:03 -0400
commit7439ae35d768c77d679cba04fb3fb07ac795ef83 (patch)
tree05d15238ade3430407529e54a37ae639e136769b /debian
parentfbd5182829d570231f911cb5ac7919d6333ccddc (diff)
fsck: When checksumming a file fails due to a hardware fault, the file is now moved to the bad directory, and the fsck proceeds. Before, the fsck immediately failed.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4f05ca8ff..4508ab21a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ git-annex (5.20150523) UNRELEASED; urgency=medium
* Revert removal dependency on obsolete hamlet package, since the
autobuilders are not ready for this change yet and it prevented them
from building the webapp. Reopens: #786659
+ * fsck: When checksumming a file fails due to a hardware fault,
+ the file is now moved to the bad directory, and the fsck proceeds.
+ Before, the fsck immediately failed.
-- Joey Hess <id@joeyh.name> Fri, 22 May 2015 22:23:32 -0400