summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-15 14:17:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-15 14:17:05 -0400
commitf448a738b8322a07994831e256e3f46207ee4950 (patch)
treeb7ab0302e7994bd2c1e78c13965914c49b40de55 /debian
parentb38491100168141f2a1daa089a5416a92014ec25 (diff)
git-annex-shell sendkey: Don't fail if a remote asks for a key to be sent that already has a transfer lock file indicating it's being sent to that remote. The remote may have moved between networks, or reconnected.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index eaa36b362..c55fbabd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,9 @@ git-annex (5.20140718) UNRELEASED; urgency=medium
* S3, Glacier, WebDAV: Fix bug that prevented accessing the creds
when the repository was configured with encryption=shared embedcreds=yes.
* direct: Avoid leaving file content in misctemp if interrupted.
+ * git-annex-shell sendkey: Don't fail if a remote asks for a key to be sent
+ that already has a transfer lock file indicating it's being sent to that
+ remote. The remote may have moved between networks, or reconnected.
-- Joey Hess <joeyh@debian.org> Mon, 21 Jul 2014 14:41:26 -0400