From: Niels Provos Date: Fri, 11 Jul 2008 16:11:16 +0000 (+0000) Subject: forgot to add Alexander Drozdov as bug reporter in ChangeLog X-Git-Tag: release-2.0.1-alpha~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4af6211bd692a3faa3f7b4390e7f2a493eeae0b;p=libevent forgot to add Alexander Drozdov as bug reporter in ChangeLog svn:r905 --- diff --git a/ChangeLog b/ChangeLog index f80316cb..3217fe49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -117,7 +117,7 @@ Changes in current version: o Detect CLOCK_MONOTONIC at runtime for evdns; anonymous bug report o Various HTTP correctness fixes from Scott Lamb 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.0: o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charles Kerr.