- 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
--
-$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 $
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
--
-$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 $
- 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):
--
-$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 $