repo: ngircd action: commit revision: path_from: revision_from: d5c5d2a37fe730f82bd71da7a9e357f569cac406: path_to: revision_to:
commit d5c5d2a37fe730f82bd71da7a9e357f569cac406 Author: Alexander BartonDate: Thu Aug 25 09:00:16 2005 +0000 Updated ChangeLog (from 0.9.1 branch). diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/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 , 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 $
-----END OF PAGE-----