about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2006-12-26 16:00:45 +0000
committerAlexander Barton <alex@barton.de>2006-12-26 16:00:45 +0000
commit5c782302835e19ac1373ccd574070b8ff9003517 (patch)
treed5adac313cca63b41b275f0548c13425264ea52a /ChangeLog
parentee568cc4440015b45d7fd12b00974c4d1fba658c (diff)
downloadngircd-5c782302835e19ac1373ccd574070b8ff9003517.tar.gz
ngircd-5c782302835e19ac1373ccd574070b8ff9003517.zip
New configure option "--without-select"; when usin epoll() IO API include
support for select() as well by default and fall back on runtime when needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e16e2484..f723e2bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,10 @@
 
 ngIRCd HEAD
 
+  - When using epoll() IO interface, compile in the select() interface as
+    well and fall back to it when epoll() isn't available on runtime.
+  - New configure option "--without-select" to disable select() IO API
+    (even when using epoll(), see above).
   - Added support for IO APIs "poll()" and "/dev/poll".
   - Reorganized internal handling of invite and ban lists.
 
@@ -678,4 +682,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.311 2006/12/17 21:00:30 alex Exp $
+$Id: ChangeLog,v 1.312 2006/12/26 16:00:45 alex Exp $