From: Ethan Glasser-C. <gla...@us...> - 2007-06-16 06:50:17
|
Update of /cvsroot/pyode/pyode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv915 Modified Files: ChangeLog Log Message: Reapply weakref patch after finding bug in tutorial3.py. Index: ChangeLog =================================================================== RCS file: /cvsroot/pyode/pyode/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** ChangeLog 14 Jun 2007 19:23:02 -0000 1.20 --- ChangeLog 16 Jun 2007 06:50:11 -0000 1.21 *************** *** 1,2 **** --- 1,8 ---- + 2007-06-16 Ethan Glasser-Camp <eth...@gm...> + + * ode.pyx: reapplied weakref patch after finding the bug + * tutorial3.py: fix bug where geoms were not stored, causing them + to be deleted as per the weakref patch :) + 2007-06-14 Ethan Glasser-Camp <eth...@gm...> |