Browse code

Up issue to version 0.65

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@116 77e5149b-7576-45b1-b177-96237e5ba77b

Nigel Horne authored on 2003/11/17 13:50:26
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Nov 17 10:20:05 IST 2003 (njh)
2
+----------------------------------
3
+  * clamav-milter: changed version from 0.60 to 0.65
4
+
1 5
 Sun Nov 16 02:34:12 CET 2003 (tk)
2 6
 ---------------------------------
3 7
   * libclamav, clamd: fixed limit initialization when ScanArchive is disabled
... ...
@@ -150,9 +150,13 @@
150 150
  *			Tidy up the call to pthread_cond_timedwait
151 151
  *	0.60q	11/11/03 Fixed handling of % characters in e-mail addresses
152 152
  *			pointed out by dotslash@snosoft.com
153
+ *	0.65	15/11/03 Upissue of clamav
153 154
  *
154 155
  * Change History:
155 156
  * $Log: clamav-milter.c,v $
157
+ * Revision 1.19  2003/11/17 04:48:30  nigelhorne
158
+ * Up issue to version 0.65
159
+ *
156 160
  * Revision 1.18  2003/11/11 08:19:20  nigelhorne
157 161
  * Handle % characters in e-mail addresses
158 162
  *
... ...
@@ -192,9 +196,9 @@
192 192
  * Revision 1.6  2003/09/28 16:37:23  nigelhorne
193 193
  * Added -f flag use MaxThreads if --max-children not set
194 194
  */
195
-static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.18 2003/11/11 08:19:20 nigelhorne Exp $";
195
+static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.19 2003/11/17 04:48:30 nigelhorne Exp $";
196 196
 
197
-#define	CM_VERSION	"0.60p"
197
+#define	CM_VERSION	"0.65"
198 198
 
199 199
 /*#define	CONFDIR	"/usr/local/etc"*/
200 200
 
... ...
@@ -343,7 +347,7 @@ help(void)
343 343
 	puts("\t--help\t\t\t-h\tThis message.");
344 344
 	puts("\t--local\t\t\t-l\tScan messages sent from machines on our LAN.");
345 345
 	puts("\t--outgoing\t\t-o\tScan outgoing messages from this machine.");
346
-	puts("\t--noxheader\t\t-o\tSuppress X-Virus-Scanned header.");
346
+	puts("\t--noxheader\t\t-n\tSuppress X-Virus-Scanned header.");
347 347
 	puts("\t--postmaster\t\t-p\tPostmaster address [default=postmaster].");
348 348
 	puts("\t--postmaster-only\t\t-P\tSend warnings only to the postmaster.");
349 349
 	puts("\t--quiet\t\t\t-q\tDon't send e-mail notifications of interceptions.");