diff --git a/ChangeLog b/ChangeLog index a550eed8..24ecdb61 100644 --- a/ChangeLog +++ b/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 $ diff --git a/configure.in b/configure.in index 2f384691..86ffc9ba 100644 --- a/configure.in +++ b/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) diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index bfefa34e..1a473eb8 100644 --- a/contrib/ngircd.spec +++ b/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}