1
0
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:
Alexander Barton 2004-05-07 11:56:19 +00:00
parent 9f9576ce31
commit 2a3ec21702
4 changed files with 7 additions and 7 deletions

View File

@ -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
View File

@ -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 $

View File

@ -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)

View File

@ -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}