# HG changeset patch # User carl # Date 1089387239 25200 # Node ID 71252053d258a43a12564d550f2b9121e19cbf33 # Parent 66c66a6ee65f5b7a37da6a2418bc684c36a6dffa changes for 3.2 diff -r 66c66a6ee65f -r 71252053d258 ChangeLog --- 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 : 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.