mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
update changelog
This commit is contained in:
parent
8f0f99565e
commit
6292250134
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
*unreleased*
|
*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]
|
* 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]
|
* 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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue