]> arthur.barton.de Git - ngircd.git/commitdiff
Updated documentation.
authorAlexander Barton <alex@barton.de>
Fri, 18 Jul 2003 20:47:08 +0000 (20:47 +0000)
committerAlexander Barton <alex@barton.de>
Fri, 18 Jul 2003 20:47:08 +0000 (20:47 +0000)
ChangeLog
NEWS

index d15519620310b373db00dce93e9dd27b5492cd8c..833c08a2513b3034bc4be58eaeb1fad3dc58a980 100644 (file)
--- a/ChangeLog
+++ b/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).
@@ -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 d7c32336bf61878c1dfd415efc4814f260b91076..ac29e1b2834c0f7fc5cddd187d5da743592431f3 100644 (file)
--- a/NEWS
+++ b/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
@@ -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 $