Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:capistrano/capistrano
Browse files Browse the repository at this point in the history
  • Loading branch information
leehambley committed Aug 26, 2009
2 parents 2c7648f + 9a9628b commit 74f7a7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rdoc
@@ -1,8 +1,8 @@
== 2.5.9 / 1 August 2009

* Includes more logger options (can now select stdout, stderr of a file) [Rafael Garciá]
* Includes more logger options (can now select stdout, stderr of a file) [Rafael García]

* Improved web:disable task, now suggests a .htaccess block to use suggested by Rafael Garciá
* Improved web:disable task, now suggests a .htaccess block to use suggested by Rafael García

* Adds support for customizing which `tar` command to use. [Jeremy Wells]

Expand Down
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -64,8 +64,8 @@ If you want to try Capistrano code that hasn't been formerly released yet, this

git clone git://github.com/capistrano/capistrano.git capistrano-capistrano
cd capistrano-capsitrano
gem build capistrano.gemspec
sudo gem install capistrano-*.gem
rake package
sudo gem install pkg/capistrano-*.gem

This will install the most recent version of capistrano and make it available for both cap, and capify.

Expand Down

0 comments on commit 74f7a7b

Please sign in to comment.