commit b715a5f0615cf5201bf9c2e8d8f83e58e2508362 from: Alexander Barton date: Sat Jul 09 11:57:07 2005 UTC ngIRCd 0.9.0-pre1 commit - 0b31b463537fdf82fd5891ee1a6fb1d64365ee6b commit + b715a5f0615cf5201bf9c2e8d8f83e58e2508362 blob - ebf0ed3ef396d55d043b4cc213c3fd5186fc1a8b blob + f06fa5d55abe3db84ca775735cf450dc9d1b3aa0 --- ChangeLog +++ ChangeLog @@ -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 $ blob - cd19df03f0a31a0432d8f00c517856115190c2b7 blob + a01433aea4273091c4dbbf033384ad369b45b105 --- configure.in +++ configure.in @@ -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)