diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-31 19:11:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-31 19:11:18 -0400 |
commit | f48658d4eeaa76062f412d4fec9cdfcecd7b0e9d (patch) | |
tree | e898b3ca5d41a855bb509a1d8f8d1d3acfd2ebe9 /debian/changelog | |
parent | 700aed13cff27f9315df1209e0cd37d5e51f5390 (diff) |
Now rsync is exclusively used for copying files to and from remotes. scp is not longer supported.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 76e16af2c..5b3f2ebfd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ git-annex (0.15) UNRELEASED; urgency=low that are trusted to retain files without explicit checking. * Fix bug in numcopies handling when multiple remotes pointed to the same repository. + * Now rsync is exclusively used for copying files to and from remotes. + scp is not longer supported. -- Joey Hess <joeyh@debian.org> Tue, 28 Dec 2010 13:13:20 -0400 |