From: Alexander Barton Date: Fri, 18 Jul 2003 20:47:08 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: rel-0-7-1~7 X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=73fc65a35f8993e056f422e0c895ad775622e369;p=ngircd-alex.git Updated documentation. --- diff --git a/ChangeLog b/ChangeLog index d1551962..833c08a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,14 +11,19 @@ ngIRCd 0.7.x - + - Included files to build Debian packages (located in "debian/"). + - Updated config.guess and config.sub to newer upstream versions. - NJOIN propagates user channel modes correctly again ... Upsa. + - Made Makefile more compatible with "make -j". + - Added support for GNU/Hurd. + - Fixed a compiler warning related to an unnecessary assert(). + - Enhanced VERSION command when using debug versions. ngIRCd 0.7.0 (2003-05-01) - "ServerName" is checked better now: a dot (".") is required. - - The KILL comand verifies and logs more parameters. + - The KILL command verifies and logs more parameters. ngIRCd 0.7.0-pre2 (2003-04-27) - CVS build system fixes (made autogen.sh more portable). @@ -28,7 +33,7 @@ ngIRCd 0.7.0 (2003-05-01) - Test for broken GCC on Mac OS X and disable "-pedantic" in this case. - Disable "-ansi" on Cygwin: system headers are incompatible. - The server tried to connect to other servers only once when DNS or - socket failures occured. + socket failures occurred. - Fixed --configtest: There is no variable "ServerPwd", it's "Password". ngIRCd 0.7.0-pre1 (2003-04-22) @@ -453,4 +458,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.188.2.15 2003/07/09 21:19:40 alex Exp $ +$Id: ChangeLog,v 1.188.2.16 2003/07/18 20:47:08 alex Exp $ diff --git a/NEWS b/NEWS index d7c32336..ac29e1b2 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,11 @@ -- NEWS -- -ngIRCd 0.7.0 +ngIRCd 0.7.1 + + - Added support for GNU/Hurd. + +ngIRCd 0.7.0 (2003-05-01) - New command CONNECT to enable and add server links. The syntax is not RFC-compatible: use "CONNECT " to enable and connect an @@ -161,4 +165,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: NEWS,v 1.53.2.2 2003/04/27 18:33:26 alex Exp $ +$Id: NEWS,v 1.53.2.3 2003/07/18 20:47:08 alex Exp $