Changes
=======

Version 1.1.3 -- 2012/08/10
---------------------------

* Fixed a bug preventing some OGG track fields from being read.

Version 1.1.2 -- 2011/09/29
---------------------------

* Fixed a bug preventing some OGG metadata from being read.

Version 1.1.1 -- 2011/01/31
---------------------------

* Fixed crash on reading tag-less AIFF files.
* Fixed crash on mp4 files containing invalid utf-8 data.

Version 1.1.0 -- 2010/12/29
---------------------------

* Added a wrapper class to automatically detect a file type.
* Invalid AIFF files now set their attributes nonetheless.

Version 1.0.5 -- 2010/12/20
---------------------------

* Got rid of the ``hsutil`` dependency.

Version 1.0.4 -- 2010/11/19
---------------------------

* Fixed a crash when reading mp4 files with malformed attribute atoms.

Version 1.0.3 -- 2010/11/11
---------------------------

* Fixed a crash when reading mp4 files with out of range genre indexes.

Version 1.0.2 -- 2010/09/25
---------------------------

* Fixed a crash when reading Id3v2 text frames with invalid string encoding flag.

Version 1.0.1 -- 2010/08/24
---------------------------

* Fixed squeeze.squeeze_mpeg under py3k.
* Fixed the decoding of mpeg files with Xing headers under py3k.

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

* Initial Release