From dfa53321e35a874ac3a4ef5fdf8577e9c2e27423 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Fri, 11 Jul 2008 16:11:16 +0000 Subject: [PATCH] forgot to add Alexander Drozdov as bug reporter in ChangeLog svn:r905 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b43b6a3d..75688e0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,7 @@ Changes in 1.4.6-stable: o Reject negative Content-Length headers; anonymous bug report o Detect CLOCK_MONOTONIC at runtime for evdns; anonymous bug report o Fix a bug where deleting signals with the kqueue backend would cause subsequent adds to fail - o Support multiple events listening on the same signal; make signals regular events that go on the same event queue. + o Support multiple events listening on the same signal; make signals regular events that go on the same event queue; problem report by Alexander Drozdov. Changes in 1.4.5-stable: o Fix connection keep-alive behavior for HTTP/1.0