mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-13 22:33:14 +00:00
Version 0.8.0-pre2
This commit is contained in:
parent
0d0cdf4831
commit
3c33a41fe8
@ -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 $
|
||||
|
@ -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)
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user