1
0
Fork 0
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:
Lee Hambley 2013-04-25 08:38:27 +02:00
parent 898005f2ef
commit c4bd4c4e03
2 changed files with 11 additions and 1 deletions

View file

@ -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)

View file

@ -2,7 +2,7 @@ module Capistrano
class Version
MAJOR = 2
MINOR = 15
PATCH = 2
PATCH = 3
def self.to_s
"#{MAJOR}.#{MINOR}.#{PATCH}"