Browse code

Up issued

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

Nigel Horne authored on 2004/09/20 21:47:09
Showing 3 changed files
... ...
@@ -1,3 +1,8 @@
1
+Mon Sep 20 13:46:15 BST 2004 (njh)
2
+----------------------------------
3
+  * libclamav/mbox.c:	Fix parsing problem
4
+  * clamav-milter:	Up issue
5
+
1 6
 Mon Sep 20 12:12:09 CEST 2004 (tk)
2 7
 ----------------------------------
3 8
   * libclamav/scanners.c: remove temporary files in the event of cli_mbox
... ...
@@ -496,6 +496,7 @@ Changes
496 496
 		variables did't work after clamav variables.
497 497
 0.75s	20/9/04	StreamSaveToDisk is longer used
498 498
 		Update references to clamav.conf, should now be clamd.conf
499
+0.80	20/9/04	Up-issued
499 500
 
500 501
 INTERNATIONALISATION
501 502
 
... ...
@@ -26,6 +26,9 @@
26 26
  *
27 27
  * Change History:
28 28
  * $Log: clamav-milter.c,v $
29
+ * Revision 1.131  2004/09/20 12:46:05  nigelhorne
30
+ * Up issued
31
+ *
29 32
  * Revision 1.130  2004/09/20 09:09:23  nigelhorne
30 33
  * Update clamav.conf references
31 34
  *
... ...
@@ -401,9 +404,9 @@
401 401
  * Revision 1.6  2003/09/28 16:37:23  nigelhorne
402 402
  * Added -f flag use MaxThreads if --max-children not set
403 403
  */
404
-static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.130 2004/09/20 09:09:23 nigelhorne Exp $";
404
+static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.131 2004/09/20 12:46:05 nigelhorne Exp $";
405 405
 
406
-#define	CM_VERSION	"0.75s"
406
+#define	CM_VERSION	"0.80"
407 407
 
408 408
 /*#define	CONFDIR	"/usr/local/etc"*/
409 409