mirror of
https://github.com/osmarks/ngircd.git
synced 2025-05-16 14:14:09 +00:00
ngircd 0.10.0-pre2 release.
This commit is contained in:
parent
6f2f2ecd3b
commit
57fb95eb1d
@ -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 $
|
||||
|
5
NEWS
5
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 $
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user