Revision history for Perl module CGI::Session::Auth

$Id: $

0.12
	Changes:
	- Auth.pm: renamed constructor parameter 'DoIPAuth' to 'IPAuth'
	- Auth.pm: made logging optional by new constructor parameter 'Log'
	Fixes:
	- Makefile.PM: added prerequisites
	- DBI.pm: fixed call of missing _getProfile(), replaced by _extractProfile()
		
0.11 
	- Changes:
		- Auth.pm: replaced _sendSessionCookie() with sessionCookie()
			for 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
