v0.5
2002-07-30:
	- Removed need for temp files.  ssh-agent is now evaled
	  and not sourced.
2002-02-11:
	- Created rpm spec file.

v0.4
2002-01-22:
	- Added Feature: -l and -L allow you to specify login
	  name from the command line.
	- Malcolm found a bug where mussh would hang with
	  "StrictHostKeyChecking=ask".  Added "BatchMode=yes"
	  and changed how mussh handles STDIN/STDERR so that
	  those hosts will fail immediately.
	- Removed '-q' flag to ssh since above change makes it 
	  hide errors from ssh.
	- Fixed broken -U mussh flag.

v0.3
2001-11-24:
	- Separated mussh debug (-d) from ssh debug (-v).
	- Added '-P' flag to never use passwords.
2001-07-20:
	- Greater control of debug levels. 
	- Debug (-D) now ties into ssh -v.

v0.2beta3
2001-07-19:
	- Modified -i to accept multiple args like '-H' or '-C'.
2001-07-12:
	- Fixed bug introduced in v0.2beta2 where '-' could not be used 
	  with '-C' or '-H' to get values from STDIN.
2001-06-05:
	- Got rid of blank line produced by hosts with no output.

v0.2beta2
2001-06-03:
	- Fixed bug with -q.  Quiet mode was turning on -d debug.
	- STDIN is now default for commands.  The -c and -C are 
	  now optional.
	- Scripts and commands are now executed in the order they
	  were given NOT reverse order.
	- Updated "Usage" and documentation to reflect above changes.

v0.2beta
2001-06-02:
	- Initial Release

