1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-12-15 11:20:26 +00:00

ngIRCd 0.7.0-pre2

This commit is contained in:
Alexander Barton 2003-04-27 18:33:26 +00:00
parent 4b1711a614
commit 26790e960f
4 changed files with 7 additions and 7 deletions

View File

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

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

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

View File

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