summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-30 14:29:02 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-30 14:29:02 -0400
commitf42a64198f18708623fc7a6f7e53cfb3b9e5642b (patch)
tree89c46dc442fe8eddc1999032472cc0579ce79f4a /CHANGELOG
parentff84a7d05050da889da5e48b85067186616da80f (diff)
allow multiple concurrent external special remote processes
Multiple external special remote processes for the same remote will be started as needed when using -J. This should not beak any existing external special remotes, because running multiple git-annex commands at the same time could already start multiple processes for the same external special remotes.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 888e413e9..6f2627c98 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,11 @@ git-annex (6.20160924) UNRELEASED; urgency=medium
* Add "total-size" field to --json-progress output.
* Make --json-progress output be shown even when the size of a object
is not known.
+ * Multiple external special remote processes for the same remote will be
+ started as needed when using -J. This should not beak any existing
+ external special remotes, because running multiple git-annex commands
+ at the same time could already start multiple processes for the same
+ external special remotes.
-- Joey Hess <id@joeyh.name> Mon, 26 Sep 2016 16:46:19 -0400