1(This file is discontinued, please use SCM repositories' history.)
2
32009-02-04  Krzysztof Burghardt
4
5    * doc/clamfs.xml, src/clamav.cxx, src/clamfs.cxx: add new option
6    <clamd ... check="no" /> to allow to mount ClamFS file system when
7    clamd is not available
8    * src/clamfs.cxx, src/stats.cxx, src/stats.hxx: do not cache scan "result"
9    if scan failed because clamd is unavailable
10    * src/clamav.cxx: "Access denied" reply from clamd is assumed to be a scan
11    failure
12    * src/clamav.cxx: PATH_MAX removed, fixed length buffer changed to
13    std::string
14
152008-12-28  Krzysztof Burghardt
16
17    * src/Makefile.am: fixed mistake with .(c|h)pp/.(c|h)xx file names
18
192008-12-06  Krzysztof Burghardt
20
21    * src/clamfs.cxx: add read-only mount option
22    * src/config.hxx: {start|end}Element and destructor are virtual now
23
242008-11-22  Krzysztof Burghardt
25
26    * src/clamfs.cxx, src/scancache.{c|h}xx: add negative cache
27    (cache information about infected files)
28    * src/clamfs.cxx, src/stats.{c|h}xx: add filesystem statistics
29
302007-03-17  Krzysztof Burghardt
31
32    * debian: directory removed
33    * configure.ac: bumped to 0.9.1
34
352007-03-11  Krzysztof Burghardt
36
37    * src/clamfs.cxx: main(): add option to mount into non-empty directory
38
392007-02-18  Krzysztof Burghardt
40
41    * src/clamfs.cxx: clamfs_open(): add whitelist and blacklist match
42    of file extension
43    * configure.ac: bumped to 0.9.0
44
452007-02-12  Krzysztof Burghardt
46
47    * src/clamfs.cxx: main(): add sanity check of configuration
48    * src/clamfs.cxx: clamfs_open(): add exclude from anti-virus scan
49    based on file size
50
512007-02-11  Krzysztof Burghardt
52
53    * src/clamfs.cxx: clamfs_fixpath() renamed to fixpath()
54    * src/clamfs.cxx: clamfs_open_backend() renamed to open_backend()
55    * configure.ac: bumped to 0.7.0
56
572007-02-09  Krzysztof Burghardt
58
59    * configure.ac: bumped to 0.5.0
60