ngIRCd Release 21

This commit is contained in:
Alexander Barton
2013-10-30 22:20:36 +01:00
parent f25be28ab8
commit 94148c37f5
4 changed files with 25 additions and 3 deletions
+6 -1
View File
@@ -9,8 +9,13 @@
-- NEWS --
ngIRCd 21~rc2 (2013-10-20)
ngIRCd 21 (2013-10-30)
- Call arc4random_stir() in forked subprocesses, when available. This
is required by FreeBSD <10 and current NetBSD at least to correctly
initialize the "arc4" random number generator on these platforms.
ngIRCd 21~rc2 (2013-10-20)
- Report the correct configuration file name on configuration errors,
support longer configuration lines, and warn when lines are truncated.