]> granicus.if.org Git - libevent/commitdiff
forgot to add Alexander Drozdov as bug reporter in ChangeLog
authorNiels Provos <provos@gmail.com>
Fri, 11 Jul 2008 16:11:16 +0000 (16:11 +0000)
committerNiels Provos <provos@gmail.com>
Fri, 11 Jul 2008 16:11:16 +0000 (16:11 +0000)
svn:r905

ChangeLog

index f80316cb1ba35f9ec79b5bf83c31738d607abf7f..3217fe49f2a2842923563ef927c5823a980826db 100644 (file)
--- 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.