[tuxdroid-svn] r190 - api/python/trunk
Status: Beta
Brought to you by:
ks156
From: remi <c2m...@c2...> - 2007-03-22 14:21:37
|
Author: remi Date: 2007-03-22 15:21:22 +0100 (Thu, 22 Mar 2007) New Revision: 190 Modified: api/python/trunk/AUTHORS api/python/trunk/CHANGES Log: preparing for release Modified: api/python/trunk/AUTHORS =================================================================== --- api/python/trunk/AUTHORS 2007-03-22 14:16:22 UTC (rev 189) +++ api/python/trunk/AUTHORS 2007-03-22 14:21:22 UTC (rev 190) @@ -1,6 +1,6 @@ $Id: $ -TUXCORE was written by: +Tux python API was written by: R Jocaille <rem...@c2...> Modified: api/python/trunk/CHANGES =================================================================== --- api/python/trunk/CHANGES 2007-03-22 14:16:22 UTC (rev 189) +++ api/python/trunk/CHANGES 2007-03-22 14:21:22 UTC (rev 190) @@ -7,6 +7,15 @@ ---------------------------------------------------------------------- Current: +Version 0.1.2: + + * Alsa tux card device name is now constructed by the api for example, + it is used for playing a sound with "aplay" + * Fixed a typo in api/python/trunk/tuxapi_class.py + * New boolean variable "print_warnings" has been added for print or not + of the warning messages. + * print_api_version() command has been moved. + Version 0.1.1: * Added a limitation of the wav file to store the sounds in the local flash to 70 seconds. |