diff options
| author | Alexander Barton <alex@barton.de> | 2005-02-04 14:21:35 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2005-02-04 14:21:35 +0000 |
| commit | ae63ed04c52a1f116647754f84b02b1928c09921 (patch) | |
| tree | 70423e49c5d5bbef496c10c6c4f9474d4c2cd9e5 | |
| parent | 85acb82469f433c028d151344e2a68f654c84798 (diff) | |
| download | ngircd-ae63ed04c52a1f116647754f84b02b1928c09921.tar.gz ngircd-ae63ed04c52a1f116647754f84b02b1928c09921.zip | |
ngIRCd 0.8.3.
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index 340ae6bf..ee91f31c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,10 +12,6 @@ ngIRCd CVSHEAD - - Fixed a bug that could case a root exploit when the daemon is compiled - to do IDENT lookups and is logging to syslog. Bug discovered by CoKi, - <coki@nosystem.com.ar>, thanks a lot! - (http://www.nosystem.com.ar/advisories/advisory-11.txt) - Code cleanups from Florian Westphal, <westphal@foo.fh-furtwangen.de>. - Raised the maximum length of passwords to 20 characters. - Fixed a memory leak when resizing the connection pool and realloc() @@ -32,6 +28,13 @@ ngIRCd CVSHEAD should enable the system to write proper core files when not running with root privileges ... +ngIRCd 0.8.3 (2005-02-03) + + - Fixed a bug that could case a root exploit when the daemon is compiled + to do IDENT lookups and is logging to syslog. Bug discovered by CoKi, + <coki@nosystem.com.ar>, thanks a lot! + (http://www.nosystem.com.ar/advisories/advisory-11.txt) + ngIRCd 0.8.2 (2005-01-26) - Added doc/SSL.txt to distribution. @@ -576,4 +579,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.257 2005/02/03 09:26:42 alex Exp $ +$Id: ChangeLog,v 1.258 2005/02/04 14:21:35 alex Exp $ |