summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-05 16:34:39 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-05 16:34:39 -0400
commitc8256b6cbb8853f0cea09582e98978082cdd3cc8 (patch)
treed3d7d58ec4e676d3681a2196008826cba48b4d63 /CHANGELOG
parentdc110d9bb3982f6bdf21e95941f3ef8a04d9f5a3 (diff)
testremote: Fix crash when testing a freshly made external special remote.
Ignore exceptions when getting the cost and availability for the remote, and return sane defaults. These defaults are not cached, so if a special remote program has a transient problem, it will re-query it later.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6446d587d..23a50c76d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ git-annex (6.20160614) UNRELEASED; urgency=medium
Thanks, Farhan Kathawala.
* get: Add --batch and --json options.
* New url for git-remote-gcrypt, now maintained by spwhitton.
+ * testremote: Fix crash when testing a freshly made external special remote.
-- Joey Hess <id@joeyh.name> Mon, 13 Jun 2016 21:52:24 -0400