1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-02-19 10:40:03 +00:00

ngIRCd 0.9.0-pre1

This commit is contained in:
Alexander Barton 2005-07-09 11:57:07 +00:00
parent 0b31b46353
commit b715a5f061
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
-- ChangeLog --
ngIRCd 0.9.x
ngIRCd 0.9.0-pre1 (2005-07-09)
- Fixed maximum length of user names, now allow up to 9 characters.
- Cut off oversized IRC messages that should be sent to the network instead
@ -611,4 +611,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.276.2.3 2005/07/05 22:58:25 alex Exp $
$Id: ChangeLog,v 1.276.2.4 2005/07/09 11:57:07 alex Exp $

View File

@ -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.111.2.1 2005/06/27 16:12:51 alex Exp $
# $Id: configure.in,v 1.111.2.2 2005/07/09 11:57:07 alex Exp $
#
# -- Initialisation --
AC_PREREQ(2.50)
AC_INIT(ngircd, 0.9-CVS)
AC_INIT(ngircd, 0.9.0-pre1)
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6)