]> arthur.barton.de Git - ngircd.git/blobdiff - NEWS
Correctly use cloaked IRC masks on "INVITE nickname"
[ngircd.git] / NEWS
diff --git a/NEWS b/NEWS
index f1696c73dce9710c9367d3f325091b1e289dd5c3..9fdf8c0f6350a6d0e08ab6961756b17889eb0428 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,15 +2,20 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2013 Alexander Barton and Contributors.
+               (c)2001-2014 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
                                   -- 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.