Module: ngircd.git Branch: master Commit: 7bce6780ca0099f38efc801a7e613939cb90c99a URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=7bce6...
Author: Alexander Barton alex@barton.de Date: Sat Jun 9 12:53:44 2012 +0200
Update ChangeLog and NEWS files
---
ChangeLog | 23 +++++++++++++++++++++++ NEWS | 7 +++++++ 2 files changed, 30 insertions(+)
diff --git a/ChangeLog b/ChangeLog index f7cc163..c90332f 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 0889679..703ae76 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
ngircd-commits@lists.barton.de