commit - 01929c161df4fb97801f25a110c6333c1bff3422
commit + 73fc65a35f8993e056f422e0c895ad775622e369
blob - d15519620310b373db00dce93e9dd27b5492cd8c
blob + 833c08a2513b3034bc4be58eaeb1fad3dc58a980
--- ChangeLog
+++ ChangeLog
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<n>".
+ - 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).
- 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)
--
-$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 $
blob - d7c32336bf61878c1dfd415efc4814f260b91076
blob + ac29e1b2834c0f7fc5cddd187d5da743592431f3
--- NEWS
+++ NEWS
-- 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 <name> <port>" to enable and connect an
configured server and "CONNECT <name> <port> <host> <mypwd> <peerpwd>"
--
-$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 $