Release 0.10:
	* fix an error in the return code when we were handling a non-proxy
	  request
	* added the same block page logic as in mod_clamav

Release 0.9:
	* remove some spurious error message
	* added capability to work with full URLs, not only sites
	* added script to convert blacklists from www.squidguard.org and
	  ftp://cri.univ-tlse1.fr/documentations/cache/squidguard_en.html
	* switched to the GNU general public license

Release 0.8:
	* for some reason ap_set_flag_slot always gave a segmentation fault
	* did some testing together with mod_authz_ldap

Release 0.7:
	* add time specifications to the action strings
	* rewrite the checking logic

Release 0.6:
	* do not check anything but proxy requests, it doesn't make sense
	  to check direct requests, there are better mechanisms for that
	* when reading the template we read one byte more than the file
	  had, resulting in a nonfatal error.
	* some additional debug messages

Release 0.5:
	* allows the module to influence the virus scanning done by mod_clamav

Release 0.4:
	* fixes the logic for more than one suffix
	* adds the possibility to use the module as a dummy authentication
	  module that allows to skip authentication for some sites
	* fixes an of by one bug triggered by file based templates

Release 0.3:
	* add a redirector programm for squid with manual page

Release 0.2:
	* allow for several domains
	* no need to include mod_ssl.h

Release 0.1:
	* initial release of mod_dnsbl

--
$Id: ChangeLog,v 1.12 2004/03/19 00:19:27 afm Exp $
