summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2013-10-30 22:20:36 +0100
committerAlexander Barton <alex@barton.de>2013-10-30 22:20:36 +0100
commit94148c37f5b29dffe1f37192d3930a2e3de2377d (patch)
treeafdb373cf38480108f6a7397a9c4412ab02d8b14 /ChangeLog
parentf25be28ab85a17c57eea4504e2924c2793150669 (diff)
downloadngircd-94148c37f5b29dffe1f37192d3930a2e3de2377d.tar.gz
ngircd-94148c37f5b29dffe1f37192d3930a2e3de2377d.zip
ngIRCd Release 21 rel-21
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d787fd8..90821a29 100644
--- 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.