0.8.1 (2/15/2000)
	- Fix two nast bugs that show up when forkpty isn't available

0.8 (2/14/2000)
	- added 'make install'
	- if possible, allocate a pty for ssh rather than letting it directly
	  use /dev/tty
	- handle a bunch of compatibility keywords
	- get, put, exec can be aborted with ^C, if a pty is allocated
	- put now prints files being sent
	- call ssh with "-e none" to disable the escape character
	- lots of bug fixes

0.7 (1/23/2000)
	- 'bye' is an alias for quit
	- 'version' command
	- file modification time is preserved
	- potential hang fixed

0.6 (1/10/2000)
	- fixed a bug where exec string wasn't properly terminated
	- added -s sshargs
	- support for non 80 character wide terminals
	- support for quote characters in command line
	- cd & lcd expand ~ properly in directory names
	- misc cleanup

0.5 (12/26/1999)
	- added "dir" == "ls -l", "mget" == "get", "mput == "put"
	- filenames with spaces should work now
	- added ability to connect to a different port with -p.  -P now
	  specifies remote path
	- fixed problems with multiple opens and no intermediate close
	- command line flags processed in open, so multiple opens with
	  different flags will work

0.4 (12/21/1999)
	- multiple authentication attempts should work now
	- added man page, rpm spec file
	- sftp can pass -C to ssh

0.3 (11/17/1999)
	- added readline support from Robert Wuest <rwuest@wuest.org>
	- added autoconf support

0.2.5
	- remote user option
	- misc. cleanup

0.2
	- remote path option

0.1
	- first release
