Browse code

V 0.81rc1

git-svn: trunk@1265

Tomasz Kojm authored on 2005/01/20 10:33:01
Showing 5 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Jan 20 01:22:48 CET 2005 (tk)
2
+---------------------------------
3
+  V 0.81rc1
4
+
1 5
 Thu Jan 20 01:07:26 CET 2005 (tk)
2 6
 ---------------------------------
3 7
   * docs: update
... ...
@@ -2192,7 +2192,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2192 2192
 
2193 2193
 
2194 2194
 LC_CURRENT=1
2195
-LC_REVISION=4
2195
+LC_REVISION=5
2196 2196
 LC_AGE=0
2197 2197
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
2198 2198
 
... ...
@@ -22,7 +22,7 @@ AM_INIT_AUTOMAKE(clamav, "devel-`date +%Y%m%d`")
22 22
 AM_CONFIG_HEADER(clamav-config.h)
23 23
 
24 24
 LC_CURRENT=1
25
-LC_REVISION=4
25
+LC_REVISION=5
26 26
 LC_AGE=0
27 27
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
28 28
 AC_SUBST(LIBCLAMAV_VERSION)
... ...
@@ -160,7 +160,7 @@ Default: disabled
160 160
 Enable debug messages from libclamav.
161 161
 .TP 
162 162
 \fBStreamMaxLength SIZE\fR
163
-Clamd uses FTP\-like protocol to receive data from remote clients. If you are using clamav\-milter to balance load between remote clamd daemons on firewall servers you may need to tune the Stream* options. This option allows you to specify the maximal limit for data transfered to remote daemon when scanning a single file.
163
+Clamd uses FTP\-like protocol to receive data from remote clients. If you are using clamav\-milter to balance load between remote clamd daemons on firewall servers you may need to tune the Stream* options. This option allows you to specify the maximal limit for data transfered to remote daemon when scanning a single file. It should match your MTA's limit for a maximal attachment size.
164 164
 .br 
165 165
 Default: 10M
166 166
 .TP 
... ...
@@ -95,6 +95,7 @@ FixStaleSocket
95 95
 # on firewall servers you may need to tune the options below.
96 96
 
97 97
 # Close the connection when the data size limit is exceeded.
98
+# The value should match your MTA's limit for a maximal attachment size.
98 99
 # Default: 10M
99 100
 #StreamMaxLength 20M
100 101