From: Alexander Barton Date: Sat, 9 Sep 2006 18:50:47 +0000 (+0000) Subject: ngircd 0.10.0-pre2 release. X-Git-Tag: rel-0-10-0-pre2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57fb95eb1df923be086af03fe69cdd982425685f;p=ngircd ngircd 0.10.0-pre2 release. --- diff --git a/ChangeLog b/ChangeLog index 222ce0fa..bd2e58f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,8 +10,12 @@ -- ChangeLog -- -ngIRCd 0.10.0-pre1 (2006-08-02) +ngIRCd 0.10.0-pre2 (2006-09-09) + - Fixed build problems with GCC option -fstack-protector. + - Minor documentation updates. + + ngIRCd 0.10.0-pre1 (2006-08-02) - Validate "ServerName" (see RFC 2812, section 2.3.1). - Enhanced DIE to accept a single parameter ("comment text") which is sent to all locally connected clients before the server goes down. @@ -654,4 +658,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.302.2.1 2006/08/02 08:19:38 alex Exp $ +$Id: ChangeLog,v 1.302.2.2 2006/09/09 18:50:47 alex Exp $ diff --git a/NEWS b/NEWS index ca538bac..0f8b7fb6 100644 --- a/NEWS +++ b/NEWS @@ -10,8 +10,9 @@ -- NEWS -- -ngIRCd 0.10.0-pre1 (2006-08-02) +ngIRCd 0.10.0-pre2 (2006-09-09) + ngIRCd 0.10.0-pre1 (2006-08-02) - Enhanced DIE to accept a single parameter ("comment text") which is sent to all locally connected clients before the server goes down. - JOIN now supports more than one channel key at a time. @@ -222,4 +223,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: NEWS,v 1.75.2.1 2006/08/02 08:19:38 alex Exp $ +$Id: NEWS,v 1.75.2.2 2006/09/09 18:50:47 alex Exp $ diff --git a/configure.in b/configure.in index 9c198ef4..21896fd6 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.118.2.4 2006/09/09 18:34:00 alex Exp $ +# $Id: configure.in,v 1.118.2.5 2006/09/09 18:50:47 alex Exp $ # # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 0.10.0-pre1) +AC_INIT(ngircd, 0.10.0-pre2) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6)