mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Version bump to 1.3.0
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@5779 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
13f88e3584
commit
b01cbe6766
2 changed files with 6 additions and 6 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -1,14 +1,14 @@
|
|||
*SVN*
|
||||
*1.3.0* (December 23, 2006)
|
||||
|
||||
* Deprecate rake integration in favor of invoking `cap' directly
|
||||
* Deprecate rake integration in favor of invoking `cap' directly [Jamis Buck]
|
||||
|
||||
* Make sure the CVS module references the repository explicitly in cvs_log [weyus@att.net]
|
||||
|
||||
* Remove trace messages when loading a file
|
||||
* Remove trace messages when loading a file [Jamis Buck]
|
||||
|
||||
* Cleaner error messages for authentication failures and command errors
|
||||
* Cleaner error messages for authentication failures and command errors [Jamis Buck]
|
||||
|
||||
* Added support for ~/.caprc, also -x and -c switches.
|
||||
* Added support for ~/.caprc, also -x and -c switches. [Jamis Buck]
|
||||
|
||||
* Updated migrate action to use db:migrate task in Rails instead of the deprecated migrate task [DHH]
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ module Capistrano
|
|||
end
|
||||
|
||||
MAJOR = 1
|
||||
MINOR = 2
|
||||
MINOR = 3
|
||||
TINY = 0
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join(".")
|
||||
|
|
Loading…
Reference in a new issue