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

Changeset 7206

Show
Ignore:
Timestamp:
07/21/07 22:25:12 (1 year ago)
Author:
minam
Message:

version bump, add some known issues to the README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/capistrano/lib/capistrano/version.rb

    r7154 r7206  
    1111    end 
    1212 
    13     MAJOR = 1 
    14     MINOR = 99 
    15     TINY  = 3 
     13    MAJOR = 2 
     14    MINOR = 0 
     15    TINY  = 0 
    1616 
    1717    STRING = [MAJOR, MINOR, TINY].join(".") 
  • tools/capistrano/README

    r6464 r7206  
    3737 
    3838By default, the script will look for a file called one of +capfile+ or +Capfile+. The +someaction+ text indicates which task to execute. You can do "cap -h" to see all the available options and "cap -T" to see all the available tasks. 
     39 
     40== KNOWN ISSUES 
     41 
     42* Using "put" to upload a file to two or more hosts when a gateway is in effect has a good chance of crashing with a "corrupt mac detected" error. This is due to a bug in Net::SSH. 
     43* Running commands may rarely hang inexplicably. This appears to be specific only to certain platforms. Most people will never see this behavior.