summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-19 11:37:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-19 11:37:03 -0400
commita47769779d2602c35f5c0dc03bdd9acb56b0bf3d (patch)
tree734e57a45114d54810898c3edc823478bd27b557 /CHANGELOG
parent2dae8155a9015dedd3fe900cf4f15b5de8994129 (diff)
webapp: Escape unusual characters in ssh hostnames when generating mangled hostnames. This allows IPv6 addresses to be used on filesystems not supporting : in filenames.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 35a3a2d5d..96523789c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -25,6 +25,9 @@ git-annex (6.20160614) UNRELEASED; urgency=medium
* Support checking presence of content at a http url that redirects to
a ftp url.
* log: Added --all option.
+ * webapp: Escape unusual characters in ssh hostnames when generating
+ mangled hostnames. This allows IPv6 addresses to be used on filesystems
+ not supporting : in filenames.
-- Joey Hess <id@joeyh.name> Mon, 13 Jun 2016 21:52:24 -0400