1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

switchtower: update changelog

git-svn-id: http://svn.rubyonrails.org/rails/tools/switchtower@2451 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2005-10-04 12:30:46 +00:00
parent 1929a47e3b
commit f06e87592b

View file

@ -1,5 +1,11 @@
*SVN*
* Add deploy_with_migrations task.
* Make the migrate task more customizable.
* If no password is given with the -p switch, prompt for password immediately.
* Do not install a switchtower stub in the script directory. Assume the switchtower executable is in the path.
* Remove trailing newlines from commands to prevent trailing backslash #2141