diff options
| author | Alexander Barton <alex@barton.de> | 2013-10-20 15:51:03 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2013-10-20 15:51:03 +0200 |
| commit | 788b3002d8f7340e709dda2de94dfdd812f1c400 (patch) | |
| tree | 91b08465e3419e085646dbad9ace17e8f731f94f | |
| parent | beb9f65dc8dfb4517ab59512ddaf1e111a4e3132 (diff) | |
| download | ngircd-rel-21-rc2.tar.gz ngircd-rel-21-rc2.zip | |
ngIRCd Release 21~rc2 rel-21-rc2
| -rw-r--r-- | ChangeLog | 15 | ||||
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | contrib/Debian/changelog | 6 | ||||
| -rw-r--r-- | contrib/ngircd.spec | 2 |
4 files changed, 25 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index ce173679..6d787fd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,8 +9,19 @@ -- ChangeLog -- -ngIRCd 21~rc1 (2013-10-05) - +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. + - platformtest.sh: Detect clang compiler, and clean up GIT source tree + before building (when possible). + - Update (date of) manual pages. + - Update "Upgrade Information" in INSTALL file, add more systems to + doc/Platforms.txt, and fix spelling in NEWS and ChangeLog files =:) + - Fix remaining compiler warnings on OpenBSD. + + ngIRCd 21~rc1 (2013-10-05) - Actually KILL clients on GLINE/KLINE. (Closes bug #156) - Adjust log messages for invalid and spoofed prefixes, which cleans up logging of commands related to already KILL'ed clients. And don't diff --git a/NEWS b/NEWS index 785ce03b..f1696c73 100644 --- a/NEWS +++ b/NEWS @@ -9,8 +9,12 @@ -- NEWS -- -ngIRCd 21~rc1 (2013-10-05) +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. + + ngIRCd 21~rc1 (2013-10-05) - Actually KILL clients on GLINE/KLINE. (Closes bug #156) - Add support to show all user links using the "STATS L" (uppercase) command (restricted to IRC Operators). diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog index 46646fc2..a8aba178 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (21~rc2-0ab1) unstable; urgency=low + + * New "upstream" release candidate 2 for ngIRCd Release 21. + + -- Alexander Barton <alex@barton.de> Sun, 20 Oct 2013 15:50:03 +0200 + ngircd (21~rc1-0ab1) unstable; urgency=low * New "upstream" release candidate 1 for ngIRCd Release 21. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 65df307e..dd30d1c7 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 21~rc1 +%define version 21~rc2 %define release 1 %define prefix %{_prefix} |