1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Release v2.12.0

This release revserts the very verbose logging introduced in the
previous version, it also
enables a handful of power-user features which are largely
un-documented, but shouldn't be
important unless you are looking for them. Undocumented code shouldn't
scare you, simply
read through deploy.rb in the Gem if you want to know how a new feature
works!

 * Update mapped commands to remove symlink deprecation warning. Despo
 * Pentara (despo)
 * Add the "rpm" remote dependency. Nick Hoffman (nickhoffman)
 * Add commented deploy:cleanup task to default recipe. Jean-Philippe
 * Doyle (j15e)
 * Teach deploy:web:enable to fail gracefully. Lee Marlow (lmarlow)
 * Ticket 193 alias task show wrong name when it is not overridden. Rafa
 * García (rgo)
 * Allow configuration of which roles assets are precompiled on.
 * Frederick Cheung (fcheung)
 * Fix transfer action to honor dry-run flag. Serg Podtynnyi (shtirlic)
 * Changed single to double quotes for Windows, fixes a Windows bug in
 * the HG module. Matthew J Morrison (mattjmorrison)
 * Add UnsharedRemoteCache (copied from eycap gem). Ben Symonds
 * (bensymonds)

As ever, a sincere thanks to all contributors, and do not hesitate to
contact me if this
release causes problems for you.
This commit is contained in:
Lee Hambley 2012-04-13 11:11:14 +02:00
parent c18565912e
commit b5332011cb
2 changed files with 29 additions and 9 deletions

View file

@ -1,3 +1,23 @@
## 2.12.0 / April 13 2012
This release revserts the very verbose logging introduced in the previous version, it also
enables a handful of power-user features which are largely un-documented, but shouldn't be
important unless you are looking for them. Undocumented code shouldn't scare you, simply
read through deploy.rb in the Gem if you want to know how a new feature works!
* Update mapped commands to remove symlink deprecation warning. Despo Pentara (despo)
* Add the "rpm" remote dependency. Nick Hoffman (nickhoffman)
* Add commented deploy:cleanup task to default recipe. Jean-Philippe Doyle (j15e)
* Teach deploy:web:enable to fail gracefully. Lee Marlow (lmarlow)
* Ticket 193 alias task show wrong name when it is not overridden. Rafa García (rgo)
* Allow configuration of which roles assets are precompiled on. Frederick Cheung (fcheung)
* Fix transfer action to honor dry-run flag. Serg Podtynnyi (shtirlic)
* Changed single to double quotes for Windows, fixes a Windows bug in the HG module. Matthew J Morrison (mattjmorrison)
* Add UnsharedRemoteCache (copied from eycap gem). Ben Symonds (bensymonds)
As ever, a sincere thanks to all contributors, and do not hesitate to contact me if this
release causes problems for you.
## 2.11.0 / Febuary 20 2012
This release replaces and fixes a broken 2.10.0 release (see below for

View file

@ -4,7 +4,7 @@ module Capistrano
class Version
MAJOR = 2
MINOR = 11
MINOR = 12
PATCH = 0
def self.to_s