Bugfix: Fix fsck in SHA*E backends, when the key contains composite extensions, as added in 3.20120721.
This commit is contained in:
parent
8f4870c7b6
commit
b985e0b7ec
2 changed files with 3 additions and 1 deletions
|
@ -125,5 +125,5 @@ checkKeyChecksum size key file = do
|
|||
_ -> return True
|
||||
where
|
||||
check s
|
||||
| s == dropExtension (keyName key) = True
|
||||
| s == dropExtensions (keyName key) = True
|
||||
| otherwise = False
|
||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -2,6 +2,8 @@ git-annex (3.20120808) UNRELEASED; urgency=low
|
|||
|
||||
* S3: Add fileprefix setting.
|
||||
* Pass --use-agent to gpg when in no tty mode. Thanks, Eskild Hustvedt.
|
||||
* Bugfix: Fix fsck in SHA*E backends, when the key contains composite
|
||||
extensions, as added in 3.20120721.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 09 Aug 2012 13:51:47 -0400
|
||||
|
||||
|
|
Loading…
Reference in a new issue