forked from jamis/net-ssh-multi
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathCHANGES.txt
37 lines (20 loc) · 959 Bytes
/
CHANGES.txt
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
=== 1.3.0.rc1 / 12 Mar 2016
* Make sure we wait no more than keeepalive in select [Eugene Kenny]
* Forward action [Yukihiko SAWANOBORI]
* Net-ssh 3.0 compatibility [Balasankar C]
=== 1.2.1 / 11 Apr 2015
* Fix two problems with :concurrent_connections option (#4) [sersut]
* Replaced test-unit with minitest [juliandunn]
=== 1.2.0 / 06 Feb 2013
* Added public cert. All gem releases are now signed. See INSTALL in readme.
=== 1.1 / 3 Apr 2011
* Rescue Timeout::Error so :on_error works as expected when server is unavailable. [Joel Watson]
=== 1.0.1 / 1 Feb 2009
* Remove redundant call to block_given? in Session#group [paddor]
* Add Channel#on_open_failed callback hook [Jamis Buck]
=== 1.0.0 / 1 May 2008
* (no changes since the last preview release)
=== 1.0 Preview Release 2 (0.99.1) / 19 Apr 2008
* Don't try to select on closed IO streams [Jamis Buck]
=== 1.0 Preview Release 1 (0.99.0) / 10 Apr 2008
* First release of Net::SSH::Multi