
v0.78
	- test script targets changed, certificate setup fixed
	- support for TLS in SSL_version. SSL_version parameter values
	  changed from integer to string. NB: this is an incompatible change.
	  all SSL_version parameter values have to be changed. valid values
	  include: 'sslv2', 'sslv3', 'sslv23'. Stephen C. Koehler
	  <koehler@securecomputing.com>.
	- enable selecting SSL version for connections. patch from
	  Takanori Ugai <ugai@jp.fujitsu.com>.
	- allow setting SSL_ca_file to ''. this is needed for being
	  able to use SSL_ca_path (Robert Bihlmeyer <robbe@orcus.priv.at>).
	- include the Apache CA bundle file in the distribution (my-ca.pem).
	- BUGS file added.

v0.77
	20010115
	- don't setup SSL CA verification unless cert verification is
	  actually used for the connections.
	- default SSL protocol version selection in SSL.pm.

v0.76	20001117
	- patch from Kwok Chern Yue <chernyue@post1.com> for
	  making IO::Socket::SSL work with HTTP::Daemon.

v0.75	20000726
	- IO::Socket::SSL should now work with perl v5.6.0
	- demo/*.pl and t/*.t now turn module debugging on if
	  DEBUG command line argument is given
	- default certificates changed

v0.74	20000705
	- Changes file added
	- bugfix in IO::Socket::SSL::sysread() (zliu2@acsu.buffalo.edu)
	- libwww-perl and IO::Socket::SSL UML models added in docs
	- URL changes in test scripts
	- preliminary support for startTLS in IO::Socket::SSL::socketToSSL()
	- miscellanous patches for Net::SSLeay added in diffs
