From: John L. <jr...@us...> - 2007-04-25 02:52:28
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9859/wxLua/docs Modified Files: changelog.txt Log Message: Updated lua to 5.1.2 Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** changelog.txt 15 Mar 2007 00:01:12 -0000 1.25 --- changelog.txt 25 Apr 2007 02:52:20 -0000 1.26 *************** *** 13,16 **** --- 13,17 ---- - Removed gc destructor functions, we can do it in the gc function itself. - Removed wxLua_AddTrackedObject functions, use wxLuaState::AddTrackedObject. + - Updated lua to 5.1.2 version 2.8.0.0 (released 24/12/2006) |