diff options
| author | Alexander Barton <alex@barton.de> | 2013-10-30 22:20:36 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2013-10-30 22:20:36 +0100 |
| commit | 94148c37f5b29dffe1f37192d3930a2e3de2377d (patch) | |
| tree | afdb373cf38480108f6a7397a9c4412ab02d8b14 | |
| parent | f25be28ab85a17c57eea4504e2924c2793150669 (diff) | |
| download | ngircd-rel-21.tar.gz ngircd-rel-21.zip | |
ngIRCd Release 21 rel-21
| -rw-r--r-- | ChangeLog | 15 | ||||
| -rw-r--r-- | NEWS | 7 | ||||
| -rw-r--r-- | contrib/Debian/changelog | 6 | ||||
| -rw-r--r-- | contrib/ngircd.spec | 2 |
4 files changed, 26 insertions, 4 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. diff --git a/NEWS b/NEWS index f1696c73..ebbc0220 100644 --- a/NEWS +++ b/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. diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog index 89c06e69..76edf13d 100644 --- a/contrib/Debian/changelog +++ b/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 diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index dd30d1c7..ab4e0c98 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 21~rc2 +%define version 21 %define release 1 %define prefix %{_prefix} |