From: Alexander Barton Date: Sat, 5 May 2007 20:25:19 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: rel-0-10-2-pre1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69b595e8d49ea90d436162182071e4af21871363;p=ngircd Updated documentation. --- diff --git a/ChangeLog b/ChangeLog index cbd5df97..66083d94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ ngIRCd - Next Generation IRC Server - (c)2001-2006 Alexander Barton, + (c)2001-2007 Alexander Barton, alex@barton.de, http://www.barton.de/ ngIRCd is free software and published under the @@ -685,4 +685,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.302.2.12 2007/05/02 12:22:43 fw Exp $ +$Id: ChangeLog,v 1.302.2.13 2007/05/05 20:25:19 alex Exp $ diff --git a/NEWS b/NEWS index e711d69d..2126c3c2 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ ngIRCd - Next Generation IRC Server - (c)2001-2006 Alexander Barton, + (c)2001-2007 Alexander Barton, alex@barton.de, http://www.barton.de/ ngIRCd is free software and published under the @@ -10,6 +10,14 @@ -- NEWS -- +ngIRCd 0.10.2 + + - Predefined channel configuration now allows specification of channel key + (mode k) and maximum user count (mode l): variables "Key" and "MaxUsers". + - When using the epoll() IO interface, compile in the select() interface as + well and fall back to it when epoll() isn't available on runtime. + - Added support for IO APIs "poll()" and "/dev/poll". + ngIRCd 0.10.1 (2006-12-17) - Allow PASS syntax defined in RFC 1459 for server links, too. @@ -229,4 +237,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: NEWS,v 1.75.2.4 2006/12/17 13:55:29 alex Exp $ +$Id: NEWS,v 1.75.2.5 2007/05/05 20:25:20 alex Exp $ diff --git a/README b/README index e9f2c76d..67048cf4 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ ngIRCd - Next Generation IRC Server - (c)2001-2006 Alexander Barton, + (c)2001-2007 Alexander Barton, alex@barton.de, http://www.barton.de/ ngIRCd is free software and published under the @@ -19,6 +19,8 @@ Licence (URL: http://www.gnu.org/licenses/gpl.html). ngIRCd means "next generation IRC daemon", it's written from scratch and not deduced from the "grandfather of IRC daemons", the daemon of the IRCNet. +Please see the INSTALL document for installation and upgrade information! + II. Status ~~~~~~~~~~~ @@ -84,4 +86,4 @@ mail to . -- -$Id: README,v 1.21.2.1 2006/08/02 08:19:38 alex Exp $ +$Id: README,v 1.21.2.2 2007/05/05 20:25:20 alex Exp $