mirror of
https://github.com/osmarks/ngircd.git
synced 2025-05-25 02:24:08 +00:00
Version 0.10.2-pre1
This commit is contained in:
parent
5cb18415da
commit
001c3bb1b4
@ -10,9 +10,9 @@
|
|||||||
-- 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
|
- Predefined Channel configuration now allows specification of channel key
|
||||||
(mode k) and maximum user count (mode l).
|
(mode k) and maximum user count (mode l).
|
||||||
- When using epoll() IO interface, compile in the select() interface as
|
- 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
4
NEWS
@ -10,7 +10,7 @@
|
|||||||
-- NEWS --
|
-- NEWS --
|
||||||
|
|
||||||
|
|
||||||
ngIRCd 0.10.2
|
ngIRCd 0.10.2 (2007-05-05)
|
||||||
|
|
||||||
- Predefined channel configuration now allows specification of channel key
|
- Predefined channel configuration now allows specification of channel key
|
||||||
(mode k) and maximum user count (mode l): variables "Key" and "MaxUsers".
|
(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 $
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# ngIRCd -- The Next Generation IRC Daemon
|
# 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -8,13 +8,13 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
# Please read the file COPYING, README and AUTHORS for more information.
|
# 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 --
|
# -- Initialisation --
|
||||||
|
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
AC_INIT(ngircd, CVSHEAD)
|
AC_INIT(ngircd, 0.10.2-pre1)
|
||||||
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
|
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
AM_INIT_AUTOMAKE(1.6)
|
AM_INIT_AUTOMAKE(1.6)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user