mirror of
https://github.com/osmarks/ngircd.git
synced 2025-05-04 16:34:06 +00:00
Moving towards ngIRCd 0.0.9! :-)
This commit is contained in:
parent
eeccc193dd
commit
db2a41e5bc
@ -10,7 +10,7 @@
|
|||||||
-- ChangeLog --
|
-- ChangeLog --
|
||||||
|
|
||||||
|
|
||||||
ngIRCd CVSHEAD
|
ngIRCd 0.9.x
|
||||||
|
|
||||||
- Don't generate error messages for unknown commands received before the
|
- Don't generate error messages for unknown commands received before the
|
||||||
client is registered with the server (like the original ircd).
|
client is registered with the server (like the original ircd).
|
||||||
@ -608,4 +608,4 @@ ngIRCd 0.0.1, 31.12.2001
|
|||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
$Id: ChangeLog,v 1.276 2005/06/26 21:54:01 alex Exp $
|
$Id: ChangeLog,v 1.276.2.1 2005/06/27 16:12:51 alex Exp $
|
||||||
|
@ -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.111 2005/06/26 13:42:11 alex Exp $
|
# $Id: configure.in,v 1.111.2.1 2005/06/27 16:12:51 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# -- Initialisation --
|
# -- Initialisation --
|
||||||
|
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
AC_INIT(ngircd, CVSHEAD)
|
AC_INIT(ngircd, 0.9-CVS)
|
||||||
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