summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-17 14:46:33 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-17 14:46:33 -0400
commitdbd6f8c1425e1d928d7fcf53f53357c4e51179fb (patch)
tree5c0d0d4d4b7f7c5581afa6bb88b66bfcbb195b63 /CHANGELOG
parent60ecfff58955539c80ea91790e1526505a748fc0 (diff)
Prevent spaces from being embedded in the name of new WORM keys, as that handing spaces in keys would complicate things like the external special remote protocol.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6bef5110b..64a7c773d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,6 +18,9 @@ git-annex (6.20170521) UNRELEASED; urgency=medium
* Added remote configuration settings annex-ignore-command and
annex-sync-command, which are dynamic equivilants of the annex-ignore
and annex-sync configurations.
+ * Prevent spaces from being embedded in the name of new WORM keys,
+ as that handing spaces in keys would complicate things like the
+ external special remote protocol.
-- Joey Hess <id@joeyh.name> Sat, 17 Jun 2017 13:02:24 -0400