forked from eagleas/clamav
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
44 lines (37 loc) · 1.15 KB
/
ChangeLog
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
ChangeLog
Tue May 18 15:30:00 MSK 2010
----------------------------
V 0.4.1
* Raise error when scanfile() before loaddb()
Fri Apr 23 19:31:00 MSK 2010
----------------------------
V 0.4.0
* Clamav-0.96 compatible now
* Changes: ClamAV is a singleton (Use ClamAV.instance instead ClamAV.new)
You should call ClamAV#loaddb([options]) after first call ClamAV.instance
+ ClamAV#version get Clamav engine version string
+ ClamaAV#countsigs get loaded signatures count with options
Thu Feb 25 20:01:00 MSK 2010
----------------------------
V 0.3.2
* Fix to compile on ruby-1.9
Wed Nov 11 20:33:00 MSK 2009
----------------------------
V 0.3.1
* Fix to work on 64-bit systems
* Update to ClamAV-0.95.3
* Using Jeweler
Tue Apr 07 20:57:00 MSK 2009
----------------------------
V 0.3.0
* Update to ClamAV-0.95
* Detailed README.rdoc
+ ClamAV.new optional parameters options, db_options
+ ClamAV#scanfile optional parameter options
+ ClamAV#reload - reload virus database
+ ClamAV#setlimit, #getlimit, #setstring, #getstring
Sat Sep 06 15:43:00 MSK 2008
----------------------------
V 0.2.2
* Update to ClamAV-0.94
* Add ChangeLog