]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Updated documentation.
authorAlexander Barton <alex@barton.de>
Fri, 7 Mar 2003 14:45:10 +0000 (14:45 +0000)
committerAlexander Barton <alex@barton.de>
Fri, 7 Mar 2003 14:45:10 +0000 (14:45 +0000)
ChangeLog
INSTALL
NEWS

index b368e870e299d40e672e176d31ac4d038cf4dbfb..9ebbf24d4258383f43e938770cfe608f79b3b75d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,7 +41,12 @@ ngIRCd CVS-HEAD
   - Added AC_PREREQ(2.50) to configure.in for better autoconf compatibility.
   - Conn_Close() now handles recurisive calls for the same link correctly.
   - ngIRCd can register itself with Rendezvous: to enable support pass the
   - Added AC_PREREQ(2.50) to configure.in for better autoconf compatibility.
   - Conn_Close() now handles recurisive calls for the same link correctly.
   - ngIRCd can register itself with Rendezvous: to enable support pass the
-    new switch "--enable-rendezvous" to configure.
+    new switch "--with-rendezvous" to configure.
+  - Added support for TCP Wrappers library: pass "--with-tcp-wrappers" to
+    configure to enable it.
+  - Changed some configure options to use "--with"/"--without" as prefix
+    insetead of "--enable"/"--disable": "--without-syslog", "--without-zlib",
+    "--with-tcp-wrappers", and "--with-rendezvous".
 
 ngIRCd 0.6.1, 2003-01-21
 
 
 ngIRCd 0.6.1, 2003-01-21
 
@@ -423,4 +428,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
 
 
 -- 
-$Id: ChangeLog,v 1.180 2003/03/04 14:12:30 alex Exp $
+$Id: ChangeLog,v 1.181 2003/03/07 14:45:10 alex Exp $
diff --git a/INSTALL b/INSTALL
index 47b4c377fc4a50bc3e63d0f64ef0ad5148b1a8ca..81e881f8537dcf7606c9d46f638b321ddbccf92c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
 I. Upgrade Information
 ~~~~~~~~~~~~~~~~~~~~~~
 
 I. Upgrade Information
 ~~~~~~~~~~~~~~~~~~~~~~
 
+Differences to version 0.6.x
+
+- Some options of the configure script have been renamed:
+    --disable-syslog  ->  --without-syslog
+    --disable-zlib    ->  --without-zlib
+  Please call "./configure --help" to review the full list of options!
+
 Differences to version 0.5.x
 
 - Starting with version 0.6.0, other servers are identified using asyncronous
 Differences to version 0.5.x
 
 - Starting with version 0.6.0, other servers are identified using asyncronous
@@ -142,4 +149,4 @@ number. In both cases the server exits after the output.
 
 
 -- 
 
 
 -- 
-$Id: INSTALL,v 1.10 2003/03/04 13:46:53 alex Exp $
+$Id: INSTALL,v 1.11 2003/03/07 14:45:10 alex Exp $
diff --git a/NEWS b/NEWS
index 87014efea4979da8427c125e8c41066d058ea3c6..c35addb59fad37a1808f10f5f21bafc6c834d6ef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -20,7 +20,12 @@ ngIRCd CVS-HEAD
   - New command TRACE (you can trace only servers at the moment).
   - New command HELP that lists all understood commands.
   - ngIRCd can register itself with Rendezvous: to enable support pass the
   - New command TRACE (you can trace only servers at the moment).
   - New command HELP that lists all understood commands.
   - ngIRCd can register itself with Rendezvous: to enable support pass the
-    new switch "--enable-rendezvous" to configure.
+    new switch "--with-rendezvous" to configure.
+  - Added support for TCP Wrappers library: pass "--with-tcp-wrappers" to
+    configure to enable it.
+  - Changed some configure options to use "--with"/"--without" as prefix
+    insetead of "--enable"/"--disable": "--without-syslog", "--without-zlib",
+    "--with-tcp-wrappers", and "--with-rendezvous".
 
 
 Older news (sorry, only available in german language):
 
 
 Older news (sorry, only available in german language):
@@ -154,4 +159,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
 
 
 -- 
-$Id: NEWS,v 1.51 2003/03/04 14:12:30 alex Exp $
+$Id: NEWS,v 1.52 2003/03/07 14:45:10 alex Exp $