ChangeLog for mod_clamav
------------------------

Release 0.12:
	* added ClamavSizelimit parameter, so that even low memory machines
	  without disk can now do some kind of virus checking
	* fixed some types in documentation and elsewere

Release 0.11:
	* removed the configurability of the shared memory and mutex lock
	  name, it didn't really make sense since the shared memory and the
	  locks were initialized before the configuration was read.
	* made sure module can run even if shared memory or mutex locks
	  are not available.
	* encapuslated getting the config record, but there still seems to
	  be a problem with SuSEs version of apache2 on SuSE 9.0. Their
	  apache crashes, while newly compiled apache works just fine.

Release 0.10:
	* make the trickle size variable
	* tests on Solaris

Release 0.9:
	* added an error page if nothing had been sent to the client so far
	* checked and fixed for a memory allocation bug reported by
	  Michal Gubik

Release 0.8:
	* Switched to GNU libtool, no longer using apxs for compilation,
	  it seems to be seriously broken. As a consequence, it now works
	  again on Mac OS X (although only in local mode, since Mac OS X
	  does not have Posix threads)
	* Code cleanup, the thing now compiles with almost no warnings

Release 0.7:
	* switched to more standard build system using apxs, but no longer
	  builds on Mac OS X (apxs and libtool are seriously broken on
	  that platform, the even have problems on most other platforms).

Release 0.6:
	* fixed some minor type incompatibilities
	* fixed a bug by which a safe type would not be bypassed if written
	  with a case different from the configuration file
	* fix a portability bug in configure.in, Solaris' /bin/sh does not
	  understand test -e (and reacts with a very strange error message)

Release 0.5:
	* import into CVS
	* some documentation fixes

Release 0.4:
	* add ClamavReloadInterval configuration option for automatic
	  database reload in local mode
	* add version number and download URL to the documentation page
	* count reloads for statistics

Release 0.3:
	* add code to handle virus scanning via clamd

Release 0.2:
	* fixed a bug in the bucket reading code that caused files full
	  of zero bytes not to be written to the temporary file
	* added logic to detect a connection abort, so that the proxy
	  module would not download large files for which the client
	  has no longer any interest
	* added statistics for aborted requests
	* added statistics about average and max size of requests
	  checked for viruses

Release 0.1:
	* initial release

--
$Id: ChangeLog,v 1.10 2003/11/20 15:04:02 afm Exp $
