diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-13 14:20:28 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-13 14:20:28 -0400 |
commit | 1d71ad072e13c8ed1cb8b34367b57d59e651f0a9 (patch) | |
tree | 6114f4eb7d0069b415af422a741e4b669d008055 /debian | |
parent | 39fe17b8e4afc8a79000338dd9758cc71fd97677 (diff) |
Sped up downloads of files from ssh remotes, reducing the non-data-transfer overhead 6x.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b8b82512a..cbb2601eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ git-annex (5.20150813) UNRELEASED; urgency=medium * --debug log messages are now timestamped with fractional seconds. + * Sped up downloads of files from ssh remotes, reducing the + non-data-transfer overhead 6x. -- Joey Hess <id@joeyh.name> Wed, 12 Aug 2015 14:31:01 -0400 |