summaryrefslogtreecommitdiff
path: root/files/CHANGES_txt.html
blob: 516d0fce9cc671f2c6cf2c45d4e1b9e064e1b428 (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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang='en'>
  <head>
    <title>CHANGES.txt</title>
    <meta content='text/html; charset=US-ASCII' http-equiv='Content-Type'>
    <link href='../css/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'>CHANGES.txt</h1>
        <div class='paths'>
          CHANGES.txt
        </div>
        <div class='last-update'>
          Last Update:
          <span class='datetime'>2013-02-06 12:29:49 -0800</span>
        </div>
      </div>
      <div id='content'>
        <div id='text'>
          <div id='description'>
            
            <h3 id="label-1.2.0+%2F+06+Feb+2013">1.2.0 / 06 Feb 2013</h3>
            <ul><li>
            <p>Added public cert. All gem releases are now signed. See INSTALL in readme.</p>
            </li></ul>
            
            <h3 id="label-1.1+%2F+3+Apr+2011">1.1 / 3 Apr 2011</h3>
            <ul><li>
            <p>Rescue Timeout::Error so :on_error works as expected when server is
            unavailable. [Joel Watson]</p>
            </li></ul>
            
            <h3 id="label-1.0.1+%2F+1+Feb+2009">1.0.1 / 1 Feb 2009</h3>
            <ul><li>
            <p>Remove redundant call to block_given? in Session#group [paddor]</p>
            </li><li>
            <p>Add Channel#on_open_failed callback hook [Jamis Buck]</p>
            </li></ul>
            
            <h3 id="label-1.0.0+%2F+1+May+2008">1.0.0 / 1 May 2008</h3>
            <ul><li>
            <p>(no changes since the last preview release)</p>
            </li></ul>
            
            <h3 id="label-1.0+Preview+Release+2+%280.99.1%29+%2F+19+Apr+2008">1.0 Preview Release 2 (0.99.1) / 19 Apr 2008</h3>
            <ul><li>
            <p>Don't try to select on closed IO streams [Jamis Buck]</p>
            </li></ul>
            
            <h3 id="label-1.0+Preview+Release+1+%280.99.0%29+%2F+10+Apr+2008">1.0 Preview Release 1 (0.99.0) / 10 Apr 2008</h3>
            <ul><li>
            <p>First release of <a
            href="../classes/Net/SSH/Multi.html">Net::SSH::Multi</a></p>
            </li></ul>
          </div>
          <div id='context'>
          </div>
        </div>
      </div>
      <div id='footer-push'></div>
    </div>
    <div id='footer'>
      <a target="docwin" href="http://github.com/mislav/hanna/tree/master"><strong>Hanna</strong> RDoc template</a>
    </div>
  </body>
</html>