0.1-1:

	- Password authentication
	- Pretty efficient throughput
	- Supported ciphers: IDEA, Tripple-DES, IDEA, none

0.2:

	- Added ciphers: DES, RC4, Blowfish

0.3:

	- Added qualifier to choose ciphers (/CIPHERS)
	- Added qualifier to choose username (/USERNAME)
	- Added qualifier to go in remote command mode (/COMMANDS).
	  It is not yet implemented, however
	- Added forwarding of terminal sizes

0.3-1:

	- Added a help qualifier (/HELP)

0.4:

	- Added qualifier to get version info (/VERSION)
	- Added qualifier to get verbose output (/VERBOSE)
	- Implemented /COMMANDS

0.4-1:

	- /COMMANDS implementation corrected thanks to Wolfgang
	  J. Moeller.

0.4-2:

	- Added /INPUT and /OUTPUT
	  (suggested by David Mathog <mathog@seqaxp.bio.caltech.edu>)
	- Added /PASSWORD (untested)
	  (suggested by David Mathog <mathog@seqaxp.bio.caltech.edu>)

0.4-3

	- Added /MODE
	  (suggested by David Mathog <mathog@seqaxp.bio.caltech.edu>)
	- Added /AUTHENTICATOIN_METHODS
	  (suggested by Jacek W. Tobiasz <jtb@atm.com.pl>)
	- Beautified the messages
	  (suggested by David L. Jones <jonesd@kcgl1.eng.ohio-state.edu>
	- Beautified some of the code

0.4-4

	- Bug fixes

0.4-5

	- Added /TTY

0.4-6

	- Corrected small bug with handling of /PASSWORD parameter.
	  Thanks to Eric Rostetter for finding the bug and sending a
	  patch (through Dave <DSAFIAN@uoft02.utoledo.edu>).

0.5 alpha

	- Implemented RSA user authentication.  The file read is
	  [.SSH]IDENTITY.DAT under the user's SYS$LOGIN:, which is
	  exactly the same format as ~/.ssh/identity under Unix (and
	  therefore, that Unix file can be copied to a VMS system and
	  used from there).

0.6 alpha

	- Change of command interface.  The second argument is no
	  longer the port.  Instead, the second argument and on is
	  the command to send to the server and the port is given
	  through a qualifier.  Thus, fish becomes more compatible
	  with rsh.
	- Parameter 1 can now also have the syntax {user}@{host}.
	- Compression is implemented.  /COMPRESS[=n] to enable it.
	- all one-line messages are now true VMSy messages.
	- Preparations to provide multiple input channels is being
	  done.

0.6 alpha2

	- Key generation.

0.6 alpha4

	- Key file change.  Not really tested yet.

