]> arthur.barton.de Git - ngircd.git/commitdiff
Updated Changelog: fixed file descriptor leak in resolver code.
authorAlexander Barton <alex@barton.de>
Fri, 2 Sep 2005 22:10:58 +0000 (22:10 +0000)
committerAlexander Barton <alex@barton.de>
Fri, 2 Sep 2005 22:10:58 +0000 (22:10 +0000)
ChangeLog

index 0e4caab21d36ab3cfc81114e7319b99be3645011..1ed41407f241336cd61fc1bd278e5e64c2eb713b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
 
 ngIRCd 0.9.x
 
+  - Fixed a bug that caused the daemon to leak file descriptors when no
+    resolver subprocesses could be created.
   - Fixed server NOTICEs to users with "s" mode ("server messages").
   - Fixed a format string bug in "connection statistics" messages to clients.
 
@@ -625,4 +627,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.276.2.9 2005/08/29 11:19:48 alex Exp $
+$Id: ChangeLog,v 1.276.2.10 2005/09/02 22:10:58 alex Exp $