Release Name: 1.2.0
Notes:
Added multistage support. Just require "capistrano/ext/multistage",
and you've instantly got (by default) staging and
production environments. Put definitions specific to
each environment under config/deploy/staging.rb and config/deploy/production.rb. Define your own
environments by setting the :stages variable to an
array of stage names, before requiring the multistage
module.
Changes:
*1.2.0* (July 6, 2007)
* Added multistage as a packaged staging option. [Jamis Buck]
*1.1.1* (May 12, 2007)
* Tweak to work with Capistrano 2 [Jamis Buck]
*1.1.0* (September 14, 2006)
* Add uptime task [Jamis Buck]
* Fix padding on long machine names [Michael Schoen]
* Fix matching of machine names [Michael Schoen]
* Fix matching of load averages [Michael Schoen]
*1.0.1* (March 6, 2006)
* Rename capistrano-ext
* Put request monitor script in user's home directory, instead of /tmp, to accomodate multiple users
|