1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-11 23:06:02 +00:00

Updated documentation.

This commit is contained in:
Alexander Barton
2003-03-07 14:45:10 +00:00
parent 35771fa776
commit 7640aa5190
3 changed files with 22 additions and 5 deletions

View File

@@ -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
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
@@ -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 $