Browse code

update docs

Tomasz Kojm authored on 2010/05/19 20:53:42
Showing 67 changed files
... ...
@@ -1,41 +1,8 @@
1
-0.96
1
+0.96.1
2
+------
2 3
 
3
-This release of ClamAV introduces new malware detection mechanisms and other
4
-significant improvements to the scan engine. The key features include:
5
-
6
-    - The Bytecode Interpreter: the interpreter built into LibClamAV allows
7
-      the signature writers to create and distribute very complex detection
8
-      routines and remotely enhance the scanner's functionality
9
-
10
-    - Heuristic improvements: improve the PE heuristics detection engine by
11
-      adding support of bogus icons and fake PE header information. In a
12
-      nutshell, ClamAV can now detect malware that tries to disguise itself
13
-      as a harmless application by using the most common Windows program icons.
14
-
15
-    - Signature Improvements: logical signature improvements to allow more
16
-      detailed matching and referencing groups of signatures. Additionally,
17
-      improvements to wildcard matching on word boundaries and newlines.
18
-
19
-    - Support for new archives: 7zip, InstallShield and CPIO. LibClamAV
20
-      can now transparently unpack and inspect their contents.
21
-
22
-    - Support for new executable file formats: 64-bit ELF files and OS X
23
-      Universal Binaries with Mach-O files. Additionally, the PE module
24
-      can now decompress and inspect executables packed with UPX 3.0.
25
-
26
-    - Support for DazukoFS in clamd
27
-
28
-    - Performance improvements: overall performance improvements and memory
29
-      optimizations for a better overall resource utilization experience.
30
-
31
-    - Native Windows Support: ClamAV will now build natively under Visual
32
-      Studio. This will allow 3rd Party application developers on Windows
33
-      to easily integrate LibClamAV into their applications.
34
-
35
-The complete list of changes is available in the ChangeLog file. For upgrade
36
-notes and tips please see: https://wiki.clamav.net/Main/UpgradeNotes096
4
+This is a bugfix release, please refer to the ChangeLog for the complete
5
+list of changes.
37 6
 
38 7
 --
39 8
 The ClamAV team (http://www.clamav.net/team)
40
-
... ...
@@ -2,6 +2,16 @@ 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
+
6
+0.96.1
7
+------
8
+
9
+This is a bugfix release, please refer to the ChangeLog for the complete
10
+list of changes.
11
+
12
+--
13
+The ClamAV team (http://www.clamav.net/team)
14
+
5 15
 0.96
6 16
 ----
7 17
 
... ...
@@ -71,7 +71,7 @@
71 71
     \vspace{3cm}
72 72
     \begin{flushright}
73 73
 	\rule[-1ex]{8cm}{3pt}\\
74
-	\huge Clam AntiVirus 0.96\\
74
+	\huge Clam AntiVirus 0.96.1\\
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 750.000 viruses, worms and trojans, including
130
+	\item{Detects over 775.000 viruses, worms and trojans, including
131 131
 	      Microsoft Office macro viruses, mobile malware, and other threats}
132 132
 	\item{Built-in bytecode interpreter allows the ClamAV signature writers
133 133
 	      to create and distribute very complex detection routines and
... ...
@@ -812,6 +812,9 @@ N * * * *	/usr/local/bin/freshclam --quiet
812 812
 	\item PDF
813 813
 	\item HTML
814 814
     \end{itemize}
815
+    In the case of Office, RTF and PDF files, libclamav will only extract the
816
+    embedded objects and will not decode the text data itself. The text
817
+    decoding and normalization is only performed for HTML files.
815 818
 
816 819
     \subsubsection{Data Loss Prevention}
817 820
     Libclamav includes a DLP module which can detect credit card and
... ...
@@ -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.96
59
+<BR>	<BIG CLASS="HUGE">Clam AntiVirus 0.96.1
60 60
 <BR>	<BIG CLASS="HUGE"><SPAN  CLASS="textit">User Manual</SPAN>
61 61
 <BR>    
62 62
 </BIG></BIG></DIV>
... ...
@@ -227,7 +227,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
227 227
 <BR><HR>
228 228
 <ADDRESS>
229 229
 Tomasz Kojm
230
-2010-03-10
230
+2010-05-19
231 231
 </ADDRESS>
232 232
 </BODY>
233 233
 </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.96
59
+<BR>	<BIG CLASS="HUGE">Clam AntiVirus 0.96.1
60 60
 <BR>	<BIG CLASS="HUGE"><SPAN  CLASS="textit">User Manual</SPAN>
61 61
 <BR>    
62 62
 </BIG></BIG></DIV>
... ...
@@ -227,7 +227,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
227 227
 <BR><HR>
228 228
 <ADDRESS>
229 229
 Tomasz Kojm
230
-2010-03-10
230
+2010-05-19
231 231
 </ADDRESS>
232 232
 </BODY>
233 233
 </HTML>
... ...
@@ -157,7 +157,7 @@ Contents</A>
157 157
  SRC="img2.png"
158 158
  ALT="\begin{boxedminipage}[b]{\textwidth}
159 159
 ClamAV User Manual,
160
-\copyright  2007 - 2...
160
+\copyright \ 2007 - 2...
161 161
 ... Franklin Street, Fifth Floor, Boston,
162 162
 MA 02110-1301, USA.
163 163
 \end{boxedminipage}">
... ...
@@ -182,7 +182,7 @@ ClamAV and Clam AntiVirus are trademarks of Sourcefire, Inc.
182 182
 <BR><HR>
183 183
 <ADDRESS>
184 184
 Tomasz Kojm
185
-2010-03-10
185
+2010-05-19
186 186
 </ADDRESS>
187 187
 </BODY>
188 188
 </HTML>
... ...
@@ -61,7 +61,7 @@ Binary packages</A>
61 61
 <BR><HR>
62 62
 <ADDRESS>
63 63
 Tomasz Kojm
64
-2010-03-10
64
+2010-05-19
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
-2010-03-10
84
+2010-05-19
85 85
 </ADDRESS>
86 86
 </BODY>
87 87
 </HTML>
... ...
@@ -133,7 +133,7 @@ the package for these compilers are usually called: gcc, g++, or gcc-c++.
133 133
 <!--End of Navigation Panel-->
134 134
 <ADDRESS>
135 135
 Tomasz Kojm
136
-2010-03-10
136
+2010-05-19
137 137
 </ADDRESS>
138 138
 </BODY>
139 139
 </HTML>
... ...
@@ -75,7 +75,7 @@ Installing on shell account</A>
75 75
 <BR><HR>
76 76
 <ADDRESS>
77 77
 Tomasz Kojm
78
-2010-03-10
78
+2010-05-19
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
-2010-03-10
72
+2010-05-19
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
-2010-03-10
78
+2010-05-19
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
-2010-03-10
68
+2010-05-19
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
-2010-03-10
145
+2010-05-19
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
-2010-03-10
99
+2010-05-19
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
-2010-03-10
90
+2010-05-19
91 91
 </ADDRESS>
92 92
 </BODY>
93 93
 </HTML>
... ...
@@ -79,7 +79,7 @@ Introduction</A>
79 79
 <BR><HR>
80 80
 <ADDRESS>
81 81
 Tomasz Kojm
82
-2010-03-10
82
+2010-05-19
83 83
 </ADDRESS>
84 84
 </BODY>
85 85
 </HTML>
... ...
@@ -79,7 +79,7 @@ clamd</A>
79 79
 <BR><HR>
80 80
 <ADDRESS>
81 81
 Tomasz Kojm
82
-2010-03-10
82
+2010-05-19
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
-2010-03-10
93
+2010-05-19
94 94
 </ADDRESS>
95 95
 </BODY>
96 96
 </HTML>
... ...
@@ -70,7 +70,7 @@ clamav-milter</A>
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2010-03-10
73
+2010-05-19
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -75,7 +75,7 @@ Testing</A>
75 75
 <BR><HR>
76 76
 <ADDRESS>
77 77
 Tomasz Kojm
78
-2010-03-10
78
+2010-05-19
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
-2010-03-10
143
+2010-05-19
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
-2010-03-10
80
+2010-05-19
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
-2010-03-10
111
+2010-05-19
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
-2010-03-10
83
+2010-05-19
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
-2010-03-10
233
+2010-05-19
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
-2010-03-10
79
+2010-05-19
80 80
 </ADDRESS>
81 81
 </BODY>
82 82
 </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 750.000 viruses, worms and trojans, including
70
+<LI>Detects over 775.000 viruses, worms and trojans, including
71 71
 	      Microsoft Office macro viruses, mobile malware, and other threats
72 72
 </LI>
73 73
 <LI>Built-in bytecode interpreter allows the ClamAV signature writers
... ...
@@ -195,7 +195,7 @@ Features</A>
195 195
 <!--End of Navigation Panel-->
196 196
 <ADDRESS>
197 197
 Tomasz Kojm
198
-2010-03-10
198
+2010-05-19
199 199
 </ADDRESS>
200 200
 </BODY>
201 201
 </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
-2010-03-10
95
+2010-05-19
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
-2010-03-10
73
+2010-05-19
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -79,7 +79,7 @@ clamscan</A>
79 79
 <BR><HR>
80 80
 <ADDRESS>
81 81
 Tomasz Kojm
82
-2010-03-10
82
+2010-05-19
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
-2010-03-10
86
+2010-05-19
87 87
 </ADDRESS>
88 88
 </BODY>
89 89
 </HTML>
... ...
@@ -129,7 +129,7 @@ LibClamAV</A>
129 129
 <BR><HR>
130 130
 <ADDRESS>
131 131
 Tomasz Kojm
132
-2010-03-10
132
+2010-05-19
133 133
 </ADDRESS>
134 134
 </BODY>
135 135
 </HTML>
... ...
@@ -63,7 +63,7 @@ Licence</A>
63 63
 <BR><HR>
64 64
 <ADDRESS>
65 65
 Tomasz Kojm
66
-2010-03-10
66
+2010-05-19
67 67
 </ADDRESS>
68 68
 </BODY>
69 69
 </HTML>
... ...
@@ -79,7 +79,7 @@ Supported formats and features</A>
79 79
 <BR><HR>
80 80
 <ADDRESS>
81 81
 Tomasz Kojm
82
-2010-03-10
82
+2010-05-19
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
-2010-03-10
90
+2010-05-19
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
-2010-03-10
65
+2010-05-19
66 66
 </ADDRESS>
67 67
 </BODY>
68 68
 </HTML>
... ...
@@ -98,7 +98,7 @@ Archives and compressed files</A>
98 98
 <BR><HR>
99 99
 <ADDRESS>
100 100
 Tomasz Kojm
101
-2010-03-10
101
+2010-05-19
102 102
 </ADDRESS>
103 103
 </BODY>
104 104
 </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
-2010-03-10
89
+2010-05-19
90 90
 </ADDRESS>
91 91
 </BODY>
92 92
 </HTML>
... ...
@@ -68,12 +68,15 @@ Documents</A>
68 68
     
69 69
 </LI>
70 70
 </UL>
71
+    In the case of Office, RTF and PDF files, libclamav will only extract the
72
+    embedded objects and will not decode the text data itself. The text
73
+    decoding and normalization is only performed for HTML files.
71 74
 
72 75
 <P>
73 76
 <BR><HR>
74 77
 <ADDRESS>
75 78
 Tomasz Kojm
76
-2010-03-10
79
+2010-05-19
77 80
 </ADDRESS>
78 81
 </BODY>
79 82
 </HTML>
... ...
@@ -62,7 +62,7 @@ Data Loss Prevention</A>
62 62
 <BR><HR>
63 63
 <ADDRESS>
64 64
 Tomasz Kojm
65
-2010-03-10
65
+2010-05-19
66 66
 </ADDRESS>
67 67
 </BODY>
68 68
 </HTML>
... ...
@@ -75,7 +75,7 @@ Others</A>
75 75
 <BR><HR>
76 76
 <ADDRESS>
77 77
 Tomasz Kojm
78
-2010-03-10
78
+2010-05-19
79 79
 </ADDRESS>
80 80
 </BODY>
81 81
 </HTML>
... ...
@@ -91,7 +91,7 @@ API</A>
91 91
 <BR><HR>
92 92
 <ADDRESS>
93 93
 Tomasz Kojm
94
-2010-03-10
94
+2010-05-19
95 95
 </ADDRESS>
96 96
 </BODY>
97 97
 </HTML>
... ...
@@ -64,7 +64,7 @@ Header file</A>
64 64
 <BR><HR>
65 65
 <ADDRESS>
66 66
 Tomasz Kojm
67
-2010-03-10
67
+2010-05-19
68 68
 </ADDRESS>
69 69
 </BODY>
70 70
 </HTML>
... ...
@@ -73,7 +73,7 @@ Initialization</A>
73 73
 <BR><HR>
74 74
 <ADDRESS>
75 75
 Tomasz Kojm
76
-2010-03-10
76
+2010-05-19
77 77
 </ADDRESS>
78 78
 </BODY>
79 79
 </HTML>
... ...
@@ -125,7 +125,7 @@ Load bytecode.
125 125
 <BR><HR>
126 126
 <ADDRESS>
127 127
 Tomasz Kojm
128
-2010-03-10
128
+2010-05-19
129 129
 </ADDRESS>
130 130
 </BODY>
131 131
 </HTML>
... ...
@@ -69,7 +69,7 @@ Error handling</A>
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2010-03-10
72
+2010-05-19
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -75,7 +75,7 @@ Engine structure</A>
75 75
 <BR><HR>
76 76
 <ADDRESS>
77 77
 Tomasz Kojm
78
-2010-03-10
78
+2010-05-19
79 79
 </ADDRESS>
80 80
 </BODY>
81 81
 </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
-2010-03-10
82
+2010-05-19
83 83
 </ADDRESS>
84 84
 </BODY>
85 85
 </HTML>
... ...
@@ -65,7 +65,7 @@ Virus submitting</A>
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2010-03-10
68
+2010-05-19
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -103,7 +103,7 @@ Database checks</A>
103 103
 <BR><HR>
104 104
 <ADDRESS>
105 105
 Tomasz Kojm
106
-2010-03-10
106
+2010-05-19
107 107
 </ADDRESS>
108 108
 </BODY>
109 109
 </HTML>
... ...
@@ -213,7 +213,7 @@ Allow heuristic match to take precedence. When enabled, if
213 213
 <!--End of Navigation Panel-->
214 214
 <ADDRESS>
215 215
 Tomasz Kojm
216
-2010-03-10
216
+2010-05-19
217 217
 </ADDRESS>
218 218
 </BODY>
219 219
 </HTML>
... ...
@@ -63,7 +63,7 @@ Memory</A>
63 63
 <BR><HR>
64 64
 <ADDRESS>
65 65
 Tomasz Kojm
66
-2010-03-10
66
+2010-05-19
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
-2010-03-10
68
+2010-05-19
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
-2010-03-10
70
+2010-05-19
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
-2010-03-10
68
+2010-05-19
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
-2010-03-10
85
+2010-05-19
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
-2010-03-10
616
+2010-05-19
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
-2010-03-10
462
+2010-05-19
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
-2010-03-10
66
+2010-05-19
67 67
 </ADDRESS>
68 68
 </BODY>
69 69
 </HTML>
... ...
@@ -78,7 +78,7 @@ Base package</A>
78 78
 <BR><HR>
79 79
 <ADDRESS>
80 80
 Tomasz Kojm
81
-2010-03-10
81
+2010-05-19
82 82
 </ADDRESS>
83 83
 </BODY>
84 84
 </HTML>
... ...
@@ -62,7 +62,7 @@ OpenAntiVirus</A>
62 62
 <BR><HR>
63 63
 <ADDRESS>
64 64
 Tomasz Kojm
65
-2010-03-10
65
+2010-05-19
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
-2010-03-10
137
+2010-05-19
138 138
 </ADDRESS>
139 139
 </BODY>
140 140
 </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 2010-03-10
67
+The translation was initiated by Tomasz Kojm on 2010-05-19
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2010-03-10
71
+2010-05-19
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -69,7 +69,7 @@ Supported platforms</A>
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2010-03-10
72
+2010-05-19
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -77,7 +77,7 @@ UNIX</A>
77 77
 <BR><HR>
78 78
 <ADDRESS>
79 79
 Tomasz Kojm
80
-2010-03-10
80
+2010-05-19
81 81
 </ADDRESS>
82 82
 </BODY>
83 83
 </HTML>
... ...
@@ -60,7 +60,7 @@ Windows</A>
60 60
 <BR><HR>
61 61
 <ADDRESS>
62 62
 Tomasz Kojm
63
-2010-03-10
63
+2010-05-19
64 64
 </ADDRESS>
65 65
 </BODY>
66 66
 </HTML>