From: <mk...@us...> - 2003-10-20 03:07:23
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv10180 Modified Files: CHANGES CHANGES.current Log Message: Index: CHANGES =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CHANGES 21 Aug 2003 04:20:11 -0000 1.6 --- CHANGES 19 Oct 2003 23:24:30 -0000 1.7 *************** *** 2,5 **** --- 2,22 ---- to CVS. + Version 0.3.5 (2003-10-19) + =========================== + + 2003-10-09: onsight + Backported a couple fixes from the b0_4_0 branch: + * #include inside simdata namespace in Date.cpp + * snprintf replaced with stringstream in Real.cpp + + 2003-09-16: onsight + Changed Parse.py to handle misinstalled zlib modules + (usually under windows) more gracefully. + + 2003-08-20: onsight + Tagged r0_3_4, version 0_3_5 started. + Version 0.4.0 branch started. + + Version 0.3.4 (2003-08-20) =========================== Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v retrieving revision 1.77 retrieving revision 1.78 diff -C2 -d -r1.77 -r1.78 *** CHANGES.current 10 Oct 2003 00:26:00 -0000 1.77 --- CHANGES.current 19 Oct 2003 23:24:30 -0000 1.78 *************** *** 1,16 **** ! Version 0.3.5 (in progress) ! =========================== ! ! 2003-10-09: onsight ! Backported a couple fixes from the b0_4_0 branch: ! * #include inside simdata namespace in Date.cpp ! * snprintf replaced with stringstream in Real.cpp ! ! 2003-09-16: onsight ! Changed Parse.py to handle misinstalled zlib modules ! (usually under windows) more gracefully. ! ! 2003-08-20: onsight ! Tagged r0_3_4, version 0_3_5 started. ! Version 0.4.0 branch started. --- 1,3 ---- ! Version 0.3.6; branch b0_3 (in progress) ! ======================================== |