summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-07 16:15:44 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-07 16:15:44 -0400
commitf3af50df049cf3d75e3d0983979bfcedd8192ef1 (patch)
treebf940c1507f0c4d2b7d7d175d80f4ec298c3b5d5 /CHANGELOG
parentbc92cb5a599865efc79f38044c56cbf67143c2c7 (diff)
Web.checkKey: Fix handling of multiple urls
When there are multiple urls for a file, still treat it as being present in the web when some urls don't work, as long as at least one url does work. This is consistent with the other web methods handling of multiple urls. This commit was sponsored by Ole-Morten Duesund on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 06480e1ec..868db42af 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,9 @@ git-annex (6.20171027) UNRELEASED; urgency=medium
* Fix export of subdir of a branch.
* Fix exporting of non-annexed files to external special remotes.
* unlock, lock: Support --json.
+ * When there are multiple urls for a file, still treat it as being present
+ in the web when some urls don't work, as long as at least one url does
+ work.
-- Joey Hess <id@joeyh.name> Mon, 30 Oct 2017 12:01:45 -0400