mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-19 03:52:52 +00:00
Updated version number to 0.7.0-pre1.
This commit is contained in:
parent
bd52d4e49c
commit
3585e2bc50
@ -10,7 +10,7 @@
|
|||||||
-- ChangeLog --
|
-- ChangeLog --
|
||||||
|
|
||||||
|
|
||||||
ngIRCd CVS-HEAD
|
ngIRCd 0.7.0-pre1
|
||||||
|
|
||||||
- New signal handler (more secure, actions are executed outside).
|
- New signal handler (more secure, actions are executed outside).
|
||||||
- GCC: the compiler is now called with more warning options enabled.
|
- GCC: the compiler is now called with more warning options enabled.
|
||||||
@ -433,4 +433,4 @@ ngIRCd 0.0.1, 31.12.2001
|
|||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
$Id: ChangeLog,v 1.188 2003/04/20 23:12:57 alex Exp $
|
$Id: ChangeLog,v 1.188.2.1 2003/04/21 22:49:45 alex Exp $
|
||||||
|
4
NEWS
4
NEWS
@ -10,7 +10,7 @@
|
|||||||
-- NEWS --
|
-- NEWS --
|
||||||
|
|
||||||
|
|
||||||
ngIRCd CVS-HEAD
|
ngIRCd 0.7.0-pre1
|
||||||
|
|
||||||
- New command CONNECT to enable and add server links. The syntax is not
|
- New command CONNECT to enable and add server links. The syntax is not
|
||||||
RFC-compatible: use "CONNECT <name> <port>" to enable and connect an
|
RFC-compatible: use "CONNECT <name> <port>" to enable and connect an
|
||||||
@ -161,4 +161,4 @@ ngIRCd 0.0.1, 31.12.2001
|
|||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
$Id: NEWS,v 1.53 2003/04/20 23:14:28 alex Exp $
|
$Id: NEWS,v 1.53.2.1 2003/04/21 22:49:45 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.89 2003/04/21 10:51:44 alex Exp $
|
# $Id: configure.in,v 1.89.2.1 2003/04/21 22:49:45 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# -- Initialisierung --
|
# -- Initialisierung --
|
||||||
|
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
AC_INIT(ngircd, CVSHEAD)
|
AC_INIT(ngircd, 0.7.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 CurrentCVS
|
%define version 0.7.0-pre1
|
||||||
%define release 1
|
%define release 1
|
||||||
%define prefix %{_prefix}
|
%define prefix %{_prefix}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user