1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Release Notes
=============
*******************
1.3.0 (22 Mar 2024)
*******************
* Switched to Poco::Logging. Drop support for rLog.
* Disabled XML External Entity (XEE) expansion in configuration parser.
* Add support for mallinfo2() glibc call (by Lukas Märdian).
*******************
1.2.0 (03 Jan 2020)
*******************
* Switched to libFUSE version 3. Drop support for FUSE v2.
* Implemented two new scan modes: fdpass and stream.
* Remote clamd instances supported in stream mode with socket="<IP>:<port>".
* Add support for lseek() call with FUSE >= 3.8 / API v32.
* Add support for lock(), flock() and copy_file_range().
* Add support for ulockmgr.
*******************
1.1.0 (21 Oct 2019)
*******************
* Config parser switch to SAX in Poco and drops libccgnu2 XML parser.
* Remove dependency on GNU libCommonCpp2 for ClamAV daemon interface.
* Update default configuration to more sane values (file size limit is 64 MiB
and cache size limit is set to 65536 entries).
* Fixed crash when started with nonexistent config file.
* Fixed crash on FreBSD with empty (not mounted) /proc file system.
* Merged FreeBSD build fixes from ports tree.
* Fixed FTBFS clamfs.cxx:993 invalid suffix on literal (ftbfs with GCC-9).
* Fixed FTBFS with --enable-dmalloc-debug configuration flag.
* Fixed FTBFS problem with calling constructor directly
(patch for building with gcc 4.5 by Kacper Kowalik).
*******************
1.0.1 (28 Dec 2009)
*******************
* Fixed FTBFS problem with calling rindex() with a const char *.
* Fixed memory leaks found by valgrind.
* Add new dependency: boost >= 1.33.
*******************
1.0.0 (07 Feb 2009)
*******************
* New option <clamd ... check="no" /> allow to mount ClamFS file system when
clamd is not available. E.g. form /etc/fstab early on boot process.
*******************
0.9.3 (06 Dec 2008)
*******************
* Add read-only mount option (config: <filesystem readonly="yes" />).
*******************
0.9.2 (22 Nov 2008)
*******************
* Add negative cache (cache information about infected files).
* Add filesystem statistics (config: <stats atexit="yes" />).
*******************
0.9.1 (17 Mar 2007)
*******************
* Removed debian directory.
* Add option nonempty to allow mount in non-empty directory.
*******************
0.9.0 (18 Feb 2007)
*******************
* Extensions whitelist and blacklist.
* More verbose logging (user name/id, process name/id).
* AV scan exclude based on file size.
* Sanity check of configuration.
*******************
0.5.0 (09 Feb 2007)
*******************
* Initial release.
|