From 7329a1b655f7011f09a4519209da748061a014c4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 28 Dec 2010 17:19:52 -0400 Subject: [PATCH] note --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9be8b37fd0..bc2901ef74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ git-annex (0.15) UNRELEASED; urgency=low - * Support scp-style urls for remotes (host:path). + * Support scp-style urls for remotes (host:path). Note that + paths relative to the user's home directory, or containing "~" are + not yet supported. * Add trust and untrust subcommands, to allow configuring remotes that are trusted to retain files without explicit checking.