1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-07 13:17:55 +00:00

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

7
NEWS
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.