Revision history for Perl extension Net::AOLIM.

0.01  Fri Jul 7
	Initial beta release.

0.1   Fri Jul 14
	First public release on CPAN.  Documentation
	and Makefiles added.

0.11  Sun Jul 16
	Re-release under a different name with minor changes to the
	documentation.

0.12  Sun Jul 16
	Minor modification to fix a condition in which the server's
	connection closing could cause an infinite loop.

1.0   Sun Jan 8, 2001
	Changed the client agent string to TOC1.0 to fix a problem
	where connections were sometimes ignored.  Also changed the
	default signon port to 5198 and the login port to 1234.

1.1   Sat Mar 17, 2001
	Changed the client agent string again, this time to what
	seems like the "correct" format, which is
		PROGRAM:$Version info$
	Also added the ability to set a login timeout in case the
	SIGN_ON packet never comes.

1.2   Wed Dec 19, 2001
	Fixed a bug in toc_chat_invite that made it ignore some of
	its arguments.  This should fix various problems with
	using this subroutine.  Thanks to Mike Golvach for pointing
        this out.

1.3   Mon Mar 11, 2002
	Changed (defined @tci_buddies) to (@tci_buddies) in
	toc_chat_invite.  Fixed a potential infinite loop in
	set_srv_buddies involving an off-by-one error in a for() test.
	Thanks to Bruce Winter for pointing this out.