Net:SSH
http://rubyforge.org/projects/net-ssh

[1.0.0] 6 Feb 2005
  * Password can be programmatically specified for the 'keyboard-authentication'
    method.
  
  * All unit tests pass on Windows now.

  * Channels now respect their own local window and maximum packet sizes, and
    report reasonable values to the server. This fixes a bug that caused
    problems when large quantities of data were requested of the server and
    certain server maximums were being exceeded.

  * Client name is determined in a more robust manner.

  * Fixed hostbased bug.

  * Authentication process is now aware of the authentication methods reported
    by the server as having a chance of succeeded, and no longer attempts
    those methods that cannot possibly succeed.

[0.9.0] 11 Jan 2005
  * Added 'shell' and 'sync' services for interacting with users' shells,
    including a demo script that uses these to implement a simple SSH terminal
    client.

  * The 'keyboard-interactive' authentication method is implemented correctly
    now, which means users will receive a prompt to enter a password if one is
    not given, and is required.

  * The bug that caused the agent to always be used--even if it was
    unavailable--has been fixed.

  * The user manual now includes links to previous/next chapters, and uses
    syntax highlighting for the code blocks. Various other style tweaks in the
    manual.

  * Window sizes and maximum packet sizes are now honored, which should take
    care of various bugs and make Net::SSH play nicer with older SSH servers.

  * Non-blocking reads are now supported via the
    Transport::Session#reader_ready? method. The Connection::Driver#process
    method has been modified to make better use of this.

  * Moved to subversion, from CVS. Repository is now at
    http://www.jamisbuck.org/svn/net-ssh

[0.6.0] 2 Dec 2004
  * Added pageant support (thanks to Guillaume Marais)

  * Added support for external services (like SFTP).

  * Use USERNAME environment variable if USER is not set (like on Windows)

[0.5.0] 23 Nov 2004
  * Refactored to use Needle.

  * Moved SFTP support into its own library.

  * Moved command-line utilities into their own library.
