Browse code

Upissue to 0.70@

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

Nigel Horne authored on 2004/03/18 04:46:49
Showing 2 changed files
... ...
@@ -284,6 +284,7 @@ Changes
284 284
 		idea from "Leonid Zeitlin" <lz@europe.com>
285 285
 0.67l	10/3/04	Use new HAVE_STRERROR_R rather than TARGET_OS_SOLARIS to
286 286
 		determine if strerror_r exists
287
+0.70	17/3/04	Up-issued to 0.70
287 288
 
288 289
 BUG REPORTS
289 290
 
... ...
@@ -243,7 +243,7 @@
243 243
  *	0.66n	13/2/04	Added TCPwrappers support
244 244
  *			Removed duplication in version string
245 245
  *			Handle machines that don't have in_port_t
246
- *	0.67	16/2/04	Upissued to 0.67
246
+ *	0.
247 247
  *	0.67a	16/2/04	Added clamfi_free
248 248
  *	0.67b	17/2/04	Removed compilation warning - now compiles on FreeBSD5.2
249 249
  *			Don't allow --force to overwride TCPwrappers
... ...
@@ -283,9 +283,13 @@
283 283
  *			on an idea from "Leonid Zeitlin" <lz@europe.com>
284 284
  *	0.67l	10/3/04	Use new HAVE_STRERROR_R rather than TARGET_OS_SOLARIS
285 285
  *			to determine if strerror_r exists
286
+ *	0.70	17/3/04	Up-issued to 0.70
286 287
  *
287 288
  * Change History:
288 289
  * $Log: clamav-milter.c,v $
290
+ * Revision 1.62  2004/03/17 19:46:49  nigelhorne
291
+ * Upissue to 0.70@
292
+ *
289 293
  * Revision 1.61  2004/03/15 19:54:12  kojm
290 294
  * 0.70-rc
291 295
  *
... ...
@@ -454,7 +458,7 @@
454 454
  * Revision 1.6  2003/09/28 16:37:23  nigelhorne
455 455
  * Added -f flag use MaxThreads if --max-children not set
456 456
  */
457
-static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.61 2004/03/15 19:54:12 kojm Exp $";
457
+static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.62 2004/03/17 19:46:49 nigelhorne Exp $";
458 458
 
459 459
 #define	CM_VERSION	"0.70"
460 460