diff options
| -rw-r--r-- | AUTHORS | 7 | ||||
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | contrib/Debian/changelog | 6 | ||||
| -rw-r--r-- | contrib/ngircd.spec | 2 |
5 files changed, 15 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS index 5af471fd..8ccf7a49 100644 --- a/AUTHORS +++ b/AUTHORS @@ -33,10 +33,11 @@ Brandon Beresini <beresini@google.com> Brett Smith <brett@w3.org> Brian Collins <bricollins@gmail.com> Bryan Caldwell <bcaldwel@ucsd.edu> +Christian Aistleitner <christian@quelltextlich.at> Christoph Biedl <ngircd.anoy@manchmal.in-ulm.de> -DNS <dns@rbose.org> Dana Dahlstrom <dana+ngIRCd@cs.ucsd.edu> David Kingston <deathking1337@aim.com> +DNS <dns@rbose.org> Eric Grunow <egrunow@ucsd.edu> Federico G. Schwindt <fgsch@lodoss.net> Gabor Adam Toth <tg@tgbit.net> @@ -63,6 +64,6 @@ xor <xorboy@gmail.com> Code snippets ~~~~~~~~~~~~~ -J. Kercheval: pattern matching functions -Patrick Powell <papowell@astart.com>: snprintf()-function Andrew Tridgell & Martin Pool: strl{cpy|cat}()-functions +John Kercheval: pattern matching functions +Patrick Powell <papowell@astart.com>: snprintf()-function diff --git a/ChangeLog b/ChangeLog index 89fa73b9..daff34d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,9 @@ ngIRCd 24 - ngIRCd 24~rc1 + ngIRCd 24~rc1 (2017-01-07) + - Enhance systemd service file, and install it in Debian package. + - Update configuration of Debian package. - Log privilege violations and failed OPER request with log level "error" and send it to the "&SERVER" channel, too. - Immediately shut down connection when receiving an "ERROR" command, diff --git a/NEWS b/NEWS index b5c42bf3..e0188e6d 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,7 @@ ngIRCd 24 - ngIRCd 24~rc1 + ngIRCd 24~rc1 (2017-01-07) - Log privilege violations and failed OPER request with log level "error" and send it to the "&SERVER" channel, too. - Immediately shut down connection when receiving an "ERROR" command, diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog index 4e3a1ae1..7da52331 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (24~rc1-0ab1) unstable; urgency=low + + * New "upstream" release candidate 1 for ngIRCd Release 24. + + -- Alexander Barton <alex@barton.de> Sat, 07 Jan 2017 18:58:02 +0100 + ngircd (23-0ab1) unstable; urgency=low * New "upstream" release: ngIRCd 23. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 8ea7b22a..8eefa272 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 23 +%define version 24~rc1 %define release 1 %define prefix %{_prefix} |