$Id: CHANGES 317 2007-05-12 11:57:43Z jaguarondi $

Approximate change log by version.

(For more detailed changes, see svn log.)

----------------------------------------------------------------------
Current:

Version 0.2.0:

  * The api was completely remade. I Kept the changes made by Neimad lately.
    Sorry for this brutal update.
  * I have implemented the 'join()' suggestion from Damien for the threads too.
    Consequently, this api is not fully compatible with the last one.
  * A documentation system based on the docstring has been implemented and you
    can build this with the function 'tux.misc.build_documentation'.
    See 'tux.misc.doc(tux.misc.build_documentation)'.
    See 'tux.misc.doc(tux)' too

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.
  * New functions and events are added.
  * Minor modifications.

Version 0.1.0:

  * Initial public release.
    Most functions are implmeneted and should work with tuxdaemon 0.2.0

