[Opal-commits] opal changelog.txt,1.25,1.26
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-06-19 17:09:25
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13627 Modified Files: changelog.txt Log Message: New Spaces are now automatically children of the Simulator root Space. Previously, there was no way for new Spaces to be children of the Simulator root Space. Index: changelog.txt =================================================================== RCS file: /cvsroot/opal/opal/changelog.txt,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** changelog.txt 18 Jun 2005 17:45:51 -0000 1.25 --- changelog.txt 19 Jun 2005 17:09:13 -0000 1.26 *************** *** 15,19 **** ------------------------------------------ ! * 6-18-05: Added page to OPAL website describing bug report, feature request, and patch submission process. (Tyler Streeter) * 6-4-05: Fixed bug in ServoMotor::init() that kept it from being enabled without explicitly enabling it. (Tyler Streeter) --- 15,21 ---- ------------------------------------------ ! * 6-19-05: New Spaces are now automatically children of the Simulator root Space. Previously, there was no way for new Spaces to be children of the Simulator root Space. (Tyler Streeter) ! ! * 6-18-05: Added page to OPAL website describing bug report, feature request, and patch submission process. (Alan Fischer, Andres Reinot, Tyler Streeter) * 6-4-05: Fixed bug in ServoMotor::init() that kept it from being enabled without explicitly enabling it. (Tyler Streeter) |