0.2.0 (20-04-2005)
=====
* Better conversion of the input audio data: downsampling supported, conversion
  from stereo to mono doesn't segfaults anymore. Added a blocking_section by the
  way, and a few inline.
* Reverted removal of open_dec_fd.
* Updated OCamlMakefile and improved build system.
* Using caml namespace functions.
* Added wav2ogg encoder example.

0.1.1 (30-06-2004)
=====
* Cleanup of the stubs with better use of the CAML* macros
* Prototype of "create_encoder" changed.
* "get_header_frame" is removed (replaced by the new create_encoder).
* Added "encoder_reset".
* Removed "enc_serial_number" parameter (it is randomly generated by "create_encoder").
* Removed "open_dec_fd" since it is not necessary and fdopen(2) is not ANSI C.
* Improved the mli documentation.

0.1.0 (05-02-2004)
=====
* Initial release.
