From 39f7e9163cc0fce32f14e306c59339930644d25f Mon Sep 17 00:00:00 2001 From: Hanno Hecker Date: Mon, 22 Dec 2008 07:42:37 +0000 Subject: [PATCH] update to latest commit (connection->local_*) git-svn-id: https://svn.perl.org/qpsmtpd/trunk@961 958fd67b-6ff1-0310-b445-bb7760255be9 --- Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes b/Changes index 54ef6c4..ba83dec 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + async: added $connection->local_ip, $connection->local_port + prefork: improve shutdown of parent (and children) on very busy systems (Diego d'Ambra)