commit 26790e960f4620da4200772858ce475f5b40b309 from: Alexander Barton date: Sun Apr 27 18:33:26 2003 UTC ngIRCd 0.7.0-pre2 commit - 4b1711a614d9065eb9e17fce1a8eed6028fa1174 commit + 26790e960f4620da4200772858ce475f5b40b309 blob - c95913d6e1ea07a2221e9c175b530a2466340ba3 blob + 0da3233d7371ac0951db7c03e7d3176211fc4cdd --- ChangeLog +++ 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 $ blob - be69f8f7e681556ad6255327f5960f72bf4e88fb blob + d7c32336bf61878c1dfd415efc4814f260b91076 --- NEWS +++ 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 $ blob - 0049e67fc41e301706261b45378c883b1b89dfce blob + 54b26ea35b4c96e49a13fbe74d2b6f2449d67c25 --- configure.in +++ 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) blob - 430109238f09cee442adc54c9e9b36b58a885c18 blob + 8b262acccbfa65d46d79be33ef109a4829d6be5f --- contrib/ngircd.spec +++ 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}