From: Tom H. <tom...@us...> - 2004-07-08 02:55:46
|
Update of /cvsroot/rccparser/rccserializer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17843 Modified Files: NEWS Log Message: 2003-10-02 Tom Howard <tom...@us...> * ./src/rccofflinecoachserializer.cpp Added patch from oliver, which fixed bug in offline coach's init Index: NEWS =================================================================== RCS file: /cvsroot/rccparser/rccserializer/NEWS,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** NEWS 1 Oct 2003 23:05:59 -0000 1.5 --- NEWS 8 Jul 2004 02:55:36 -0000 1.6 *************** *** 1,2 **** --- 1,7 ---- + [0.0.2] + * The serializers can now be constructed with no parameters and have the + output stream set later. It is an error to call any of the serialization + functions before the output stream has been set. + [0.0.1] * Fixed bug in init message for offline coach |