2005-08-06 19:35:25 +00:00
*SVN*
2005-12-22 20:36:28 +00:00
* The Rails rake tasks now load ST directly, instead of invoking it via system
2005-11-09 16:43:40 +00:00
* Added ssh_options variable to configure the SSH connection parameters #2734 [jerrett@bravenet.com]
2005-11-09 14:53:36 +00:00
* Require Net::SSH 1.0.3
*0.9.0* (October 18th, 2005)
2005-10-13 20:06:27 +00:00
* Use process reaper instead of custom reap script for restarting
2005-10-11 01:59:19 +00:00
* Use -S switch to set variables before reading recipe files #2242
2005-10-11 01:43:41 +00:00
* Have setup.rb create a switchtower.cmd file on Win32 platforms #2402
2005-10-04 14:49:46 +00:00
* Add diff_from_last_deploy to the rails switchtower rakefile template
2005-10-04 13:06:43 +00:00
* Add diff_from_last_deploy task (currently only works with subversion)
2005-10-04 12:30:46 +00:00
* Add deploy_with_migrations task.
* Make the migrate task more customizable.
* If no password is given with the -p switch, prompt for password immediately.
2005-09-19 22:20:58 +00:00
* Do not install a switchtower stub in the script directory. Assume the switchtower executable is in the path.
2005-09-19 22:15:48 +00:00
* Remove trailing newlines from commands to prevent trailing backslash #2141
2005-09-19 22:12:14 +00:00
* Default parameters work correctly with the generator #2218 [Scott Barron]
2005-09-11 19:42:53 +00:00
* Attempt to require 'rubygems' explicitly when running the switchtower utility #2134
2005-09-05 10:37:00 +00:00
* Make default tasks work only on app/db/web roles, so that additional roles may be created for boxes with specific needs without needing to (for instance) deploy the app to those boxes
2005-09-03 15:27:26 +00:00
* Default the application name to "Application" when using --apply-to
2005-09-03 15:23:10 +00:00
* Show the help screen instead of an error when no arguments are given
2005-08-30 21:42:27 +00:00
* Make SwitchTower easier to invoke programmatically via SwitchTower::CLI
2005-08-30 20:53:32 +00:00
* Specify the revision to release via the :revision variable (defaults to latest revision)
* Allow variables to be set via the cli using the -s switch
* Log checkouts to a "revisions.log" file
* Changed behavior of checkout to use the timestamp as the release name, instead of the revision number
2005-08-17 10:13:25 +00:00
* Added CVS module (very very experimental!)
2005-08-13 18:36:02 +00:00
* Works with public keys now, for passwordless deployment
2005-08-12 21:40:38 +00:00
* Subversion module recognizes the password prompt for HTTP authentication
2005-08-12 20:32:23 +00:00
* Preserve +x on scripts when using darcs #1929 [Scott Barron]
2005-08-06 19:35:25 +00:00
* When executing multiline commands, use a backslash to escape the newline