mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Changelog tweaks, and documentation relating to 2.5.20
This commit is contained in:
parent
a69d76d3a1
commit
e0e954bfc0
3 changed files with 13 additions and 5 deletions
|
@ -1,10 +1,12 @@
|
|||
## 2.5.20
|
||||
## 2.5.20 / March 16 2011
|
||||
|
||||
* `deploy:migrations` will now always operate on the latest_release, not
|
||||
current_release (Mike Vincent)
|
||||
* Adds a check for the presence of `rsync` when using the copy strategy with `rsync`. (Chris Griego)
|
||||
* Do not try to look up the `:release_path` on servers which are defined `:no_release` (Chris Griego)
|
||||
* Tiny patch to the `CVS` SCM code to be Ruby 1.9 compatible (Martin Carpenter)
|
||||
* Changed the default `Git` submodule behaviour to use `--recursive`, Lighthouse Issue #176. (Lee Hambley)
|
||||
* `:public_children` can now be `set()`, with the default being as it ever was (Chris Griego)
|
||||
* `:public_children` can now be `set()`, the default is unchanged, thanks (Chris Griego)
|
||||
* Fixing the load path in the default `Capfile` to search vendored/unpacked Gems. Lighthouse Issue #174 (Mari Carmen/Rafael García)
|
||||
* Adds a `maintenance_basename` variable (default value is `maintenance`) to allow you to set the maintenance page name (Celestino Gomes)
|
||||
* Spelling fixes in inline-documentation (Tom Copeland)
|
||||
|
@ -12,7 +14,7 @@
|
|||
|
||||
## 2.5.19 / June 21, 2010
|
||||
|
||||
* Small bug fixes, no improvements for people who weren't experiencing problems anyway.
|
||||
* Small bug fixes, no improvements for people who weren't experiencing problems anyway.
|
||||
|
||||
## 2.5.18 / March 14, 2010
|
||||
|
||||
|
|
8
Gemfile
8
Gemfile
|
@ -1,3 +1,9 @@
|
|||
#
|
||||
# This is the gemfile for local development
|
||||
# these are the requirements for running
|
||||
# the test suite.
|
||||
#
|
||||
|
||||
source :gemcutter
|
||||
|
||||
gem 'net-ssh'
|
||||
|
@ -8,4 +14,4 @@ gem 'highline'
|
|||
|
||||
group :test do
|
||||
gem "mocha"
|
||||
end
|
||||
end
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.5.19
|
||||
2.5.20
|
||||
|
|
Loading…
Add table
Reference in a new issue