Revision history for Perl extension MusicBrainz::Queries.

All changes by Sander van Zoest <svanzoest@cpan.org> unless 
otherwise noted.

$Id: Changes 8062 2006-07-03 22:39:35Z svanzoest $

0.10	Mon Jul  3 22:32:03 2006
	- adjusted for migration from CVS to Subversion
        - updated to libmusicbrainz 2.1.3 [luks]
        - added new queries:
              MBE_AlbumGetAlbumArtistName
	      MBE_AlbumGetAlbumArtistSortName
	      MBE_AlbumGetCdindexId
	      MBE_GetRelationshipAttribute
	      MBS_SelectAlbumArtist

0.09	Fri Nov 11 08:59:07 2005
        - updated to libmusicbrainz 2.1.2
        - added new relationship queries:
  	      MBS_SelectRelationship
  	      MBE_GetRelationshipType
  	      MBE_GetRelationshipDirection
              MBE_GetRelationshipArtistId
              MBE_GetRelationshipArtistName
              MBE_GetRelationshipAlbumId
              MBE_GetRelationshipAlbumName
              MBE_GetRelationshipTrackId
              MBE_GetRelationshipTrackName
              MBE_GetRelationshipURL
              MBQ_GetArtistRelationsById
              MBQ_GetAlbumRelationsById
              MBQ_GetTrackRelationsById

0.08 Mon Apr 25 10:25:34 2005
	- removed query no longer available. [Matthias Friedrich]
              MBE_AlbumGetAmazonCoverartURL

0.07 Thu Jun 17 20:03:19 2004
	- actually expose libmusicbrainz 2.1.1 queries.
	- added the new queries to documentation:
              MBE_AlbumGetAmazonAsin
              MBE_AlbumGetAmazonCoverartURL
              MBE_AlbumGetNumReleaseDates
              MBE_LookupGetAlbumArtistId
              MBE_LookupGetTrackArtistId
              MBE_QuickGetArtistId
              MBE_QuickGetArtistSortName
              MBE_ReleaseGetCountry
              MBE_ReleaseGetDate
              MBS_SelectReleaseDate

0.06  Sun May 16 20:27:57 2004 (broken, do not use)
	- Added libmusicbrainz 2.1.1 support, including
	  Amazon Art Queries
	- fixed a typo in Makefile.PL
	- Adjusted version number use statement to
	  the more backwards compatibile zero padded syntax.
	  [Matthias Friedrich, Sander van Zoest]

0.05  Mon Feb 24 23:40:49 2003
	- Fixed some POD typos
	- Switched to Test::More
	- Fixed 1.t tests [Sander van Zoest, Tom Heady]
	- Don't export constants by default.

0.03  Sat Feb 22 08:47:24 2003
	- Added documentation for all queries.

0.02  Thu Feb 20 20:56:21 2003
        - First public alpha version

0.01  Sun Feb 16 20:36:21 2003
	- original version; created by h2xs 1.22 with options
		-n MusicBrainz::Queries -b 5.6.1 /usr/local/include/musicbrainz/queries.h

