[Opal-commits] opal changelog.txt,1.19,1.20
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-05-03 15:56:02
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8859 Modified Files: changelog.txt Log Message: Fixed XML loading bug which crashed on missing string attributes. Index: changelog.txt =================================================================== RCS file: /cvsroot/opal/opal/changelog.txt,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** changelog.txt 2 May 2005 16:40:58 -0000 1.19 --- changelog.txt 3 May 2005 15:55:53 -0000 1.20 *************** *** 3,6 **** --- 3,7 ---- ------------------------------------------ * Fixed bug in Joint class that crashed when applying a force/torque to a Joint connected to a single Solid. + * Fixed XML loading bug which crashed on missing string attributes. Version 0.3.0 |