Changes
=======

Version 1.1.1 -- 2011/02/14
---------------------------

* Ported changes from v1.0.0 up to 1.1.1 from Python 3 to Python 2, that is:
* Fixed crash on reading tag-less AIFF files.
* Fixed crash on mp4 files containing invalid utf-8 data.
* Added a wrapper class to automatically detect a file type.
* Invalid AIFF files now set their attributes nonetheless.
* Got rid of the ``hsutil`` dependency.
* Fixed a crash when reading mp4 files with malformed attribute atoms.
* Fixed a crash when reading mp4 files with out of range genre indexes.

Version 1.0.0 -- 2010/07/11
---------------------------

* Initial Release