|
From: Chad M. <cmm...@us...> - 2005-10-28 06:25:54
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11873 Modified Files: ChangeLog configure.in Log Message: Updated for live compatibility - 10/27/2005 Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- ChangeLog 7 Oct 2005 00:16:54 -0000 1.9 +++ ChangeLog 28 Oct 2005 06:25:46 -0000 1.10 @@ -1,5 +1,12 @@ Version: $Id$ $Name$ +purple (10/27/05) +------------------- ++ Updated version to 5.2.1.0 ++ Fixed all opcodes for patch on 10/27 (thanks ieatacid for help) ++ Redid spawnStruct for patch, added showhelm flag ++ Added 8 bytes to the end of charProfileStruct, including showhelm flag + purple (10/05/05) ------------------- + Updated version 5.2.0.0 Index: configure.in =================================================================== RCS file: /cvsroot/seq/showeq/configure.in,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- configure.in 7 Oct 2005 00:16:56 -0000 1.58 +++ configure.in 28 Oct 2005 06:25:46 -0000 1.59 @@ -2,7 +2,7 @@ dnl $Id$ $Name$ AC_PREREQ(2.59) -AC_INIT(showeq, 5.2.0.0) +AC_INIT(showeq, 5.2.1.0) AC_CONFIG_SRCDIR(src/main.cpp) AC_CANONICAL_SYSTEM |