-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchange.log
49 lines (31 loc) · 1.2 KB
/
change.log
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
v0.2.1
2011/04/06
- Fixed build failure due to missing config.h #include file.
v0.2.0
2011/03/15
- Support, require, and check for libecap v0.2.
- Supply detected virus ID to the host application via the eCAP
X-Virus-ID meta-header. The host may log the supplied virus ID with
other transaction details or perform other host-specific
notification actions.
- Made unknown service options a fatal configuration error as opposed
to just a warning.
- Added debug=full|none ClamAV service option to enable debugging.
This feature is based on undocumented cl_debug() ClamAV API and
suffers from that API limitations: If enabled for one service, all
services will be debugged, and debugging can no longer be turned
off. More work is needed (using unstable ClamAV debugging callback
interfaces) to make debugging usable beyond lab tests.
v0.1.1
2011/01/09
- Fixed stuck transactions, typically visible with large bodies.
- Use GPL v2, the minimally restrictive license allowed by libclamav.
- Updated documentation.
v0.1.0
2010/12/17
- First external release, after a major rewrite.
Requires libecap v0.1.
v0.0.2
2008/09/30
- First internal release.
Requires libecap v0.0.3.