diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-25 17:29:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-25 17:29:59 -0400 |
commit | 4c359d354231d2a1972307469d278e2fcb3fe0f0 (patch) | |
tree | 54524077c58d52fc940afd1c37d35afe1b1eaf95 /debian/changelog | |
parent | 956807053d627355157f1df51667b2a61f57ab60 (diff) |
Fix cost calculation for non-encrypted remotes.
Encyptable types of remotes that were not actually encrypted still had
the encryptedRemoteCostAdj applied to their configured cost, which was a
bug.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5509b76e0..bbdea7b7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ git-annex (5.20140718) UNRELEASED; urgency=medium unreachable objects, but some branches no longer accessible. Fix this, including support for fixing up repositories that were incompletely repaired before. + * Fix cost calculation for non-encrypted remotes. -- Joey Hess <joeyh@debian.org> Mon, 21 Jul 2014 14:41:26 -0400 |