From 62922501347eac10fb40c91b05cc9c652c6fd8ab Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sun, 27 Apr 2008 21:55:55 -0600 Subject: [PATCH] update changelog --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8039f14d..c35925e4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ *unreleased* +* Expand file-transfer options with new upload() and download() helpers. [Jamis Buck] + +* Allow SCP transfers in addition to SFTP. [Jamis Buck] + +* Use Net::SSH v2 and Net::SSH::Gateway. [Jamis Buck] + * Added #export method for git SCM [Phillip Goldenburg] * For query_revision, git SCM used git-rev-parse on the repo hosting the Capfile, which may NOT be the same tree as the actual source reposistory. Use git-ls-remote instead to resolve the revision for checkout. [Robin H. Johnson]