mirror of
https://github.com/osmarks/ngircd.git
synced 2025-02-15 08:40:02 +00:00
Version 0.8.0-pre1
This commit is contained in:
parent
9f9576ce31
commit
2a3ec21702
@ -10,7 +10,7 @@
|
|||||||
-- ChangeLog --
|
-- ChangeLog --
|
||||||
|
|
||||||
|
|
||||||
ngIRCd CVSHEAD
|
ngIRCd 0.8.0-pre1 (2004-05-07)
|
||||||
|
|
||||||
- Two new configuration options: "ChrootDir" and "MotdPhrase", thanks to
|
- Two new configuration options: "ChrootDir" and "MotdPhrase", thanks to
|
||||||
Benjamin Pineau <ben@zouh.org>. Now you can force the daemon to change
|
Benjamin Pineau <ben@zouh.org>. Now you can force the daemon to change
|
||||||
@ -521,4 +521,4 @@ ngIRCd 0.0.1, 31.12.2001
|
|||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
$Id: ChangeLog,v 1.233.2.1 2004/05/07 11:24:17 alex Exp $
|
$Id: ChangeLog,v 1.233.2.2 2004/05/07 11:56:19 alex Exp $
|
||||||
|
4
NEWS
4
NEWS
@ -10,7 +10,7 @@
|
|||||||
-- NEWS --
|
-- NEWS --
|
||||||
|
|
||||||
|
|
||||||
ngIRCd CVSHEAD
|
ngIRCd 0.8.0-pre1 (2004-05-07)
|
||||||
|
|
||||||
- Two new configuration options: "ChrootDir" and "MotdPhrase", thanks to
|
- Two new configuration options: "ChrootDir" and "MotdPhrase", thanks to
|
||||||
Benjamin Pineau <ben@zouh.org>. Now you can force the daemon to change
|
Benjamin Pineau <ben@zouh.org>. Now you can force the daemon to change
|
||||||
@ -189,4 +189,4 @@ ngIRCd 0.0.1, 31.12.2001
|
|||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
$Id: NEWS,v 1.64.2.1 2004/05/07 11:24:17 alex Exp $
|
$Id: NEWS,v 1.64.2.2 2004/05/07 11:56:19 alex Exp $
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
# Please read the file COPYING, README and AUTHORS for more information.
|
# Please read the file COPYING, README and AUTHORS for more information.
|
||||||
#
|
#
|
||||||
# $Id: configure.in,v 1.102 2004/04/11 13:20:24 alex Exp $
|
# $Id: configure.in,v 1.102.2.1 2004/05/07 11:56:19 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# -- Initialisation --
|
# -- Initialisation --
|
||||||
|
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
AC_INIT(ngircd, CVSHEAD)
|
AC_INIT(ngircd, 0.8.0-pre1)
|
||||||
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
|
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
AM_INIT_AUTOMAKE(1.6)
|
AM_INIT_AUTOMAKE(1.6)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define name ngircd
|
%define name ngircd
|
||||||
%define version CVSHEAD
|
%define version 0.8.0-pre1
|
||||||
%define release 1
|
%define release 1
|
||||||
%define prefix %{_prefix}
|
%define prefix %{_prefix}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user