]> arthur.barton.de Git - ngircd-alex.git/blobdiff - ChangeLog
ngIRCd Release 21
[ngircd-alex.git] / ChangeLog
index 6d787fd84449ecab1017b70cca389a5e1c1c3cfd..90821a29258a19a781f90d3d9e4149bc6e62f8f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,8 +9,19 @@
                                -- ChangeLog --
 
 
-ngIRCd 21~rc2 (2013-10-20)
-
+ngIRCd 21 (2013-10-30)
+
+  - ./contrib/Debian/ngircd.init: Make sure no stale PID file is left over
+    when (re-)starting ngIRCd.
+  - Change ./contrib/platformtest.sh and update ./doc/Platforms.txt to
+    allow usernames up to 8 characters.
+  - 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.
+  - Update our own Debian package configuration and fix the default path
+    of the "HelpFile" of the "full" package variants.
+
+  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.
   - Use arc4random() function to generate "random" numbers, when available.