From 001c3bb1b4607f74a1e725c3f566a959aa47d3ec Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 5 May 2007 20:43:11 +0000 Subject: [PATCH] Version 0.10.2-pre1 --- ChangeLog | 6 +++--- NEWS | 4 ++-- configure.in | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 66083d94..44b2020f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,9 +10,9 @@ -- ChangeLog -- -ngIRCd 0.10.2 +ngIRCd 0.10.2 (2007-05-05) - - fix compressed server links (broken since 0.10.0) + - Fix compressed server links (broken since 0.10.0). - Predefined Channel configuration now allows specification of channel key (mode k) and maximum user count (mode l). - When using epoll() IO interface, compile in the select() interface as @@ -685,4 +685,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.302.2.13 2007/05/05 20:25:19 alex Exp $ +$Id: ChangeLog,v 1.302.2.14 2007/05/05 20:43:11 alex Exp $ diff --git a/NEWS b/NEWS index 2126c3c2..c333e956 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ -- NEWS -- -ngIRCd 0.10.2 +ngIRCd 0.10.2 (2007-05-05) - Predefined channel configuration now allows specification of channel key (mode k) and maximum user count (mode l): variables "Key" and "MaxUsers". @@ -237,4 +237,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: NEWS,v 1.75.2.5 2007/05/05 20:25:20 alex Exp $ +$Id: NEWS,v 1.75.2.6 2007/05/05 20:43:11 alex Exp $ diff --git a/configure.in b/configure.in index 0391335f..44cef69c 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2005 Alexander Barton +# Copyright (c)2001-2007 Alexander Barton # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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.9 2007/04/03 22:08:50 fw Exp $ +# $Id: configure.in,v 1.118.2.10 2007/05/05 20:43:11 alex Exp $ # # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, CVSHEAD) +AC_INIT(ngircd, 0.10.2-pre1) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) -- 2.39.2