aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-07 15:10:41 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-07 15:10:41 -0400
commitc8d5b2067037ecb56c06cd1cc32f248c463ed228 (patch)
tree970d8d0a20d6670e8818ea6b733d96065c92ef95 /CHANGELOG
parentdc0f824c1bc4c9aac1045894983a434eb26196ab (diff)
initremote: When a uuid= parameter is passed, use the specified UUID for the new special remote, instead of generating a UUID.
This can be useful in some situations, eg when the same data can be accessed via two different special remote backends.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4fd7d03eb..0f5909e6e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -30,6 +30,10 @@ git-annex (6.20170102) UNRELEASED; urgency=medium
* Fix build with aws 0.16. Thanks, aristidb.
* assistant: Make --autostart --foreground wait for the children it
starts. Before, the --foreground was ignored when autostarting.
+ * initremote: When a uuid= parameter is passed, use the specified
+ UUID for the new special remote, instead of generating a UUID.
+ This can be useful in some situations, eg when the same data can be
+ accessed via two different special remote backends.
-- Joey Hess <id@joeyh.name> Fri, 06 Jan 2017 15:22:06 -0400