summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-13 13:36:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-13 13:36:02 -0400
commit27869d94dfb18784bbd53c4191c2000ee37ff30c (patch)
tree1b332d13325b329fedc100986011a1e00d5dbae3 /debian/changelog
parent3dde2f75fa5bcaf8a92665bd20936837fe02a931 (diff)
assistant: Be smarter about avoiding unncessary transfers.
Just before starting a transfer, do one last check that it's still preferred content. I was just doing this for uploads, as part of the smarter flood filling bug, but realized it's also possible for a download that was preferred content to change to not be before the download begins, so check that too.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4bd239b4c..3b2723478 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -48,6 +48,7 @@ git-annex (4.20130228) UNRELEASED; urgency=low
combines all their changes into a single commit.
* assistant: Fix ~/.ssh/git-annex-shell wrapper to work when the
ssh key does not force a command.
+ * assistant: Be smarter about avoiding unncessary transfers.
* webapp: DTRT when told to create a git repo that already exists.
* webapp: Work around bug in Warp's slowloris attack prevention code,