|
From: Chad M. <cmm...@us...> - 2006-01-18 22:52:15
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21549 Modified Files: ChangeLog configure.in Log Message: Version bump. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- ChangeLog 20 Dec 2005 18:48:33 -0000 1.16 +++ ChangeLog 18 Jan 2006 22:52:06 -0000 1.17 @@ -1,7 +1,8 @@ Version: $Id$ $Name$ -purple (12/20/05) +purple (1/18/06) ----------------- ++ Updated version to 5.2.5.0 + Split a lot of charProfileStruct out into playerProfileStruct + Added opcode OP_Shroud for when someone shrouds when you're in the zone or you shroud yourself @@ -13,6 +14,7 @@ + Fixed timestamps on the terminal to show up when you don't have a preference set for the timestamp format + Added session's max length to the network diagnostics window ++ Updated charProfileStruct for 1/18/2006 Live Compatibility purple (12/08/05) ----------------- Index: configure.in =================================================================== RCS file: /cvsroot/seq/showeq/configure.in,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- configure.in 9 Dec 2005 00:45:24 -0000 1.62 +++ configure.in 18 Jan 2006 22:52:06 -0000 1.63 @@ -2,7 +2,7 @@ dnl $Id$ $Name$ AC_PREREQ(2.59) -AC_INIT(showeq, 5.2.4.0) +AC_INIT(showeq, 5.2.5.0) AC_CONFIG_SRCDIR(src/main.cpp) AC_CANONICAL_SYSTEM |