0.9.6 (8/30/2000)
	- sftp could crash if -v was passed (patch from kromJx@crosswinds.net)
	- files could be improperly truncated if the sftp session terminated
	  soon after a file transfer completed. (reported by a few people)
	- get * shouldn't die if there's a problem reading one of the files.
	  (reported by kromJx@crosswinds.net)
	- the server reports better errors when sending files

0.9.5 (6/15/2000)
	- Added mkdir, rmdir, rename commands in sftp (suggested by
		Nikos Mavroyanopoulos <nmav@hellug.gr>)
	- Added support for the SFTP_RSH enviroment variable to select
		the remote login program to use (based on patch from
		Nikos Mavroyanopoulos <nmav@hellug.gr>)
	- VPATH support for building out of the standard directory
		(patch from Matthew Seaman <m.seaman@inpharmatica.co.uk>)
	- Print transfer status on put as well as get
	- Minor cleanup

0.9.4 (4/24/2000)
	- a couple portability fixes

0.9.2 (4/18/2000)
	- broken remote version detection
	- broken autoconf detection of forkpty

0.9.1 (4/16/2000)
	- Try to use readline without ncurses/termcap first
	- A test in sftp.c was backwards, which disabled readline

0.9 (4/15/2000)
	- Added '-e' to disable readline support
	- Added '-f file' to read input from a file (based on patch from
		Albert Chin-A-Young <china@thewrittenword.com>)
	- A few configure updates from Albert Chin-A-Young
	- Removed a function name that conflicted with BSD/OS
	- If '-l user' is not specified, see if there's a match in .netrc
	- Look for usernames in .netrc, disable with -n
	- Added '-v' option to make sftp slightly more verbose

0.8.1 (2/15/2000)
	- Fix two nasty 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
