File: ChangeLog.html

package info (click to toggle)
libmusicbrainz-ruby 0.3.0-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 488 kB
  • ctags: 157
  • sloc: ansic: 650; ruby: 286; makefile: 5
file content (323 lines) | stat: -rw-r--r-- 6,369 bytes parent folder | download
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>File: ChangeLog</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
  <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
  <script type="text/javascript">
  // <![CDATA[

  function popupCode( url ) {
    window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
  }

  function toggleCode( id ) {
    if ( document.getElementById )
      elem = document.getElementById( id );
    else if ( document.all )
      elem = eval( "document.all." + id );
    else
      return false;

    elemStyle = elem.style;
    
    if ( elemStyle.display != "block" ) {
      elemStyle.display = "block"
    } else {
      elemStyle.display = "none"
    }

    return true;
  }
  
  // Make codeblocks hidden by default
  document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
  
  // ]]>
  </script>

</head>
<body>



  <div id="fileHeader">
    <h1>ChangeLog</h1>
    <table class="header-table">
    <tr class="top-aligned-row">
      <td><strong>Path:</strong></td>
      <td>ChangeLog
        &nbsp;(<a href="http://cvs.pablotron.org/cgi-bin/viewcvs.cgi/mb-ruby/ChangeLog">CVS</a>)
      </td>
    </tr>
    <tr class="top-aligned-row">
      <td><strong>Last Update:</strong></td>
      <td>Thu Aug 31 01:52:15 EDT 2006</td>
    </tr>
    </table>
  </div>
  <!-- banner header -->

  <div id="bodyContent">



  <div id="contextContent">

    <div id="description">
      <ul>
<li>Wed Feb 12 15:39:06 2003, pabs &lt;pabs@pablotron.org&gt;

<ul>
<li>created ChangeLog

</li>
</ul>
</li>
<li>Wed Feb 12 16:05:40 2003, pabs &lt;pabs@pablotron.org

<ul>
<li>added <a
href="../classes/MusicBrainz/Client.html#M000041">MusicBrainz::Client#launch</a>

</li>
</ul>
</li>
<li>Wed Feb 12 16:19:56 2003, pabs &lt;pabs@pablotron.org

<ul>
<li>changed package (tarball) name to mb-ruby, since RAA apparently can&#8217;t
handle names longer than 15 characters. :(

</li>
</ul>
</li>
<li>Wed Aug 25 00:35:48 2004, pabs &lt;pabs@pablotron.org&gt;

<ul>
<li>added mb.gemspec

</li>
</ul>
</li>
<li>Tue Nov 23 19:26:45 2004, pabs &lt;pabs@pablotron.org&gt;

<ul>
<li>musicbrainz.c: applied patch from Ed Summers (remove stuff :()

</li>
<li>musicbrainz.c: fixed couple of warnings

</li>
<li>musicbrainz.c: updated version

</li>
<li>README: updated version, lib requirements

</li>
<li>added AUTHORS

</li>
</ul>
</li>
<li>Tue Nov 23 19:35:04 2004, pabs &lt;pabs@pablotron.org&gt;

<ul>
<li>mb.gemspec: updated version requirements, incremented lib version

</li>
</ul>
</li>
<li>Tue Nov 23 19:35:38 2004, pabs &lt;pabs@pablotron.org&gt;

<ul>
<li>releasing version 0.2.0

</li>
</ul>
</li>
<li>Thu Jun 09 22:10:33 2005, pabs &lt;pabs@pablotron.org&gt;

<ul>
<li>COPYING: update copyright

</li>
<li>README: add bug report section

</li>
<li>README: increment version to 0.2.1

</li>
<li>musicbrainz.c: ditto

</li>
<li>musicbrainz.c: apply patch from tilman to fix use_utf8 and device=
declarations (Fixes: 30)

</li>
<li>AUTHORS: add tilman to list of authors

</li>
<li>extconf.rb: apply patch from tilman to fix -lm weirdness on his system
(Fixes: 31)

</li>
<li>examples/findalbum.rb: &#8216;unless ARGV.size&#8217; =&gt; &#8216;unless
ARGV.size &gt; 0&#8217;

</li>
<li>examples/findartist.rb: same (Fixes: 13)

</li>
</ul>
</li>
<li>Thu Jun 09 23:10:53 2005, pabs &lt;pabs@pablotron.org&gt;

<ul>
<li>releasing 0.2.1

</li>
</ul>
</li>
<li>Fri Jul 28 18:32:06 2006, pabs &lt;pabs@pablotron.org&gt;

<ul>
<li>examples/gettrm.rb: minor cleanups

</li>
</ul>
</li>
<li>Mon Aug 07 13:17:41 2006, pabs &lt;pabs@pablotron.org&gt;

<ul>
<li>musicbrainz.c: added copyright notice at top of file

</li>
<li>musicbrainz.c: increment version to 0.3.0

</li>
<li>musicbrainz.c: added individual buffer sizes (based on a patch from tilman)

</li>
<li>musicbrainz.c: Added documentation for top-level <a
href="../classes/MusicBrainz.html">MusicBrainz</a> module

</li>
<li>musicbrainz.c: consolidate host spec parsing in parse_hostpec() (again,
based on a patch form tilman)

</li>
<li>musicbrainz.c: added 1.8-style allocators for Client and TRM classes

</li>
<li>musicbrainz.c: wrap all exceptions in <a
href="../classes/MusicBrainz/Error.html">MusicBrainz::Error</a>

</li>
<li>musicbrainz.c: better ruby 1.8 style C string handling RSTRING()-&gt;ptr to
StringValueCStr() and whatnot

</li>
<li>musicbrainz.c: document <a
href="../classes/MusicBrainz/TRM.html">MusicBrainz::TRM</a> module

</li>
<li>musicbrainz.c: documentation for all known queries (constants defined under
<a href="../classes/MusicBrainz/Query.html">MusicBrainz::Query</a>)

</li>
<li>musicbrainz.c: added several new queries: SelectRelationship,
AlbumGetAmazonAsin, AlbumGetNumReleaseDates, QuickGetARtistSortName,
QuickGetArtistId, ReleaseGetDate, ReleaseGetCountry,
LookupGetAlbumArtistId, LookupGetTrackArtistId, GetCDTOC,
GetARtistRelationsById, GetAlbumRelationsById, and GetTrackRelationsById

</li>
<li>musicbrainz.c: fixed MusicBrainz::TRM#finalize

</li>
<li>examples/findalbum.rb: cleaner code

</li>
</ul>
</li>
<li>Mon Aug 07 13:29:42 2006, pabs &lt;pabs@pablotron.org&gt;

<ul>
<li>AUTHORS: update tilman&#8217;s entry

</li>
</ul>
</li>
<li>Mon Aug 28 19:46:26 2006, pabs &lt;pabs@pablotron.org&gt;

<ul>
<li>oops! added SelectReleaseDate (patch from tilman)

</li>
</ul>
</li>
<li>Thu Aug 31 01:45:54 2006, pabs &lt;pabs@pablotron.org&gt;

<ul>
<li>releasing 0.3.0

</li>
</ul>
</li>
<li>Thu Aug 31 01:49:20 2006, pabs &lt;pabs@pablotron.org&gt;

<ul>
<li>mb.gemspec: (oops!) updated version to 0.3.0

</li>
<li>README: update version to 0.3.0

</li>
<li>README: add note about rubygems

</li>
<li>AUTHORS: add note about Chad

</li>
</ul>
</li>
</ul>

    </div>


   </div>


  </div>


    <!-- if includes -->

    <div id="section">





      


    <!-- if method_list -->


  </div>


<div id="validator-badges">
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>

</body>
</html>