]> arthur.barton.de Git - ngircd.git/commitdiff
Version 0.8.0-pre2 rel-0-8-0-pre2
authorAlexander Barton <alex@barton.de>
Sat, 15 May 2004 23:55:48 +0000 (23:55 +0000)
committerAlexander Barton <alex@barton.de>
Sat, 15 May 2004 23:55:48 +0000 (23:55 +0000)
ChangeLog
configure.in
contrib/ngircd.spec

index a550eed85c860ca943239c869501843386424543..24ecdb61a3b917763e73a98e42020f0adf2cb352 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
                                -- 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 $
index 2f38469132363176eacbc020b61d3970a50f6647..86ffc9ba52ec7666dc2105c5698ff0ca484570b8 100644 (file)
@@ -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)
index bfefa34e906ebdd7d4523313b6bc783f2b6089f2..1a473eb84f806cd9dfcf0567d5b3f661bab5523f 100644 (file)
@@ -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}