2010-10-29 version 6.1

	- Add missing "#include <signal.h>", compilation on BSD and possibly
	  other distribution was not working. Thanks to Alex for the report.
	- Fix segmentation fault by gethostbyaddr when remote client can't be
	  resolved. Thank to Valery for the report.

2010-10-21 version 6.0

	This is the initial release of the v6.x branch. It works exactly as
	v5.x branch except that it now use the ICAP protocol and must be run
	as a c-icap server service. The goal of this first release is to port
	SquidClamav to the ICAP protocol to solve all limitations encountered
	in the previous releases (audio/video streaming, site with session like
	webmail, support of POST request, etc).

	Next release will tend to have real on stream scanning and bypass the
	size limitation. Coming soon, but I first want to be sure that c-icap
	is the good choose for stability and performance but also that this new 
	branch is stable and speed enough. I hope you make me feedback.

	This release needs squid v3.x and the c-icap server.

	Also there's no packaging available yet.

	The squidclamav.conf configuration file from v5.x is fully compatible
	but some directives are now obsolete, here is the list:

		squid_ip
		squid_port
		maxredir
		useragent
		trust_cache
		stat
		debug
		clamd_timeout

	One have change, this is the 'timeout' directive that was used to set
	the timeout for libcurl download. As cURL is no more used, this timeout
	directive is now used to set the timeout for clamd connect. His default
	value is 1 second and can be set up to 10.

	Others works as before.

	YOU MUST tune the c-icap server following your need (number of users),
	see http://squidclamav.darold.net/tuning.html for the configuration
	directive that could help.
