Commit Diff


commit - ac96fe5877745791e42a9b5177462d670478c52f
commit + d5c5d2a37fe730f82bd71da7a9e357f569cac406
blob - 0d58e84c537e5f404a62935bb8519f7cec3e1aea
blob + a6dfe8bbfe9670ab0f3b9f2406d5c12795f4316f
--- ChangeLog
+++ ChangeLog
@@ -21,11 +21,13 @@ ngIRCd CVSHEAD
   - Added new IO layer which (optionally) supports epoll() and kqueue() in
     addition to the select() interface.
 
-ngIRCd 0.9.x
+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)
 
@@ -629,4 +631,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.285 2005/08/02 23:19:21 alex Exp $
+$Id: ChangeLog,v 1.286 2005/08/25 09:00:16 alex Exp $