Browse code

Up-issued

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

Nigel Horne authored on 2004/06/03 22:16:18
Showing 3 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Jun  3 14:15:38 BST 2004 (njh)
2
+----------------------------------
3
+  * clamav-milter:	Up-issued to 0.72
4
+
1 5
 Wed Jun  2 22:12:08 CEST 2004 (tk)
2 6
 ----------------------------------
3 7
   * freshclam: + allow spaces in HTTPProxyUsername (requested by SL
... ...
@@ -400,6 +400,7 @@ Changes
400 400
 			always being added
401 401
 		Now says host running clamd rather than host running
402 402
 			clamav-milter, useful for checking load balancing etc.
403
+0.72	3/6/04	Up-issued
403 404
 
404 405
 BUG REPORTS
405 406
 
... ...
@@ -26,6 +26,9 @@
26 26
  *
27 27
  * Change History:
28 28
  * $Log: clamav-milter.c,v $
29
+ * Revision 1.92  2004/06/03 13:14:08  nigelhorne
30
+ * Up-issued
31
+ *
29 32
  * Revision 1.91  2004/05/25 16:24:21  nigelhorne
30 33
  * X-Virus-Scanned wasn't being added in maxstreamlength was exceeded
31 34
  *
... ...
@@ -284,9 +287,9 @@
284 284
  * Revision 1.6  2003/09/28 16:37:23  nigelhorne
285 285
  * Added -f flag use MaxThreads if --max-children not set
286 286
  */
287
-static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.91 2004/05/25 16:24:21 nigelhorne Exp $";
287
+static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.92 2004/06/03 13:14:08 nigelhorne Exp $";
288 288
 
289
-#define	CM_VERSION	"0.71c"
289
+#define	CM_VERSION	"0.72"
290 290
 
291 291
 /*#define	CONFDIR	"/usr/local/etc"*/
292 292