commit 3c33a41fe837242f2308b2196b0a9f6de0e69051 from: Alexander Barton date: Sat May 15 23:55:48 2004 UTC Version 0.8.0-pre2 commit - 0d0cdf48312b25b2662a9e42febc73e6cba86491 commit + 3c33a41fe837242f2308b2196b0a9f6de0e69051 blob - a550eed85c860ca943239c869501843386424543 blob + 24ecdb61a3b917763e73a98e42020f0adf2cb352 --- ChangeLog +++ ChangeLog @@ -10,8 +10,11 @@ -- ChangeLog -- -ngircd 0.8.0-pre2 +ngircd 0.8.0-pre2 (2004-05-16) + - Enhanced logging to console when running in "no-detached mode": added + PID and log messages of resolver sub-processes. + - Fixed host name lookups when using IDENT user lookups. - "make clean" and "make maintainer-clean" remove more files mow. ngIRCd 0.8.0-pre1 (2004-05-07) @@ -525,4 +528,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.233.2.3 2004/05/11 00:38:17 alex Exp $ +$Id: ChangeLog,v 1.233.2.4 2004/05/15 23:55:48 alex Exp $ blob - 2f38469132363176eacbc020b61d3970a50f6647 blob + 86ffc9ba52ec7666dc2105c5698ff0ca484570b8 --- configure.in +++ configure.in @@ -8,13 +8,13 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: configure.in,v 1.102.2.1 2004/05/07 11:56:19 alex Exp $ +# $Id: configure.in,v 1.102.2.2 2004/05/15 23:55:48 alex Exp $ # # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 0.8.0-pre1) +AC_INIT(ngircd, 0.8.0-pre2) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) blob - bfefa34e906ebdd7d4523313b6bc783f2b6089f2 blob + 1a473eb84f806cd9dfcf0567d5b3f661bab5523f --- contrib/ngircd.spec +++ contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 0.8.0-pre1 +%define version 0.8.0-pre2 %define release 1 %define prefix %{_prefix}