public
Description: Remote multi-server automation tool
Homepage: http://www.capify.org
Clone URL: git://github.com/jamis/capistrano.git
version bump, add some known issues to the README


git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7206 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
jamis (author)
Sat Jul 21 15:25:12 -0700 2007
commit  f316df74dbc359ed5aae8764f1530bea3e4a2374
tree    1729e913e2627dde7b89d1079eff180432116c40
parent  4e64823c9347718cae595cd8096371c1961a29c4
0
...
36
37
38
 
 
 
 
 
39
...
36
37
38
39
40
41
42
43
44
0
@@ -36,3 +36,8 @@ Use the +cap+ script as follows:
0
     cap sometask
0
 
0
 By 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.
0
+
0
+== KNOWN ISSUES
0
+
0
+* 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.
0
+* Running commands may rarely hang inexplicably. This appears to be specific only to certain platforms. Most people will never see this behavior.
0
\ No newline at end of file
...
10
11
12
13
14
15
 
 
 
16
17
18
...
10
11
12
 
 
 
13
14
15
16
17
18
0
@@ -10,9 +10,9 @@ module Capistrano
0
       return actual >= required
0
     end
0
 
0
- MAJOR = 1
0
- MINOR = 99
0
- TINY = 3
0
+ MAJOR = 2
0
+ MINOR = 0
0
+ TINY = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join(".")
0
     

Comments

    No one has commented yet.