|
From: Tom H. <tom...@us...> - 2003-10-01 23:06:03
|
Update of /cvsroot/rccparser/rccserializer
In directory sc8-pr-cvs1:/tmp/cvs-serv5166
Modified Files:
ChangeLog 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: ChangeLog
===================================================================
RCS file: /cvsroot/rccparser/rccserializer/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ChangeLog 1 Oct 2003 01:56:14 -0000 1.5
--- ChangeLog 1 Oct 2003 23:05:59 -0000 1.6
***************
*** 1,2 ****
--- 1,7 ----
+ 2003-10-02 Tom Howard <tom...@us...>
+
+ * ./src/rccofflinecoachserializer.cpp
+ Added patch from oliver, which fixed bug in offline coach's init
+
2003-10-01 Tom Howard <tom...@us...>
Index: NEWS
===================================================================
RCS file: /cvsroot/rccparser/rccserializer/NEWS,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** NEWS 1 Oct 2003 01:56:14 -0000 1.4
--- NEWS 1 Oct 2003 23:05:59 -0000 1.5
***************
*** 1,3 ****
--- 1,5 ----
[0.0.1]
+ * Fixed bug in init message for offline coach
+
* Fixed missing includes
|