Commit Diff
Diff:
f25be28ab85a17c57eea4504e2924c2793150669
94148c37f5b29dffe1f37192d3930a2e3de2377d
Commit:
94148c37f5b29dffe1f37192d3930a2e3de2377d (tags/rel-21)
Tree:
afdb373cf38480108f6a7397a9c4412ab02d8b14
Author:
Alexander Barton <alex@barton.de>
Committer:
Alexander Barton <alex@barton.de>
Date:
Wed Oct 30 21:20:36 2013 UTC
Message:
ngIRCd Release 21
blob - 6d787fd84449ecab1017b70cca389a5e1c1c3cfd
blob + 90821a29258a19a781f90d3d9e4149bc6e62f8f0
--- ChangeLog
+++ 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.
blob - f1696c73dce9710c9367d3f325091b1e289dd5c3
blob + ebbc0220b9e6027a3c47ab493e722604ae7c5de5
--- NEWS
+++ NEWS
@@ -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.
blob - 89c06e696447c0fcf0c28b02576b485274eac474
blob + 76edf13de088811f51213406e150489b3da77674
--- contrib/Debian/changelog
+++ contrib/Debian/changelog
@@ -1,3 +1,9 @@
+ngircd (21-0ab1) unstable; urgency=low
+
+ * New "upstream" release: ngIRCd 21.
+
+ -- Alexander Barton <alex@barton.de> Wed, 30 Oct 2013 22:13:55 +0100
+
ngircd (21~rc2-0ab3) unstable; urgency=low
* Fix sed(1) rules adjusting "ngircd-full" package, error introduced
blob - dd30d1c7e4fa9a9eeafd3afacbbb85b00f9cf6bc
blob + ab4e0c98ccd7d70ce32d956d835d9595dc61e104
--- contrib/ngircd.spec
+++ contrib/ngircd.spec
@@ -1,5 +1,5 @@
%define name ngircd
-%define version 21~rc2
+%define version 21
%define release 1
%define prefix %{_prefix}
IRCNow