[tuxdroid-svn] r164 - api/python/trunk
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-03-14 14:36:56
|
Author: jaguarondi Date: 2007-03-14 15:36:16 +0100 (Wed, 14 Mar 2007) New Revision: 164 Modified: api/python/trunk/CHANGES api/python/trunk/TODO api/python/trunk/tuxapi_class.py Log: preparing for release Modified: api/python/trunk/CHANGES =================================================================== --- api/python/trunk/CHANGES 2007-03-14 14:20:35 UTC (rev 163) +++ api/python/trunk/CHANGES 2007-03-14 14:36:16 UTC (rev 164) @@ -7,8 +7,12 @@ ---------------------------------------------------------------------- Current: - * . +Version 0.1.1: + * Added a limitation of the wav file to store the sounds in the local flash to 70 seconds. + * New functions and events are added. + * Minor modifications. + Version 0.1.0: * Initial public release. Modified: api/python/trunk/TODO =================================================================== --- api/python/trunk/TODO 2007-03-14 14:20:35 UTC (rev 163) +++ api/python/trunk/TODO 2007-03-14 14:36:16 UTC (rev 164) @@ -3,5 +3,4 @@ - Add documentation with Doxygen or something more adapted to python. - Create a regular python package/module out of this API. - them in the eeprom. Modified: api/python/trunk/tuxapi_class.py =================================================================== --- api/python/trunk/tuxapi_class.py 2007-03-14 14:20:35 UTC (rev 163) +++ api/python/trunk/tuxapi_class.py 2007-03-14 14:36:16 UTC (rev 164) @@ -33,7 +33,7 @@ # Constants #============================================================================== -api_version ="0.1.1 (SVN/UNRELEASED)" +api_version ="0.1.1" HEAD_BT =1 LEFT_WING_BT =2 |