Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 5779

Show
Ignore:
Timestamp:
12/24/06 04:04:34 (2 years ago)
Author:
minam
Message:

Version bump to 1.3.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/capistrano/CHANGELOG

    r5778 r5779  
    1 *SVN* 
    2  
    3 * Deprecate rake integration in favor of invoking `cap' directly 
     1*1.3.0* (December 23, 2006) 
     2 
     3* Deprecate rake integration in favor of invoking `cap' directly [Jamis Buck] 
    44 
    55* Make sure the CVS module references the repository explicitly in cvs_log [weyus@att.net] 
    66 
    7 * Remove trace messages when loading a file 
    8  
    9 * Cleaner error messages for authentication failures and command errors 
    10  
    11 * Added support for ~/.caprc, also -x and -c switches. 
     7* Remove trace messages when loading a file [Jamis Buck] 
     8 
     9* Cleaner error messages for authentication failures and command errors [Jamis Buck] 
     10 
     11* Added support for ~/.caprc, also -x and -c switches. [Jamis Buck] 
    1212 
    1313* Updated migrate action to use db:migrate task in Rails instead of the deprecated migrate task [DHH] 
  • tools/capistrano/lib/capistrano/version.rb

    r5107 r5779  
    2020 
    2121    MAJOR = 1 
    22     MINOR = 2 
     22    MINOR = 3 
    2323    TINY  = 0 
    2424