git-svn: trunk@688
remotes/push_mirror/metadata
Nigel Horne 21 years ago
parent c84fb7d5d5
commit a166f2d459
  1. 1
      clamav-devel/clamav-milter/INSTALL
  2. 7
      clamav-devel/clamav-milter/clamav-milter.c

@ -438,6 +438,7 @@ Changes
0.74e 21/7/04 Fixed thread unsafe code causing problems with multi-CPU
machines running Solaris
0.74f 22/7/04 Use gethostbyname_r() if available
0.75 22/7/04 Up-issue
BUG REPORTS

@ -26,6 +26,9 @@
*
* Change History:
* $Log: clamav-milter.c,v $
* Revision 1.108 2004/07/22 15:45:03 nigelhorne
* Up-issue
*
* Revision 1.107 2004/07/22 09:14:32 nigelhorne
* Use gethostbyname_r when available
*
@ -332,9 +335,9 @@
* Revision 1.6 2003/09/28 16:37:23 nigelhorne
* Added -f flag use MaxThreads if --max-children not set
*/
static char const rcsid[] = "$Id: clamav-milter.c,v 1.107 2004/07/22 09:14:32 nigelhorne Exp $";
static char const rcsid[] = "$Id: clamav-milter.c,v 1.108 2004/07/22 15:45:03 nigelhorne Exp $";
#define CM_VERSION "0.74f"
#define CM_VERSION "0.75"
/*#define CONFDIR "/usr/local/etc"*/

Loading…
Cancel
Save