1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-05-24 10:04:08 +00:00

Version 0.10.2-pre1

This commit is contained in:
Alexander Barton 2007-05-05 20:43:11 +00:00
parent 5cb18415da
commit 001c3bb1b4
3 changed files with 8 additions and 8 deletions

View File

@ -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 $

4
NEWS
View File

@ -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 $

View File

@ -1,6 +1,6 @@
#
# 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
@ -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)