From: <mk...@us...> - 2003-10-19 23:36:02
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv11134 Modified Files: CHANGES CHANGES.current Log Message: Index: CHANGES =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** CHANGES 21 Aug 2003 08:18:37 -0000 1.7 --- CHANGES 19 Oct 2003 23:30:42 -0000 1.8 *************** *** 2,5 **** --- 2,21 ---- to CVS. + Version 0.3.5 (2003-10-19) + =========================== + + 2003-09-07: onsight + Added Include/System.h and Include/Bus.h, which provide + infrastructure for constructing detailed vehicle models. + Several existing components such as the data recorder and + flight model need to be refactored to use this new + interface. + + Minor warning cleanups in System.h and Bus.h. + + 2003-08-20: onsight + Tagged version r0_3_4, starting version 0.3.5 + + Version 0.3.4 (2003-08-20) =========================== Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** CHANGES.current 7 Sep 2003 22:25:49 -0000 1.69 --- CHANGES.current 19 Oct 2003 23:30:43 -0000 1.70 *************** *** 1,15 **** ! Version 0.3.5 (in progress) =========================== ! 2003-09-07: onsight ! Added Include/System.h and Include/Bus.h, which provide ! infrastructure for constructing detailed vehicle models. ! Several existing components such as the data recorder and ! flight model need to be refactored to use this new ! interface. ! ! Minor warning cleanups in System.h and Bus.h. ! ! 2003-08-20: onsight ! Tagged version r0_3_4, starting version 0.3.5 --- 1,8 ---- ! Version 0.3.6 (in progress) =========================== ! 2003-10-19: onsight ! Tagged version r0_3_5, branched to b0_3 to start version ! 0.3.6. The 'systems' branch will be merged into the trunk ! to create version 0.4.0. |