0.3.2 (17-10-2007)
=====
* Improved configure support

0.3.1 (22-05-2007)
=====
* Added decode_frame_float to decode directly to float arrays.
* Added get_output_format to get the format of outputed PCM.

0.3.0 (02-03-2007)
=====
* Minor memory fixes
* Changed interface for getting the real output sample frequency

0.2.1 (11-11-2006)
=====
* Minor bugfix in decoding error's handling, got rid of audio glitches.
* More portable configure/build system.

0.2.0 (07-07-2006)
=====
* Added openstream function.
* Using caml_alloc_custom to create madfile values.
* Corrected a GC issue in ocaml_mad_decode_frame.
* Decoding (decode_frame) now releases the main OCaml mutex to let other threads
  run while decoding.

0.1.3 (20-04-2005)
=====
* Updated OCamlMakefile and improved the build system.
* Using caml namespace.
* Makefile and configure cleaning.
* Avoided memory leak on failure in ocaml_openfile.

0.1.2 (30-06-2004)
=====
* Removed openfd, since it isn't used and fdopen(2) is not ANSI C.
* Improved the mli documentation.

0.1.1 (11-02-2004)
=====
* Big memory leaks removed.
* get_current_position function added.

0.1.0
=====
* Initial release.
