mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Preparing Release v2.15.3
This commit is contained in:
parent
898005f2ef
commit
c4bd4c4e03
2 changed files with 11 additions and 1 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -1,3 +1,13 @@
|
|||
## 2.15.3 / April 25 2012
|
||||
|
||||
* For deploy:cleanup, use try_sudo with rm command. (@joshstaiger)
|
||||
* Restore maintenance.rhtml (@chulkilee)
|
||||
* Fixes GH-434, If branches is an array of array, iterate them separately. (@gnufied)
|
||||
|
||||
A big "thank you" to the people who've pushed really amazing patches to the
|
||||
2.15.x branch so soon after it's release. 2.15.0 was just too huge to go out
|
||||
bug free.
|
||||
|
||||
## 2.15.2 / April 24 2013
|
||||
|
||||
* Fixed a bug with asset_paths (String vs. Array). (@joeycarmello)
|
||||
|
|
|
@ -2,7 +2,7 @@ module Capistrano
|
|||
class Version
|
||||
MAJOR = 2
|
||||
MINOR = 15
|
||||
PATCH = 2
|
||||
PATCH = 3
|
||||
|
||||
def self.to_s
|
||||
"#{MAJOR}.#{MINOR}.#{PATCH}"
|
||||
|
|
Loading…
Reference in a new issue