- Wed Feb 12 15:39:06 2003, pabs <pabs@pablotron.org>
- Wed Feb 12 16:05:40 2003, pabs <pabs@pablotron.org
- Wed Feb 12 16:19:56 2003, pabs <pabs@pablotron.org
- changed package (tarball) name to mb-ruby, since RAA apparently can’t
handle names longer than 15 characters. :(
- Wed Aug 25 00:35:48 2004, pabs <pabs@pablotron.org>
- Tue Nov 23 19:26:45 2004, pabs <pabs@pablotron.org>
- musicbrainz.c: applied patch from Ed Summers (remove stuff :()
- musicbrainz.c: fixed couple of warnings
- musicbrainz.c: updated version
- README: updated version, lib requirements
- added AUTHORS
- Tue Nov 23 19:35:04 2004, pabs <pabs@pablotron.org>
- mb.gemspec: updated version requirements, incremented lib version
- Tue Nov 23 19:35:38 2004, pabs <pabs@pablotron.org>
- Thu Jun 09 22:10:33 2005, pabs <pabs@pablotron.org>
- COPYING: update copyright
- README: add bug report section
- README: increment version to 0.2.1
- musicbrainz.c: ditto
- musicbrainz.c: apply patch from tilman to fix use_utf8 and device=
declarations (Fixes: 30)
- AUTHORS: add tilman to list of authors
- extconf.rb: apply patch from tilman to fix -lm weirdness on his system
(Fixes: 31)
- examples/findalbum.rb: ‘unless ARGV.size’ => ‘unless
ARGV.size > 0’
- examples/findartist.rb: same (Fixes: 13)
- Thu Jun 09 23:10:53 2005, pabs <pabs@pablotron.org>
- Fri Jul 28 18:32:06 2006, pabs <pabs@pablotron.org>
- examples/gettrm.rb: minor cleanups
- Mon Aug 07 13:17:41 2006, pabs <pabs@pablotron.org>
- musicbrainz.c: added copyright notice at top of file
- musicbrainz.c: increment version to 0.3.0
- musicbrainz.c: added individual buffer sizes (based on a patch from tilman)
- musicbrainz.c: Added documentation for top-level MusicBrainz module
- musicbrainz.c: consolidate host spec parsing in parse_hostpec() (again,
based on a patch form tilman)
- musicbrainz.c: added 1.8-style allocators for Client and TRM classes
- musicbrainz.c: wrap all exceptions in MusicBrainz::Error
- musicbrainz.c: better ruby 1.8 style C string handling RSTRING()->ptr to
StringValueCStr() and whatnot
- musicbrainz.c: document MusicBrainz::TRM module
- musicbrainz.c: documentation for all known queries (constants defined under
MusicBrainz::Query)
- musicbrainz.c: added several new queries: SelectRelationship,
AlbumGetAmazonAsin, AlbumGetNumReleaseDates, QuickGetARtistSortName,
QuickGetArtistId, ReleaseGetDate, ReleaseGetCountry,
LookupGetAlbumArtistId, LookupGetTrackArtistId, GetCDTOC,
GetARtistRelationsById, GetAlbumRelationsById, and GetTrackRelationsById
- musicbrainz.c: fixed MusicBrainz::TRM#finalize
- examples/findalbum.rb: cleaner code
- Mon Aug 07 13:29:42 2006, pabs <pabs@pablotron.org>
- AUTHORS: update tilman’s entry
- Mon Aug 28 19:46:26 2006, pabs <pabs@pablotron.org>
- oops! added SelectReleaseDate (patch from tilman)
- Thu Aug 31 01:45:54 2006, pabs <pabs@pablotron.org>
- Thu Aug 31 01:49:20 2006, pabs <pabs@pablotron.org>
- mb.gemspec: (oops!) updated version to 0.3.0
- README: update version to 0.3.0
- README: add note about rubygems
- AUTHORS: add note about Chad