|
From: Chad M. <cmm...@us...> - 2005-05-18 23:00:53
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28471 Modified Files: Tag: pre_5_0_beta ChangeLog configure.in Log Message: MAX_AA from 120 to 240. Version bump to 5.0.0.22. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/Attic/ChangeLog,v retrieving revision 1.1.2.19 retrieving revision 1.1.2.20 diff -u -d -r1.1.2.19 -r1.1.2.20 --- ChangeLog 16 May 2005 23:06:00 -0000 1.1.2.19 +++ ChangeLog 18 May 2005 23:00:27 -0000 1.1.2.20 @@ -1,10 +1,12 @@ Version: $Id$ $Name$ -purple (05/16/05) +purple (05/18/05) --------------------- ++ Updated version to 5.0.0.22 + Found OP_SpawnRename again. It's used to rename the Bristlebane jesters + Fixed problem in net layer where opcodes were showing up as 0000. Treat 0000 - as a special case where the app opcode is on the wire next. + as a special case where the app opcode is 00 + next byte on the wire ++ Fixed to work with patch on 05/18/2005 by bumping MAX_AA to 240 purple (05/11/05) ---------------------- Index: configure.in =================================================================== RCS file: /cvsroot/seq/showeq/configure.in,v retrieving revision 1.49.4.22 retrieving revision 1.49.4.23 diff -u -d -r1.49.4.22 -r1.49.4.23 --- configure.in 15 May 2005 16:06:24 -0000 1.49.4.22 +++ configure.in 18 May 2005 23:00:28 -0000 1.49.4.23 @@ -2,7 +2,7 @@ dnl $Id$ $Name$ AC_PREREQ(2.59) -AC_INIT(showeq, 5.0.0.21) +AC_INIT(showeq, 5.0.0.22) AC_CONFIG_SRCDIR(src/main.cpp) AC_CANONICAL_SYSTEM |