v0.7 - Added -S switch for disabling status line
     - Smaller bugfixes

v0.6 - Redirecting standard output works properly
     - Added SCPDOS for remote to local file transfer
     - Added -v switch for verbose mode. SSHDOS shows less messages
       by default

v0.5 - SSHDOS now can remotely execute a command without opening
         an interactive shell (safe rexec).
         Thanks to Ken Yap <ken_yap@xoommail.com>
     - CTRL-C handling works in DJGPP version
         Thanks to Shane Wegner <shane@cm.nu>

v0.4 - Changed options: -p for specifying SSH port number (previously -P)
			-P to use a non privileged local port
     - Added -d option to save SSH packets
     - B&W mode can be forced at compile time (see makefile)
     - Backspace works in ask_password
     - Three chances to enter proper password
     - Added 'linux' terminal emulation
     - Added DJGPP support
     - Opened CONTRIB subdirectory. Any codes are welcome here

v0.3 - Added ANSI color handling
     - Better command line parser
     - Added -t option for specifying terminal type
     - Added -P option to specify SSH port number

v0.2 - Some code cleanup
     - Better VT100 emulation, thanks to Ken Yap <ken_yap@xoommail.com>

v0.1 - First public release
