2006-01-02 10:03  jamis

	* Update NEWS file

2005-12-26 19:05  jamis

	* Add some disambiguating parentheses

2005-12-26 13:27  jamis

	* Update contact email address

2005-12-26 13:24  jamis

	* Undef Session#open so that Kernel#open doesn't mask the SFTP
	  open operation. Add getters to query the underlying SSH
	  channel. Version bump.

2005-12-06 10:45  jamis

	* Update NEWS file

2005-12-06 10:43  jamis

	* The open implementation in v4 should have been in v5.

2005-12-06 09:18  jamis

	* Make copy/paste easier from rake output

2005-12-06 09:17  jamis

	* "Name" packets in version 4 of the protocol were not being
	  parsed correctly.

2005-08-05 15:23  jamis

	* Version bump

2005-08-05 15:17  jamis

	* Some servers don't like the 64k chunk size (causes the
	  packets to be too large). Temporary fix is to just use a
	  default chunk size of 32k.

2005-06-17 23:13  jamis

	* "remote", not "remove"

2005-06-17 23:05  jamis

	* Added ChangeLog generation again

2005-06-17 23:02  jamis

	* Typo

2005-06-17 23:01  jamis

	* Added FAQ generation to the Rakefile. Update the NEWS file.

2005-06-17 22:54  jamis

	* Added an FAQ to document the usage of the library

2005-04-03 08:31  jamis

	* Net::SFTP::Exception should extend RuntimeError

2005-03-28 23:16  jamis

	* Made a few tests pass that were failing on MacOS, and made
	  get-file and put-file read and write in binary mode.

2005-02-22 14:12  jamis

	* Version bump. All that remains to do is documentation...

2005-02-22 14:11  jamis

	* Added support for an open-uri interface to SFTP reads.

2005-01-11 15:42  jamis

	* Added changelog.

2005-01-11 15:41  jamis

	* Updated NEWS, and fixed Rakefile to not generate ChangeLog.
	  Rakefile will also tag current release via the "tag" task.

2005-01-11 14:52  jamis

	* Added open-uri interface as a TODO.

2005-01-11 15:41  jamis

	* Updated NEWS, and fixed Rakefile to not generate ChangeLog. Rakefile
	  will also tag current release via the "tag" task.

2005-01-11 14:52  jamis

	* Added open-uri interface as a TODO.

2005-01-09 07:53  jamis

	* Move from CVS

2004-12-22 10:38  minam

	* Added open_handle, get_file, and put_file methods. Bumped version
	  to 0.9.

2004-12-11 18:29  minam

	* Fixed some doc typos. Made the synchronous operations work in
	  Ruby 1.8.1 (they no longer require a 'return' from within a
	  proc).

2004-12-01 22:13  minam

	* Updated NEWS file.

2004-12-01 21:58  minam

	* Moved README to project root.

2004-12-01 21:49  minam

	* Initial import

2004-12-01 21:49  minam

	* Initial revision
