Revision history for Perl extension CGI::Session::Auth.

0.11 
	- changes in CGI::Session::Auth and subclasses:
		- replaced _sendSessionCookie() with sessionCookie().
			It can't be the job of the module to send the cookie, 
			the application has to take care of that.
		
0.10  2003-09-16 23:52:12
	- alpha version of CGI::Session::Auth
		- fake class, works with only one user account: guest/guest
		- authentication by login (username/password)
		- minimum documentation
	- alpha version of CGI::Session::Auth::DBI
		- configurable database backend
		- authentication by login (username/password)
		- automatic authentication by remote IP address (CIDR)
		- minimum documentation
	- added some alibi tests
	- added example scripts

0.01  2003-09-12 11:23:13
	- original version; created by h2xs 1.22 with options
		-XA -n CGI::Session::Auth
