]> arthur.barton.de Git - ngircd.git/blobdiff - ChangeLog
use strlcat return value; don't call time() repeatedly. [from HEAD]
[ngircd.git] / ChangeLog
index 8e96ff6173f505830ecae37d18f32442a84ec56f..cc958c39d5a1ae2b2ec0db5f9ab14b5dc8deb4fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
                                -- ChangeLog --
 
 
-ngIRCd 0.9.x
+ngIRCd 0.9.2 (2005-10-15)
+
+  - Fixed a bug that could cause the damon to crash when outgoing server
+    connections can't be established.
+  - 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.
+
+ngIRCd 0.9.1 (2005-08-03)
 
   - The KILL command killed much more than desired (including server links!)
     when the target user is connected to a remote server. Bug introduced in
     ngIRCd 0.9.0 ...  Reported by <qssl@fastmail.fm>, Thanks!
+  - Changed some constants to be "signed" (instead of unsigned) to solve
+    problems with old (pre-ANSI) compilers.
 
 ngIRCd 0.9.0 (2005-07-24)
 
@@ -618,4 +629,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.276.2.6 2005/08/02 23:08:26 alex Exp $
+$Id: ChangeLog,v 1.276.2.12 2005/10/15 12:44:08 alex Exp $