1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-05-25 10:34:09 +00:00

ngIRCd 0.10.2-rc2

This commit is contained in:
Alexander Barton 2007-05-19 14:22:40 +00:00
parent 302bd8ddaf
commit 794603bb59
2 changed files with 4 additions and 3 deletions

View File

@ -12,6 +12,7 @@
ngIRCd 0.10.2
ngIRCd 0.10.2-pre2 (2007-05-19)
- Server links are allowed to use larger write buffers now (up to 50 KB).
ngIRCd 0.10.2-pre1 (2007-05-05)
@ -688,4 +689,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.302.2.15 2007/05/18 22:11:18 alex Exp $
$Id: ChangeLog,v 1.302.2.16 2007/05/19 14:22:40 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.118.2.10 2007/05/05 20:43:11 alex Exp $
# $Id: configure.in,v 1.118.2.11 2007/05/19 14:22:40 alex Exp $
#
# -- Initialisation --
AC_PREREQ(2.50)
AC_INIT(ngircd, 0.10.2-pre1)
AC_INIT(ngircd, 0.10.2-pre2)
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6)