Version 0.8 12-Jan-1996 tjh (tjh@mincom.oz.au)
        - tidy up some socks code - thanks to Thomas Zerucha 
	<zerucha@shell.portal.com> for pointing out some problems
	- added '-z nossl' (and '-z !ssl') to disable dynamic SSL 
	negotiation
	- fixed some problems with error reporting code thanks to
	Holger.Reif@PrakInf.TU-Ilmenau.DE (Holger Reif)
	- if you are using SSLeay-0.5.2 then upgrade to 0.5.2a as there
	is a bug in handling session reuse that SSLftp's data stream
	uses ... it has been fixed in 0.5.2a! --tjh

Version 0.7 21-Dec-1995 tjh (tjh@mincom.oz.au)
        - SSLeay 0.5.0b support
	(ftpd/vers.c now updated too)

Version 0.6 26-Nov-1995 tjh (tjh@mincom.oz.au)
        - fixed up a couple of bugs in handling non-SSL connections
	that have been there all along - one of which was pointed out
	by Hideaki Nobata <nova@blitz.ec.t.kanazawa-u.ac.jp>.

Version 0.5 18-Sep-1995 tjh (tjh@mincom.oz.au)
        - fixed up SSL_accept, SSL_connect as Eric changed the return 
	codes on me
	- fixed up inet_addr.c for SunOS 4.1.3 as per email from
	Nicolas Pioch <pioch@Email.ENST.Fr>
	- edit ftpd/vers.c to update the version which I'd been forgetting
	to do since 0.2 thanks to Warwick Heath <warwick@rcc-irc.si> for
	pointing out that oversight

Version 0.4 18-Jul-1995 tjh (tjh@mincom.oz.au)
        - updated to the new error handling stuff in SSLeay-0.4.4
	- added in /etc/ssl.users support 

Version 0.3 16-Jun-1995 tjh (tjh@mincom.oz.au)
	- 01-Jul-95 tjh - fixed bug in matchdir that was breaking mput 
	(in ftp) [and it was not my bug!] and then looked a ftpd and
	saw that it's glob had already been patched and works so I've
	grabbed it instead! BUG was opendir("") != opendir(".")
        - more Linux patches from aeppert@dialin.ind.net

Version 0.2a 11-Jun-1995 tjh (tjh@mincom.oz.au)
        - move the getservbyname() call for the SOCKS version

Version 0.2  09-Jun-1995 tjh (tjh@mincom.oz.au)
        - added in SOCKS support to make like easier for me ...
        - ftp now supports port names (as well as numbers)
	- fixed reply(), lreply() handling of stdarg ... messed this
	up when porting to IRIX while half asleep :-)

Version 0.1  06-Jun-1995 tjh (tjh@mincom.oz.au)
        - first "released" version. Code is really still pre-alpha as
	it was implemented last night so at the moment use it at your
	own risk. 

