Capistrano Changelog

What's new in Capistrano 2.5.10

Dec 3, 2009
  • Fixes Darcs remote repository problem when using the copy strategy [Alex 'regularfry' Young]
  • Allows the specification of :copy_via for use by the copy strategy [Emily 'duien' Price]
  • Documentation improvements for embedding Capistrano [Lee Hambley]

New in Capistrano 2.5.9 (Sep 14, 2009)

  • #105 - Adds skip_hostfilter option to find_servers() [Eric]
  • #103 - Fixes Using non-master branch fails with Ruby 1.9 [Suraj Kurapati]
  • #96 - Tweak for 1.9 Compatibility
  • #79 - Fixes Capistrano hangs on shell command for many computers
  • #77 - Fixes Copy command doesn't work on Solaris due to tar/gtar
  • #76 - Fixes Invalid Subversion URL
  • Improved web:disable task, now suggests a .htaccess block to use suggested by Rafael García
  • Includes more logger options (can now select stdout, stderr of a file) [Rafael García]
  • Fixes a couple of documentation problems, typos and worse. [Lee Hambley]

New in Capistrano 2.4.0 (Feb 25, 2009)

  • Make sure role(:foo) actually declares an (empty) role for :foo, even without server arguments [Jamis Buck]