2009-02-04  Krzysztof Burghardt

    * doc/clamfs.xml, src/clamav.cxx, src/clamfs.cxx: add new option
    <clamd ... check="no" /> to allow to mount ClamFS file system when
    clamd is not available
    * src/clamfs.cxx, src/stats.cxx, src/stats.hxx: do not cache scan "result"
    if scan failed because clamd is unavailable
    * src/clamav.cxx: "Access denied" reply from clamd is assumed to be a scan
    failure
    * src/clamav.cxx: PATH_MAX removed, fixed length buffer changed to
    std::string

2008-12-28  Krzysztof Burghardt

    * src/Makefile.am: fixed mistake with .(c|h)pp/.(c|h)xx file names

2008-12-06  Krzysztof Burghardt

    * src/clamfs.cxx: add read-only mount option
    * src/config.hxx: {start|end}Element and destructor are virtual now

2008-11-22  Krzysztof Burghardt

    * src/clamfs.cxx, src/scancache.{c|h}xx: add negative cache
    (cache information about infected files)
    * src/clamfs.cxx, src/stats.{c|h}xx: add filesystem statistics

2007-03-17  Krzysztof Burghardt

    * debian: directory removed
    * configure.ac: bumped to 0.9.1

2007-03-11  Krzysztof Burghardt

    * src/clamfs.cxx: main(): add option to mount into non-empty directory

2007-02-18  Krzysztof Burghardt

    * src/clamfs.cxx: clamfs_open(): add whitelist and blacklist match
    of file extension 
    * configure.ac: bumped to 0.9.0

2007-02-12  Krzysztof Burghardt

    * src/clamfs.cxx: main(): add sanity check of configuration
    * src/clamfs.cxx: clamfs_open(): add exclude from anti-virus scan
    based on file size

2007-02-11  Krzysztof Burghardt

    * src/clamfs.cxx: clamfs_fixpath() renamed to fixpath()
    * src/clamfs.cxx: clamfs_open_backend() renamed to open_backend()
    * configure.ac: bumped to 0.7.0

2007-02-09  Krzysztof Burghardt

    * configure.ac: bumped to 0.5.0
