From 7bce6780ca0099f38efc801a7e613939cb90c99a Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 9 Jun 2012 12:53:44 +0200 Subject: [PATCH] Update ChangeLog and NEWS files --- ChangeLog | 23 +++++++++++++++++++++++ NEWS | 7 +++++++ 2 files changed, 30 insertions(+) diff --git a/ChangeLog b/ChangeLog index f7cc1637..c90332f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,29 @@ -- ChangeLog -- +ngIRCd-dev + + - Correctly handle asynchronously re-established server links: a race + condition could let the daemon loose track of an already re-established + incoming server link while preparing its own outgoing connection. + Peers that both try to connect each other could have been affected. + - Log a debug message when SIGUSR2 is handled in debug mode. + - Only allow alphanumeric characters in user-supplied user names of + USER command and IDENT replies. + - Change wording of "TLS initialized" message to make it more consistent. + - Don't leak file descriptors on error path when creating "PID files". + - Add missing mode "r" to CHANMODES in 005 "ISUPPORT" numeric. + - Update doc/Modes.txt and doc/Platforms.txt documents. + - contrib/platformtest.sh: correctly detect Open64 C compiler and handle + "CC=xxx MAKE=yyy ./platformtest.sh" calling convention. + - Add instructions for setting up Atheme IRC services. + - Implement support for IRC capability handling, the new "CAP" command, + and capablity "multi-prefix" which allows both the NAME and WHO command + handlers to return more than one "class prefix" to the client. + - Update Xcode project files: reference missing documentation files. + - Fix: Don't ignore "permission denied" errors when enabling chroot. + - FAQ: enhance description of chroot setup. + ngIRCd Release 19.1 (2012-03-19) - Fix gcc warning (v4.6.3), initialize "list" variable to NULL. diff --git a/NEWS b/NEWS index 08896792..703ae76b 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,13 @@ -- NEWS -- +ngIRCd-dev + + - Add instructions for setting up Atheme IRC services. + - Implement support for IRC capability handling, the new "CAP" command, + and capablity "multi-prefix" which allows both the NAME and WHO command + handlers to return more than one "class prefix" to the client. + ngIRCd Release 19.1 (2012-03-19) - Really include _all_ patches to build the Anope module into the -- 2.39.2