summaryrefslogtreecommitdiff
path: root/files/CHANGELOG_rdoc.html
blob: f15739dc4bf0f16b632d184968622371ad8f35d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang='en'>
  <head>
    <title>File: CHANGELOG.rdoc [Control multiple Net::SSH connections via a single interface.]</title>
    <meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
    <link href='../rdoc-style.css' media='screen' rel='stylesheet' type='text/css'>
    <script type='text/javascript'>
      //<![CDATA[
        function popupCode(url) {
          window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
        }
        
        function toggleCode(id) {
          var code = document.getElementById(id)
        
          code.style.display = code.style.display != 'block' ? 'block' : 'none'
          return true
        }
        
        // Make codeblocks hidden by default
        document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
      //]]>
    </script>
  </head>
  <body class='page'>
    <div class='file' id='wrapper'>
      <div class='header'>
        <h1 class='name'>CHANGELOG.rdoc</h1>
        <div class='paths'>
          CHANGELOG.rdoc
        </div>
        <div class='last-update'>
          Last Update:
          <span class='datetime'>2011-04-03 16:38:48 -0400</span>
        </div>
      </div>
      <div id='content'>
        <div id='text'>
          <div id='description'>
            <h3>1.1 / 3 Apr 2011</h3>
            <ul>
            <li>Rescue Timeout::Error so :on_error works as expected when server is
            unavailable. [Joel Watson]
            
            </li>
            </ul>
            <h3>1.0.1 / 1 Feb 2009</h3>
            <ul>
            <li>Remove redundant call to block_given? in Session#group [paddor]
            
            </li>
            <li>Add Channel#on_open_failed callback hook [Jamis Buck]
            
            </li>
            </ul>
            <h3>1.0.0 / 1 May 2008</h3>
            <ul>
            <li>(no changes since the last preview release)
            
            </li>
            </ul>
            <h3>1.0 Preview Release 2 (0.99.1) / 19 Apr 2008</h3>
            <ul>
            <li>Don&#8217;t try to select on closed IO streams [Jamis Buck]
            
            </li>
            </ul>
            <h3>1.0 Preview Release 1 (0.99.0) / 10 Apr 2008</h3>
            <ul>
            <li>First release of <a
            href="../classes/Net/SSH/Multi.html">Net::SSH::Multi</a>
            
            </li>
            </ul>
          </div>
          <div id='section'>
          </div>
        </div>
      </div>
      <div id='footer-push'></div>
    </div>
    <div id='footer'>
      <a href="http://github.com/mislav/hanna/tree/master"><strong>Hanna</strong> RDoc template</a>
    </div>
  </body>
</html>