1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
* Wed Feb 12 15:39:06 2003, pabs <pabs@pablotron.org>
* created ChangeLog
* Wed Feb 12 16:05:40 2003, pabs <pabs@pablotron.org
* added MusicBrainz::Client#launch
* 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>
* added mb.gemspec
* 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>
* releasing version 0.2.0
* 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>
* releasing 0.2.1
* 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>
* releasing 0.3.0
* 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
|