1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

ngIRCd Release 21

This commit is contained in:
Alexander Barton 2013-10-30 22:20:36 +01:00
parent f25be28ab8
commit 94148c37f5
4 changed files with 25 additions and 3 deletions

View File

@ -9,8 +9,19 @@
-- ChangeLog -- -- 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, - Report the correct configuration file name on configuration errors,
support longer configuration lines, and warn when lines are truncated. support longer configuration lines, and warn when lines are truncated.
- Use arc4random() function to generate "random" numbers, when available. - Use arc4random() function to generate "random" numbers, when available.

7
NEWS
View File

@ -9,8 +9,13 @@
-- NEWS -- -- 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, - Report the correct configuration file name on configuration errors,
support longer configuration lines, and warn when lines are truncated. support longer configuration lines, and warn when lines are truncated.

View File

@ -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 ngircd (21~rc2-0ab3) unstable; urgency=low
* Fix sed(1) rules adjusting "ngircd-full" package, error introduced * Fix sed(1) rules adjusting "ngircd-full" package, error introduced

View File

@ -1,5 +1,5 @@
%define name ngircd %define name ngircd
%define version 21~rc2 %define version 21
%define release 1 %define release 1
%define prefix %{_prefix} %define prefix %{_prefix}