Updated ChangeLog to reflect changes in 0.10.x and 0.11.x branches.
This commit is contained in:
parent
56256535c5
commit
d1364ab488
13
ChangeLog
13
ChangeLog
|
@ -12,8 +12,12 @@
|
||||||
|
|
||||||
ngIRCd HEAD
|
ngIRCd HEAD
|
||||||
|
|
||||||
|
ngIRCd 0.11.0-pre2 (2008-01-07)
|
||||||
|
|
||||||
- SECURITY: IRC_PART could reference invalid memory, causing
|
- SECURITY: IRC_PART could reference invalid memory, causing
|
||||||
ngircd to crash.
|
ngircd to crash [from HEAD].
|
||||||
|
|
||||||
|
ngIRCd 0.11.0-pre1 (2008-01-02)
|
||||||
- Use dotted-decimal IP address if hostname is >= 64.
|
- Use dotted-decimal IP address if hostname is >= 64.
|
||||||
- Add support for /STAT u (server uptime) command.
|
- Add support for /STAT u (server uptime) command.
|
||||||
- New [Server] configuration Option "Bind" allows to specify
|
- New [Server] configuration Option "Bind" allows to specify
|
||||||
|
@ -42,6 +46,11 @@ ngIRCd HEAD
|
||||||
- Added support for the WALLOPS command. Usage is restricted to IRC
|
- Added support for the WALLOPS command. Usage is restricted to IRC
|
||||||
operators.
|
operators.
|
||||||
|
|
||||||
|
ngIRCd 0.10.4 (2008-01-07)
|
||||||
|
|
||||||
|
- SECURITY: IRC_PART could reference invalid memory, causing
|
||||||
|
ngircd to crash [from HEAD].
|
||||||
|
|
||||||
ngIRCd 0.10.3 (2007-08-01)
|
ngIRCd 0.10.3 (2007-08-01)
|
||||||
|
|
||||||
- SECURITY: Fixed a severe bug in handling JOIN commands, which could
|
- SECURITY: Fixed a severe bug in handling JOIN commands, which could
|
||||||
|
@ -726,4 +735,4 @@ ngIRCd 0.0.1, 31.12.2001
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
$Id: ChangeLog,v 1.333 2008/01/07 11:42:00 fw Exp $
|
$Id: ChangeLog,v 1.334 2008/01/07 23:08:14 alex Exp $
|
||||||
|
|
Loading…
Reference in New Issue