From: Alexander Barton Date: Sun, 27 Apr 2003 18:33:26 +0000 (+0000) Subject: ngIRCd 0.7.0-pre2 X-Git-Tag: rel-0-7-0-pre2 X-Git-Url: https://arthur.barton.de/gitweb/?p=ngircd.git;a=commitdiff_plain;h=26790e960f4620da4200772858ce475f5b40b309 ngIRCd 0.7.0-pre2 --- diff --git a/ChangeLog b/ChangeLog index c95913d6..0da3233d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,7 +12,7 @@ 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). - Fixed compilation and test-suite on Solaris (tested with 2.6). - 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 $ diff --git a/NEWS b/NEWS index be69f8f7..d7c32336 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ -- NEWS -- -ngIRCd 0.7.0-pre1 +ngIRCd 0.7.0 - New command CONNECT to enable and add server links. The syntax is not RFC-compatible: use "CONNECT " 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 $ diff --git a/configure.in b/configure.in index 0049e67f..54b26ea3 100644 --- a/configure.in +++ b/configure.in @@ -8,13 +8,13 @@ # (at your option) any later version. # 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 -- 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_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 43010923..8b262acc 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 0.7.0-pre1 +%define version 0.7.0-pre2 %define release 1 %define prefix %{_prefix}