Bugfix: Fix fsck in SHA*E backends, when the key contains composite extensions, as added in 3.20120721.
This commit is contained in:
parent
cea55b70fc
commit
1f83dafc7e
2 changed files with 3 additions and 1 deletions
|
@ -127,5 +127,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
|
@ -4,6 +4,8 @@ git-annex (3.20120808) UNRELEASED; urgency=low
|
|||
* Pass --use-agent to gpg when in no tty mode. Thanks, Eskild Hustvedt.
|
||||
* init: If no description is provided for a new repository, one will
|
||||
automatically be generated, like "joey@gnu:~/foo"
|
||||
* 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