Browse code

update docs

git-svn: trunk@4982

Tomasz Kojm authored on 2009/03/24 01:40:05
Showing 66 changed files
... ...
@@ -1,11 +1,57 @@
1
-0.95rc2
2
-
3
-This is a second release candidate for ClamAV 0.95. It fixes a number of
4
-problems that were found in 0.95rc1 and provides support for Google Safe
5
-Browsing, which can be enabled by turning on the SafeBrowsing option in
6
-freshclam.conf. Please see 'man 5 freshclam.conf' and
7
-http://safebrowsing.clamav.net for more information.
1
+0.95
2
+----
3
+
4
+ClamAV 0.95 introduces many bugfixes, improvements and additions. To make
5
+the transition easier, we put various tips and upgrade notes on this page:
6
+https://wiki.clamav.net/Main/UpgradeNotes095. For detailed list of changes
7
+and bugfixes, please see the ChangeLog.
8
+
9
+The following are the key features of this release:
10
+
11
+    - Google Safe Browsing support: in addition to the heuristic and signature
12
+      based phishing detection mechanisms already available in ClamAV, the
13
+      scanner can now make use of the Google's blacklists of suspected
14
+      phishing and malware sites. The ClamAV Project distributes a constantly
15
+      updated Safe Browsing database, which can be automatically fetched by
16
+      freshclam. For more information, please see freshclam.conf(5) and
17
+      http://safebrowsing.clamav.net.
18
+
19
+    - New clamav-milter: The program has been redesigned and rewritten from
20
+      scratch. The most notable difference is that the internal mode has been
21
+      dropped which means that now a working clamd companion is required.
22
+      The milter now also has its own configuration file.
23
+
24
+    - Clamd extensions: The protocol has been extended to lighten the load
25
+      that clamd puts on the system, solve limitations of the old protocol,
26
+      and reduce latency when signature updates are received. For more
27
+      information about the new extensions please see the official
28
+      documentation and the upgrade notes.
29
+
30
+    - Improved API: The API used to program ClamAV's engine (libclamav) has
31
+      been redesigned to use modern object-oriented techniques and solves
32
+      various API/ABI compatibility issues between old and new releases.
33
+      You can find more information in Section 6 of clamdoc.pdf and in
34
+      the upgrade notes.
35
+
36
+    - ClamdTOP: This is a new program that allows system administrators to
37
+      monitor clamd. It provides information about the items in the clamd's
38
+      queue, clamd's memory usage, and the version of the signature database,
39
+      all in real-time and in nice curses-based interface.
40
+
41
+    - Memory Pool Allocator: Libclamav now includes its own memory pool
42
+      allocator based on memory mapping. This new solution replaces the
43
+      traditional malloc/free system for the copy of the signatures that
44
+      is kept in memory. As a result, clamd requires much less memory,
45
+      particularly when signature updates are received and the database is
46
+      loaded into memory.
47
+
48
+    - Unified Option Parser: Prior to version 0.95 each program in ClamAV's
49
+      suite of programs had its own set of runtime options. The new general
50
+      parser brings consistency of use and validation to these options across
51
+      the suite. Some command line switches of clamscan have been renamed
52
+      (the old ones will still be accepted but will have no effect and will
53
+      result in warnings), please see clamscan(1) and clamscan --help for
54
+      the details.
8 55
 
9 56
 --
10 57
 The ClamAV team (http://www.clamav.net/team)
... ...
@@ -2,28 +2,25 @@ Note: This README/NEWS file refers to the source tarball. Some things described
2 2
 here may not be available in binary packages.
3 3
 --
4 4
 
5
-0.95rc2
6 5
 
7
-This is a second release candidate for ClamAV 0.95. It fixes a number of
8
-problems that were found in 0.95rc1 and provides support for Google Safe
9
-Browsing, which can be enabled by turning on the SafeBrowsing option in
10
-freshclam.conf. Please see 'man 5 freshclam.conf' and
11
-http://safebrowsing.clamav.net for more information.
12
-
13
-The ClamAV team (http://www.clamav.net/team)
14
-
15
-
16
-0.95rc1
6
+0.95
7
+----
17 8
 
18
-ClamAV 0.95rc1 introduces many bugfixes, improvements and additions. To make
9
+ClamAV 0.95 introduces many bugfixes, improvements and additions. To make
19 10
 the transition easier, we put various tips and upgrade notes on this page:
20
-https://wiki.clamav.net/Main/UpgradeNotes095
11
+https://wiki.clamav.net/Main/UpgradeNotes095. For detailed list of changes
12
+and bugfixes, please see the ChangeLog.
21 13
 
22 14
 The following are the key features of this release:
23 15
 
16
+    - Google Safe Browsing support: in addition to the heuristic and signature
17
+      based phishing detection mechanisms already available in ClamAV, the
18
+      scanner can now make use of the Google's blacklists of suspected
19
+      phishing and malware sites. The ClamAV Project distributes a constantly
20
+      updated Safe Browsing database, which can be automatically fetched by
21
+      freshclam. For more information, please see freshclam.conf(5) and
22
+      http://safebrowsing.clamav.net.
23
+
24 24
     - New clamav-milter: The program has been redesigned and rewritten from
25 25
       scratch. The most notable difference is that the internal mode has been
26 26
       dropped which means that now a working clamd companion is required.
27 27
Binary files a/docs/clamdoc.pdf and b/docs/clamdoc.pdf differ
... ...
@@ -71,7 +71,7 @@
71 71
     \vspace{3cm}
72 72
     \begin{flushright}
73 73
 	\rule[-1ex]{8cm}{3pt}\\
74
-	\huge Clam AntiVirus 0.95rc2\\
74
+	\huge Clam AntiVirus 0.95\\
75 75
 	\huge \emph{User Manual}\\
76 76
     \end{flushright}
77 77
 
... ...
@@ -127,7 +127,7 @@
127 127
 	\item{POSIX compliant, portable}
128 128
 	\item{Fast scanning}
129 129
 	\item{Supports on-access scanning (Linux and FreeBSD only)}
130
-	\item{Detects over 500.000 viruses, worms and trojans, including
130
+	\item{Detects over 530.000 viruses, worms and trojans, including
131 131
 	      Microsoft Office macro viruses, mobile malware, and other threats}
132 132
 	\item{Scans within archives and compressed files (also protects
133 133
 	      against archive bombs), built-in support includes:
... ...
@@ -56,7 +56,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
56 56
 <BR>
57 57
 <BR>
58 58
     <DIV ALIGN="RIGHT">
59
-<BR>	<BIG CLASS="HUGE">Clam AntiVirus 0.95rc2
59
+<BR>	<BIG CLASS="HUGE">Clam AntiVirus 0.95
60 60
 <BR>	<BIG CLASS="HUGE"><SPAN  CLASS="textit">User Manual</SPAN>
61 61
 <BR>    
62 62
 </BIG></BIG></DIV>
... ...
@@ -225,7 +225,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
225 225
 <BR><HR>
226 226
 <ADDRESS>
227 227
 Tomasz Kojm
228
-2009-03-16
228
+2009-03-23
229 229
 </ADDRESS>
230 230
 </BODY>
231 231
 </HTML>
... ...
@@ -56,7 +56,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
56 56
 <BR>
57 57
 <BR>
58 58
     <DIV ALIGN="RIGHT">
59
-<BR>	<BIG CLASS="HUGE">Clam AntiVirus 0.95rc2
59
+<BR>	<BIG CLASS="HUGE">Clam AntiVirus 0.95
60 60
 <BR>	<BIG CLASS="HUGE"><SPAN  CLASS="textit">User Manual</SPAN>
61 61
 <BR>    
62 62
 </BIG></BIG></DIV>
... ...
@@ -225,7 +225,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
225 225
 <BR><HR>
226 226
 <ADDRESS>
227 227
 Tomasz Kojm
228
-2009-03-16
228
+2009-03-23
229 229
 </ADDRESS>
230 230
 </BODY>
231 231
 </HTML>
... ...
@@ -188,7 +188,7 @@ ClamAV and Clam AntiVirus are trademarks of Sourcefire, Inc.
188 188
 <BR><HR>
189 189
 <ADDRESS>
190 190
 Tomasz Kojm
191
-2009-03-16
191
+2009-03-23
192 192
 </ADDRESS>
193 193
 </BODY>
194 194
 </HTML>
... ...
@@ -85,7 +85,7 @@ Requirements</A>
85 85
 <BR><HR>
86 86
 <ADDRESS>
87 87
 Tomasz Kojm
88
-2009-03-16
88
+2009-03-23
89 89
 </ADDRESS>
90 90
 </BODY>
91 91
 </HTML>
... ...
@@ -75,7 +75,7 @@ Installing on shell account</A>
75 75
 <BR><HR>
76 76
 <ADDRESS>
77 77
 Tomasz Kojm
78
-2009-03-16
78
+2009-03-23
79 79
 </ADDRESS>
80 80
 </BODY>
81 81
 </HTML>
... ...
@@ -69,7 +69,7 @@ Adding new system user and group</A>
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2009-03-16
72
+2009-03-23
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -75,7 +75,7 @@ Compilation of base package</A>
75 75
 <BR><HR>
76 76
 <ADDRESS>
77 77
 Tomasz Kojm
78
-2009-03-16
78
+2009-03-23
79 79
 </ADDRESS>
80 80
 </BODY>
81 81
 </HTML>
... ...
@@ -65,7 +65,7 @@ Compilation with clamav-milter enabled</A>
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2009-03-16
68
+2009-03-23
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -142,7 +142,7 @@ All 4 tests passed
142 142
 <!--End of Navigation Panel-->
143 143
 <ADDRESS>
144 144
 Tomasz Kojm
145
-2009-03-16
145
+2009-03-23
146 146
 </ADDRESS>
147 147
 </BODY>
148 148
 </HTML>
... ...
@@ -96,7 +96,7 @@ $ CK_FORK=no ./libtool --mode=execute valgrind unit_tests/check-clamav
96 96
 <BR><HR>
97 97
 <ADDRESS>
98 98
 Tomasz Kojm
99
-2009-03-16
99
+2009-03-23
100 100
 </ADDRESS>
101 101
 </BODY>
102 102
 </HTML>
... ...
@@ -87,7 +87,7 @@ Configuration</A>
87 87
 <BR><HR>
88 88
 <ADDRESS>
89 89
 Tomasz Kojm
90
-2009-03-16
90
+2009-03-23
91 91
 </ADDRESS>
92 92
 </BODY>
93 93
 </HTML>
... ...
@@ -79,7 +79,7 @@ clamd</A>
79 79
 <BR><HR>
80 80
 <ADDRESS>
81 81
 Tomasz Kojm
82
-2009-03-16
82
+2009-03-23
83 83
 </ADDRESS>
84 84
 </BODY>
85 85
 </HTML>
... ...
@@ -90,7 +90,7 @@ On-access scanning</A>
90 90
 <BR><HR>
91 91
 <ADDRESS>
92 92
 Tomasz Kojm
93
-2009-03-16
93
+2009-03-23
94 94
 </ADDRESS>
95 95
 </BODY>
96 96
 </HTML>
... ...
@@ -79,7 +79,7 @@ Introduction</A>
79 79
 <BR><HR>
80 80
 <ADDRESS>
81 81
 Tomasz Kojm
82
-2009-03-16
82
+2009-03-23
83 83
 </ADDRESS>
84 84
 </BODY>
85 85
 </HTML>
... ...
@@ -67,7 +67,7 @@ clamav-milter</A>
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2009-03-16
70
+2009-03-23
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -75,7 +75,7 @@ Testing</A>
75 75
 <BR><HR>
76 76
 <ADDRESS>
77 77
 Tomasz Kojm
78
-2009-03-16
78
+2009-03-23
79 79
 </ADDRESS>
80 80
 </BODY>
81 81
 </HTML>
... ...
@@ -140,7 +140,7 @@ N * * * *	/usr/local/bin/freshclam --quiet
140 140
 <!--End of Navigation Panel-->
141 141
 <ADDRESS>
142 142
 Tomasz Kojm
143
-2009-03-16
143
+2009-03-23
144 144
 </ADDRESS>
145 145
 </BODY>
146 146
 </HTML>
... ...
@@ -77,7 +77,7 @@ Closest mirrors</A>
77 77
 <BR><HR>
78 78
 <ADDRESS>
79 79
 Tomasz Kojm
80
-2009-03-16
80
+2009-03-23
81 81
 </ADDRESS>
82 82
 </BODY>
83 83
 </HTML>
... ...
@@ -108,7 +108,7 @@ The only private data that is transferred is an IP address, which is used
108 108
 <!--End of Navigation Panel-->
109 109
 <ADDRESS>
110 110
 Tomasz Kojm
111
-2009-03-16
111
+2009-03-23
112 112
 </ADDRESS>
113 113
 </BODY>
114 114
 </HTML>
... ...
@@ -80,7 +80,7 @@ Usage</A>
80 80
 <BR><HR>
81 81
 <ADDRESS>
82 82
 Tomasz Kojm
83
-2009-03-16
83
+2009-03-23
84 84
 </ADDRESS>
85 85
 </BODY>
86 86
 </HTML>
... ...
@@ -230,7 +230,7 @@ Scan stream: clamd will return a new port number you should
230 230
 <!--End of Navigation Panel-->
231 231
 <ADDRESS>
232 232
 Tomasz Kojm
233
-2009-03-16
233
+2009-03-23
234 234
 </ADDRESS>
235 235
 </BODY>
236 236
 </HTML>
... ...
@@ -76,7 +76,7 @@ Clam<SPAN  CLASS="textbf">d</SPAN>scan</A>
76 76
 <BR><HR>
77 77
 <ADDRESS>
78 78
 Tomasz Kojm
79
-2009-03-16
79
+2009-03-23
80 80
 </ADDRESS>
81 81
 </BODY>
82 82
 </HTML>
... ...
@@ -92,7 +92,7 @@ SIGTERM signal. In other case you can lose access
92 92
 <BR><HR>
93 93
 <ADDRESS>
94 94
 Tomasz Kojm
95
-2009-03-16
95
+2009-03-23
96 96
 </ADDRESS>
97 97
 </BODY>
98 98
 </HTML>
... ...
@@ -70,7 +70,7 @@ Output format</A>
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2009-03-16
73
+2009-03-23
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -67,7 +67,7 @@ Features</A>
67 67
 </LI>
68 68
 <LI>Supports on-access scanning (Linux and FreeBSD only)
69 69
 </LI>
70
-<LI>Detects over 500.000 viruses, worms and trojans, including
70
+<LI>Detects over 530.000 viruses, worms and trojans, including
71 71
 	      Microsoft Office macro viruses, mobile malware, and other threats
72 72
 </LI>
73 73
 <LI>Scans within archives and compressed files (also protects
... ...
@@ -183,7 +183,7 @@ Features</A>
183 183
 <!--End of Navigation Panel-->
184 184
 <ADDRESS>
185 185
 Tomasz Kojm
186
-2009-03-16
186
+2009-03-23
187 187
 </ADDRESS>
188 188
 </BODY>
189 189
 </HTML>
... ...
@@ -79,7 +79,7 @@ clamscan</A>
79 79
 <BR><HR>
80 80
 <ADDRESS>
81 81
 Tomasz Kojm
82
-2009-03-16
82
+2009-03-23
83 83
 </ADDRESS>
84 84
 </BODY>
85 85
 </HTML>
... ...
@@ -83,7 +83,7 @@ Error messages are printed in the following format:
83 83
 <BR><HR>
84 84
 <ADDRESS>
85 85
 Tomasz Kojm
86
-2009-03-16
86
+2009-03-23
87 87
 </ADDRESS>
88 88
 </BODY>
89 89
 </HTML>
... ...
@@ -135,7 +135,7 @@ LibClamAV</A>
135 135
 <BR><HR>
136 136
 <ADDRESS>
137 137
 Tomasz Kojm
138
-2009-03-16
138
+2009-03-23
139 139
 </ADDRESS>
140 140
 </BODY>
141 141
 </HTML>
... ...
@@ -65,7 +65,7 @@ Licence</A>
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2009-03-16
68
+2009-03-23
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -79,7 +79,7 @@ Supported formats</A>
79 79
 <BR><HR>
80 80
 <ADDRESS>
81 81
 Tomasz Kojm
82
-2009-03-16
82
+2009-03-23
83 83
 </ADDRESS>
84 84
 </BODY>
85 85
 </HTML>
... ...
@@ -87,7 +87,7 @@ Executables</A>
87 87
 <BR><HR>
88 88
 <ADDRESS>
89 89
 Tomasz Kojm
90
-2009-03-16
90
+2009-03-23
91 91
 </ADDRESS>
92 92
 </BODY>
93 93
 </HTML>
... ...
@@ -62,7 +62,7 @@ Mail files</A>
62 62
 <BR><HR>
63 63
 <ADDRESS>
64 64
 Tomasz Kojm
65
-2009-03-16
65
+2009-03-23
66 66
 </ADDRESS>
67 67
 </BODY>
68 68
 </HTML>
... ...
@@ -92,7 +92,7 @@ Archives and compressed files</A>
92 92
 <BR><HR>
93 93
 <ADDRESS>
94 94
 Tomasz Kojm
95
-2009-03-16
95
+2009-03-23
96 96
 </ADDRESS>
97 97
 </BODY>
98 98
 </HTML>
... ...
@@ -73,7 +73,7 @@ Documents</A>
73 73
 <BR><HR>
74 74
 <ADDRESS>
75 75
 Tomasz Kojm
76
-2009-03-16
76
+2009-03-23
77 77
 </ADDRESS>
78 78
 </BODY>
79 79
 </HTML>
... ...
@@ -62,7 +62,7 @@ Data Loss Prevention</A>
62 62
 <BR><HR>
63 63
 <ADDRESS>
64 64
 Tomasz Kojm
65
-2009-03-16
65
+2009-03-23
66 66
 </ADDRESS>
67 67
 </BODY>
68 68
 </HTML>
... ...
@@ -86,7 +86,7 @@ Alternatively you can try asking on the <code>#clamav</code> IRC channel - launc
86 86
 <BR><HR>
87 87
 <ADDRESS>
88 88
 Tomasz Kojm
89
-2009-03-16
89
+2009-03-23
90 90
 </ADDRESS>
91 91
 </BODY>
92 92
 </HTML>
... ...
@@ -75,7 +75,7 @@ Others</A>
75 75
 <BR><HR>
76 76
 <ADDRESS>
77 77
 Tomasz Kojm
78
-2009-03-16
78
+2009-03-23
79 79
 </ADDRESS>
80 80
 </BODY>
81 81
 </HTML>
... ...
@@ -69,7 +69,7 @@ API</A>
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2009-03-16
72
+2009-03-23
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -63,7 +63,7 @@ Header file</A>
63 63
 <BR><HR>
64 64
 <ADDRESS>
65 65
 Tomasz Kojm
66
-2009-03-16
66
+2009-03-23
67 67
 </ADDRESS>
68 68
 </BODY>
69 69
 </HTML>
... ...
@@ -86,7 +86,7 @@ Initialization</A>
86 86
 <BR><HR>
87 87
 <ADDRESS>
88 88
 Tomasz Kojm
89
-2009-03-16
89
+2009-03-23
90 90
 </ADDRESS>
91 91
 </BODY>
92 92
 </HTML>
... ...
@@ -122,7 +122,7 @@ Load CVD files directly without unpacking them into a temporary
122 122
 <BR><HR>
123 123
 <ADDRESS>
124 124
 Tomasz Kojm
125
-2009-03-16
125
+2009-03-23
126 126
 </ADDRESS>
127 127
 </BODY>
128 128
 </HTML>
... ...
@@ -69,7 +69,7 @@ Error handling</A>
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2009-03-16
72
+2009-03-23
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -74,7 +74,7 @@ Engine structure</A>
74 74
 <BR><HR>
75 75
 <ADDRESS>
76 76
 Tomasz Kojm
77
-2009-03-16
77
+2009-03-23
78 78
 </ADDRESS>
79 79
 </BODY>
80 80
 </HTML>
... ...
@@ -79,7 +79,7 @@ const char *cl_engine_get_str(const struct cl_engine *engine,
79 79
 <BR><HR>
80 80
 <ADDRESS>
81 81
 Tomasz Kojm
82
-2009-03-16
82
+2009-03-23
83 83
 </ADDRESS>
84 84
 </BODY>
85 85
 </HTML>
... ...
@@ -103,7 +103,7 @@ Database reloading</A>
103 103
 <BR><HR>
104 104
 <ADDRESS>
105 105
 Tomasz Kojm
106
-2009-03-16
106
+2009-03-23
107 107
 </ADDRESS>
108 108
 </BODY>
109 109
 </HTML>
... ...
@@ -220,7 +220,7 @@ Allow heuristic match to take precedence. When enabled, if
220 220
 <!--End of Navigation Panel-->
221 221
 <ADDRESS>
222 222
 Tomasz Kojm
223
-2009-03-16
223
+2009-03-23
224 224
 </ADDRESS>
225 225
 </BODY>
226 226
 </HTML>
... ...
@@ -65,7 +65,7 @@ Virus submitting</A>
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2009-03-16
68
+2009-03-23
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -63,7 +63,7 @@ Memory</A>
63 63
 <BR><HR>
64 64
 <ADDRESS>
65 65
 Tomasz Kojm
66
-2009-03-16
66
+2009-03-23
67 67
 </ADDRESS>
68 68
 </BODY>
69 69
 </HTML>
... ...
@@ -65,7 +65,7 @@ Forking daemons</A>
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2009-03-16
68
+2009-03-23
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -67,7 +67,7 @@ clamav-config</A>
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2009-03-16
70
+2009-03-23
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -65,7 +65,7 @@ Example</A>
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2009-03-16
68
+2009-03-23
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -82,7 +82,7 @@ Verification OK.
82 82
 <BR><HR>
83 83
 <ADDRESS>
84 84
 Tomasz Kojm
85
-2009-03-16
85
+2009-03-23
86 86
 </ADDRESS>
87 87
 </BODY>
88 88
 </HTML>
... ...
@@ -613,7 +613,7 @@ Contributors</A>
613 613
 <!--End of Navigation Panel-->
614 614
 <ADDRESS>
615 615
 Tomasz Kojm
616
-2009-03-16
616
+2009-03-23
617 617
 </ADDRESS>
618 618
 </BODY>
619 619
 </HTML>
... ...
@@ -459,7 +459,7 @@ Donors</A>
459 459
 <!--End of Navigation Panel-->
460 460
 <ADDRESS>
461 461
 Tomasz Kojm
462
-2009-03-16
462
+2009-03-23
463 463
 </ADDRESS>
464 464
 </BODY>
465 465
 </HTML>
... ...
@@ -63,7 +63,7 @@ Graphics</A>
63 63
 <BR><HR>
64 64
 <ADDRESS>
65 65
 Tomasz Kojm
66
-2009-03-16
66
+2009-03-23
67 67
 </ADDRESS>
68 68
 </BODY>
69 69
 </HTML>
... ...
@@ -62,7 +62,7 @@ OpenAntiVirus</A>
62 62
 <BR><HR>
63 63
 <ADDRESS>
64 64
 Tomasz Kojm
65
-2009-03-16
65
+2009-03-23
66 66
 </ADDRESS>
67 67
 </BODY>
68 68
 </HTML>
... ...
@@ -134,7 +134,7 @@ Role: coder
134 134
 <BR><HR>
135 135
 <ADDRESS>
136 136
 Tomasz Kojm
137
-2009-03-16
137
+2009-03-23
138 138
 </ADDRESS>
139 139
 </BODY>
140 140
 </HTML>
... ...
@@ -71,7 +71,7 @@ Base package</A>
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2009-03-16
74
+2009-03-23
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -64,11 +64,11 @@ Mathematics Department, Macquarie University, Sydney.
64 64
 The command line arguments were: <BR>
65 65
  <STRONG>latex2html</STRONG> <TT>-local_icons clamdoc.tex</TT>
66 66
 <P>
67
-The translation was initiated by Tomasz Kojm on 2009-03-16
67
+The translation was initiated by Tomasz Kojm on 2009-03-23
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2009-03-16
71
+2009-03-23
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -80,7 +80,7 @@ Supported platforms</A>
80 80
 <BR><HR>
81 81
 <ADDRESS>
82 82
 Tomasz Kojm
83
-2009-03-16
83
+2009-03-23
84 84
 </ADDRESS>
85 85
 </BODY>
86 86
 </HTML>
... ...
@@ -61,7 +61,7 @@ Binary packages</A>
61 61
 <BR><HR>
62 62
 <ADDRESS>
63 63
 Tomasz Kojm
64
-2009-03-16
64
+2009-03-23
65 65
 </ADDRESS>
66 66
 </BODY>
67 67
 </HTML>
... ...
@@ -81,7 +81,7 @@ Installation</A>
81 81
 <BR><HR>
82 82
 <ADDRESS>
83 83
 Tomasz Kojm
84
-2009-03-16
84
+2009-03-23
85 85
 </ADDRESS>
86 86
 </BODY>
87 87
 </HTML>