commit - 5cb18415da39fd3ba796bed5451cc377f03dcee1
commit + 001c3bb1b4607f74a1e725c3f566a959aa47d3ec
blob - 66083d9493e706c5ebc559c800f7bbbdd303b8d2
blob + 44b2020f5445a206bfed0e13b84325c3460f7d04
--- ChangeLog
+++ ChangeLog
-- 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
--
-$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 $
blob - 2126c3c2638060cc3c80a4cc1e16abdd9018ea22
blob + c333e956516081dfbd45487c1729aece95fe1f86
--- NEWS
+++ NEWS
-- 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".
--
-$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 $
blob - 0391335fc3e48db443a59db75bd8bcc6a7b958d4
blob + 44cef69cc9680c0b53c4317735546ba54c9bd96d
--- configure.in
+++ configure.in
#
# ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2005 Alexander Barton <alex@barton.de>
+# Copyright (c)2001-2007 Alexander Barton <alex@barton.de>
#
# 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
# (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)