diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-19 16:19:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-19 16:19:33 -0400 |
commit | f5480e80f4e3f3299a4d738f413460c0dbff35f8 (patch) | |
tree | 31a0e669f538a596222efa08b759380a9538be20 /debian | |
parent | 897d9fb51740379c824ccf53bfb86a31c771ab39 (diff) |
assistant: When there are multiple remotes giving different ways to access the same repository, honor remote cost settings and use the cheapest available.
Note that TransferInfo does not always contain the Remote, although
any transfer added to the TransferQueue does have a Remote in its
TransferInfo. The transferkeys command still accepts a UUID, which is
useful to handle upgrades, where an old assistant version runs the new
transferkeys.
This commit was sponsored by Kalle Svensson.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4b8a90dc7..2beb79866 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +git-annex (5.20140518) UNRELEASED; urgency=medium + + * assistant: When there are multiple remotes giving different ways + to access the same repository, honor remote cost settings and use + the cheapest available. + + -- Joey Hess <joeyh@debian.org> Mon, 19 May 2014 15:59:25 -0400 + git-annex (5.20140517) unstable; urgency=medium * webapp: Switched to bootstrap 3. |