Comment 14 for bug 1005075

Revision history for this message
Andy Hawkins (andy-jjcftv6wldnz) wrote :

I am upstream for libmusicbrainz. I've always been careful about not breaking ABI compatibility, and haven't had any reports of this happening in the past.

Extra fields are not an issue, these are all stored in 'hidden' data classes within each class. Also, I don't think the signature change of the protected functions is likely to be an issue either, as these are only called internally by the library.

Andy