mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-15 03:10:27 +00:00
ngIRCd 0.7.0-pre2
This commit is contained in:
parent
4b1711a614
commit
26790e960f
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
ngIRCd 0.7.0
|
ngIRCd 0.7.0
|
||||||
|
|
||||||
ngIRCd 0.7.0-pre2
|
ngIRCd 0.7.0-pre2 (2003-04-27)
|
||||||
- CVS build system fixes (made autogen.sh more portable).
|
- CVS build system fixes (made autogen.sh more portable).
|
||||||
- Fixed compilation and test-suite on Solaris (tested with 2.6).
|
- Fixed compilation and test-suite on Solaris (tested with 2.6).
|
||||||
- New documentation file "doc/Platforms.txt" describing the status of
|
- New documentation file "doc/Platforms.txt" describing the status of
|
||||||
@ -445,4 +445,4 @@ ngIRCd 0.0.1, 31.12.2001
|
|||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
$Id: ChangeLog,v 1.188.2.9 2003/04/27 11:49:32 alex Exp $
|
$Id: ChangeLog,v 1.188.2.10 2003/04/27 18:33:26 alex Exp $
|
||||||
|
4
NEWS
4
NEWS
@ -10,7 +10,7 @@
|
|||||||
-- NEWS --
|
-- NEWS --
|
||||||
|
|
||||||
|
|
||||||
ngIRCd 0.7.0-pre1
|
ngIRCd 0.7.0
|
||||||
|
|
||||||
- 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.2.1 2003/04/21 22:49:45 alex Exp $
|
$Id: NEWS,v 1.53.2.2 2003/04/27 18:33:26 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.2.4 2003/04/25 15:02:15 alex Exp $
|
# $Id: configure.in,v 1.89.2.5 2003/04/27 18:33:26 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# -- Initialisierung --
|
# -- Initialisierung --
|
||||||
|
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
AC_INIT(ngircd, 0.7.0-pre1)
|
AC_INIT(ngircd, 0.7.0-pre2)
|
||||||
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 0.7.0-pre1
|
%define version 0.7.0-pre2
|
||||||
%define release 1
|
%define release 1
|
||||||
%define prefix %{_prefix}
|
%define prefix %{_prefix}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user