Capistrano 2.5.4 is now available. If you're installing by hand, or by a
manually downloaded gem, be sure and also grab net-ssh 2.0.10, which
Capistrano 2.5.4 depends on. (If you're installing remotely by gem, that
dependency should be taken care of automatically.)

There aren't any new features in this release, just bug fixes:

* The 'user' option from ~/.ssh/config is now handled better. If you set
an explicit user in your deploy.rb, that user will be used. If you
don't, the user from ~/.ssh/config will be used. If there is no user
setting in ~/.ssh/config, the USER environment variable will be used.

* Sudo "try again" prompts should be detected more robustly now. If you
experienced issues where an incorrect sudo password would cause
Capistrano to (apparently) hang, chances are this release will fix that
for you.

* The supported environment variables are now listed at the end of the
-H output.

* Capistrano should play nicely with newer rspec versions. The optional
include_priv parameter to respond_to?() is supported now.

* If you're using the remote_cache strategy with rsync (you've specified
any files or directories to exclude in the :copy_exclude array), the -t
switch is now being passed to rsync, which will preserve file times.

As ever, please report bugs to:

  http://capistrano.lighthouseapp.com/projects/8716/tickets

And feel free to fork the project on GitHub and submit pull requests
with your clever ideas:

  http://github.com/jamis/capistrano

- Jamis

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to