Revision history for Perl extension MusicBrainz::Tunepimp::tunepimp. 0.01 Sat Jul 26 15:00:41 2003 - original version; created by h2xs 1.22 with options -x -n MusicBrainz::Tunepimp::tunepimp tunepimp/tp_c.h 0.02 2004-03-05 Memory allocation errors have been fixed in $tp->getFileIds, $tp->getSupportedExtensions and $tr->getResults. $tr->getResults is now implemented in pure XS. Because $tr->getResults now returns just plain, un-blessed hash references, the three "results" packages are obsolete, and have been removed (namely: MusicBrainz::Tunepimp::result::artist, ::album and ::albumtrack). In $tp->setNotifyCallback and $tp->setStatusCallback, you now get the same error message regardless of "how wrong" the argument was. (But don't use the callback interface anyway, it's not "safe"). 0.03 2004-05-13 $track->getTRM always chopped the last character off. Now fixed.