diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -23,6 +23,14 @@ git-annex (6.20170521) UNRELEASED; urgency=medium external special remote protocol. * migrate: WORM keys containing spaces will be migrated to not contain spaces anymore. + * External special remotes will refuse to operate on keys with spaces in + their names. That has never worked correctly due to the design of the + external special remote protocol. Display an error message suggesting + migration. + * Fix incorrect external special remote documentation, which said that + the filename parameter to the TRANSFER command could not contain + spaces. It can in fact contain spaces. Special remotes implementors + that relied on that may need to fix bugs in their special remotes. -- Joey Hess <id@joeyh.name> Sat, 17 Jun 2017 13:02:24 -0400 |