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

ngircd 0.10.0-pre2 release.

This commit is contained in:
Alexander Barton 2006-09-09 18:50:47 +00:00
parent 6f2f2ecd3b
commit 57fb95eb1d
3 changed files with 11 additions and 6 deletions

View File

@ -10,8 +10,12 @@
-- ChangeLog -- -- 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). - Validate "ServerName" (see RFC 2812, section 2.3.1).
- Enhanced DIE to accept a single parameter ("comment text") which is sent - Enhanced DIE to accept a single parameter ("comment text") which is sent
to all locally connected clients before the server goes down. 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
View File

@ -10,8 +10,9 @@
-- NEWS -- -- 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 - Enhanced DIE to accept a single parameter ("comment text") which is sent
to all locally connected clients before the server goes down. to all locally connected clients before the server goes down.
- JOIN now supports more than one channel key at a time. - 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 $

View File

@ -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.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 -- # -- Initialisation --
AC_PREREQ(2.50) 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_CONFIG_SRCDIR(src/ngircd/ngircd.c)
AC_CANONICAL_TARGET AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6) AM_INIT_AUTOMAKE(1.6)