

Version 0.8
- fixed a nasty bug with libcurl > 7.12.0
- don't use ramfs for the download data any more :)
- added a small configure script
- added some sections to the readme

Version 0.7
- Added performance section to the README file
- Tweaked the default macros in squidclam.c for performance
- Disabled debugging in the Makefile
- use files in ramfs to download data -> performance

Version 0.6
- delete tempfiles on exit
- put most global vars back in main
- added a part for ssl urls to the readme (don't scan them)
- fixed a memory overflow

Version 0.5
- fixed cpulock while reloading database
- added some randomness for the reload to not update every instanze at the same time
- changed reload mode (just exit squidclam. squid will restart it)
- output reload interval at startup

Version 0.4
- put all headers only in memory
- put all files downloaded only in memory
- save possible virus files to ramdisk/tempfile (for clam and md5sum sigs)
- addes additional debugging output.
- solved some problems with the tempfiles (ftruncate)
- variable error handling (ignore or notify via url change)

Version 0.3
- addes additional debugging output #define DEBUG to use it.
- fixed an file offset bug with headers and virus in the same file

Version 0.2
- fix filedescriptor bug
- clamav database gets reloaded after RLDB URL's
