1
2 Release Notes
3 =============
4
5 *******************
6 1.1.0 (21 Oct 2019)
7 *******************
8
9* Config parser switch to SAX in Poco and drops libccgnu2 XML parser.
10* Remove dependency on GNU libCommonCpp2 for ClamAV daemon interface.
11* Update default configuration to more sane values (file size limit is 64 MiB
12  and cache size limit is set to 65536 entries).
13* Fixed crash when started with nonexistent config file.
14* Fixed crash on FreBSD with empty (not mounted) /proc file system.
15* Merged FreeBSD build fixes from ports tree.
16* Fixed FTBFS clamfs.cxx:993 invalid suffix on literal (ftbfs with GCC-9).
17* Fixed FTBFS with --enable-dmalloc-debug configuration flag.
18* Fixed FTBFS problem with calling constructor directly
19  (patch for building with gcc 4.5 by Kacper Kowalik).
20
21 *******************
22 1.0.1 (28 Dec 2009)
23 *******************
24
25* Fixed FTBFS problem with calling rindex() with a const char *.
26* Fixed memory leaks found by valgrind.
27* Add new dependency: boost >= 1.33.
28
29 *******************
30 1.0.0 (07 Feb 2009)
31 *******************
32
33* New option <clamd ... check="no" /> allow to mount ClamFS file system when
34  clamd is not available. E.g. form /etc/fstab early on boot process.
35
36 *******************
37 0.9.3 (06 Dec 2008)
38 *******************
39
40* Add read-only mount option (config: <filesystem readonly="yes" />).
41
42 *******************
43 0.9.2 (22 Nov 2008)
44 *******************
45
46* Add negative cache (cache information about infected files).
47* Add filesystem statistics (config: <stats atexit="yes" />).
48
49 *******************
50 0.9.1 (17 Mar 2007)
51 *******************
52
53* Removed debian directory.
54* Add option nonempty to allow mount in non-empty directory.
55
56 *******************
57 0.9.0 (18 Feb 2007)
58 *******************
59
60* Extensions whitelist and blacklist.
61* More verbose logging (user name/id, process name/id).
62* AV scan exclude based on file size.
63* Sanity check of configuration.
64
65 *******************
66 0.5.0 (09 Feb 2007)
67 *******************
68
69* Initial release.
70