0.3.10:
- Renamed vfs_* functions to aud_vfs_*.
- Renamed bmp_cfg_db_* to aud_cfg_db_*.
- Renamed tuple_* to aud_tuple_*.
- Replaced set_info with playback->set_params.
- Replace produce_audio() with playback->pass_audio().

0.3.9:
- Use audacious_info_dialog() for about dialog.
- Replace xmms_usleep() with g_usleep().
- Switch to Plugin API 6 style tuple_associate functions.

0.3.8:
- Fix memleak.
- Replace tuple_formatter_process_string() with tuple_formatter_make_title_string().
- Remove the redundant "filename" fallback for "title".
- Reorder InputPlugin definition since C99 style declaration is not possible in C++.
- Remove obsolete get_song_info function.

WARNING: 0.3.8 requires a mercury (hg) core 3435:9a95112e3365 or later.

0.3.7:
- Added Tuple support.

0.3.6:
- Remove empty init and cleanup functions and set "description" static.
- Use SIMPLE_INPUT_PLUGIN for plugin declaration.
- Switched title function to Tuplez (get_tuple support should be easy now)
- Call set_pb_ready when ready to play.

0.3.5:
- On EOF, the decode_loop() now waits for the buffers to empty and then
  clears playback->playing itself, because the core doesn't do it anymore.

0.3.4:
- Use new threading model of plugin API 3.
  (requires HG from 24. Jul 2007 or later)

0.3.3:
- Added file:// URI handling, since it's now mandatory.
  (Implementation is based on a Mail by Yibin Liang <ybliang@gmail.com>)

0.3.2:
- replace mac_is_our_file() with a new mac_is_our_file_from_vfs()
- added a contrib dir with 2 different hacks for "file://" url support.
  (You should only apply one of those, if you decide to use a workaround)

0.3.1:
- autotools cleanup.

0.3.0:
- Ported to the Audacious plugin2 API

WARNING: 0.3.x versions require the plugin2 API from
         Audacious 1.4 (currently SVN)

0.2.1:
- mseek() implementation for 1.4+ API written by
  Yoshiki Yazawa <yaz@cc.rim.or.jp>

0.2.0:
- Changed to Audacious 1.3 (requred) InputPlayback API

0.1.0:
- Changed and regenerated autohell files for Audacious.
- Changed includes
- Replaced output method with produce_audio()
- Add AM_DISABLE_STATIC to configure.ac (we dont need .a)
- Prevent the installation of .la (pointless for a plugin)
- Switched from pthread to Gthread
- Changed to Audacious 1.3 (requred) InputPlayback API
