Changelog for
ruby2.5-rubygem-net-ssh-2_1-2.1.4-3.8.x86_64.rpm :
* Tue Jul 03 2012 jatanAATTsuse.de- Add version 2.1
* Tue Feb 21 2012 saschpeAATTsuse.de- Update to version 2.3.0- Provide rubygem-net-ssh-2_2
* Mon Jun 14 2010 mrueckertAATTsuse.de- additional changes from version 2.0.23
* delay CHANNEL_EOF packet until output buffer is empty [Rich Lane] Previously, calling #eof! after #send_data would result in the CHANNEL_EOF packet being sent immediately, ahead of the data in the output buffer. Now buffer becomes empty.- additional changes from version 2.0.22
* Fix for: \"Parsing the config errors out because it coerces the \"1\" into an integer and then tries to split it on spaces for multiple host checking.\" (http://net-ssh.lighthouseapp.com/projects/36253/tickets/10) [Lee Marlow]- additional changes from version 2.0.21
* Fix for \"IdentifyFile\" in ~/.ssh/config does not work if no \"Host\" statement is given (http://net-ssh.lighthouseapp.com/projects/36253/tickets/9-identifyfile-in-sshconfig-does-not-work-if-no-host-statement-is-given#ticket-9-5) [xbaldauf, Delano Mandelbaum]
* Fix for client closes a forwarded connection, but the server is reading, net-ssh terminates with IOError socket closed (http://net-ssh.lighthouseapp.com/projects/36253/tickets/7) [Miklós Fazekas]
* Fix for client force closes (RST) a forwarded connection, but server is reading, net-ssh terminates with exception [Miklós Fazekas]
* Fix for server closes the sending side, the on_eof is not handled. [Miklós Fazekas]
* Removed Hanna dependency in Rakefile [Delano Mandelbaum]- additional changes from version 2.0.20
* Support \"ProxyCommand none\" directive [Andy Lo-A-Foe]- additional changes from version 2.0.19
* Support plus sign in sshconfig hostname [Jason Weathered]- additional changes from version 2.0.18
* Fix related to #recv(1) to #readpartial change in 2.0.16 [Hans de Graaff, Delano Mandelbaum]
* Fri Jun 11 2010 mrueckertAATTsuse.de- use rubygems_requires macro
* Mon Dec 21 2009 prusnakAATTsuse.cz- update to version 2.0.17
* Thu Mar 26 2009 mrueckertAATTsuse.de- update to version 2.0.11
* Mon Jan 26 2009 mrueckertAATTsuse.de- update to version 2.0.8
* Sun Aug 05 2007 mrueckertAATTsuse.de- update to version 1.1.2:
* bug #6156 (ruby -w warnings)
* bug #6667 (wrong SOCKS 5 auth version)
* bug #10818 (Exception in split_data_for_packet)
* bug #11250 (host key verification problems when an RSA key appears in the known hosts file, but the server has both DSS and RSA keys)
* bug #11270 (error when server uses some aes ciphers)
* bug #11355 (typo in session.rb)
* bug #11532 (Hang after MSG_CHANNEL_OPEN_FAILURE)
* Tue May 22 2007 mrueckertAATTsuse.de- update to version 1.1.1:
* Fixed broken mkdir in host key verification.
* Fixed problems with Windows users getting \"address family for hostname not supported\" errors.
* Added the missing rb-keygen utility
* Server key verification (enabled by default, disable with :paranoid => false)
* Add support for SSH agent forwwarding
* Wed Sep 13 2006 mrueckertAATTsuse.de- update to version 1.0.10:
* Experiment with using read instead of sysread, to try and alleviate problems on Windows.
* Use printf instead of echo -n in the shell service, for compatibility with more unices.
* Give a sane error message when the user name is nil and cannot be derived from the environment.
* Add a #connection accessor to the session.
* Add initial support for server-originated global requests.