changeset 47:71252053d258

changes for 3.2
author carl
date Fri, 09 Jul 2004 08:33:59 -0700
parents 66c66a6ee65f
children 5ef10dc14457
files ChangeLog
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jul 09 08:16:25 2004 -0700
+++ b/ChangeLog	Fri Jul 09 08:33:59 2004 -0700
@@ -1,6 +1,6 @@
     $Id$
 
-3.2 2004-07-05
+3.2 2004-07-09
 
     Contributions from John Gunkel <jgunkel@palliser.ca>:
         Add .spec file for building rpms, contributed by John Gunkel
@@ -33,3 +33,6 @@
     upper limit on the number of host names in a message.  The
     host_soft_limit allows unlimited host names, but only checks a
     random sample of them against the dnsbl.
+
+    The main thread has dropped root priviledges, but other threads
+    are still running as root. This needs to be fixed.