File Release Notes and Changelog
Notes:
Good news everyone! The XMMS2 Team is releasing a bugfix release of the current Developer Release (DR2) called DR2.1. This corrects some annoyances found by the community, the most noticable of those being an ID3v2.3 parsing error.
This release is compatible with DR2 and will not break the plugin API, medialib or client communication (we think).
We are now focusing on the last planned DR (DR3). Starting with the release of DR2.1, we now have two main trees - the devel tree (http://git.xmms.se/?p=xmms2-devel.git;a=summary), where more radical changes take place, and the stable tree (http://git.xmms.se/?p=xmms2-stable.git;a=summary). The planned features and changes for DR3 are tracked on our Mantis bug tracker under under bug #317 (http://bugs.xmms2.xmms.se/view.php?id=317). Your feedback is important for DR3 since we are aiming to stabilise the API after this.
Source is available at sourceforge as usual.
Now have a nice day!
Changes:
Alexander Botero-Lowry:
BUG(326): Fixed typo in OSS plugin.
FEATURE(300): Install the manpages with SCons
Alexander Rigbo:
BUG(318): Initialize GError variable before using it.
Anders Gustafsson:
BUG(314): Remove leftover debug assertion in resampler.
BUG(293): Remove bogus code in id3v2-reader that made tags not read.
Daniel Svensson:
BUG(316): cmdline -i <url> sets ipcpath
BUG(315): Added srand before rand.
Jens Taprogge:
BUG(294): Fixed ruby compilation.
Sébastien Cevey:
BUG(308): Fixed some incorrect documentation.
Tobias Rundstrom:
BUG(325): Handle exception on UTF-8 convertion error.
BUG(301),PYTHONMINOR: Removed global result refholder.
BUG(296): Better errorhandling when we can't initialize the outputplugin.
FEATURE(307): SCons configuration now logs ConfigErrors to config.log.