[ANN] Net::SSH 1.0.1, Net::SFTP 1.0.0

Net::SSH 1.0.1 is a maintenance release that fixes a bug that caused data to be sent twice in some circumstances. It also adds a :timeout option to Net::SSH.start, and allows the Putty Agent to be used under Windows (reportedly).

   Project page: http://rubyforge.org/projects/net-ssh
   Users Manual: http://net-ssh.rubyforge.org
   API Docs: http://net-ssh.rubyforge.org/api

Net::SFTP 1.0.0 is the more-or-less stable, more-or-less final release of Net::SFTP. (More-or-less, meaning, there may be subsequent releases as bugs are found, patches submitted, and time allocated to work on Net::SFTP.) This release:

* Adds a uri and open-uri interface to Net::SFTP
* Fixes a bug under Windows where files weren't being transfered in binary mode
* Adds an FAQ document. Not as pretty as the Users Manual for Net::SSH, but it's better than nothing

   Project page: http://rubyforge.org/projects/net-ssh
   FAQ: http://net-ssh.rubyforge.org/sftp/faq.html
   API Docs: http://net-ssh.rubyforge.org/sftp/api

And, both are available as gems.

Enjoy!

- Jamis