Added post_read().
[clinton/abcde.git] / debian / changelog
CommitLineData
bef9c2d8 1abcde (2.3.0-1) unstable; urgency=low
2
3 * New upstream release!
f97e22a3 4 * Defining the tracknumber now resets the first track if given a number
b82e2042 5 different than 1 (that is: abcde -T 1 2-10 creates songs 1 to 9).
03308bc7 6 * Modified the FAQ to reflect the changes on Marillat's repo
f97e22a3 7 (Closes: #315724).
03308bc7 8 * Should be "space" safe: works properly when the working directory contains
9 a space (Closes: #147493).
b82e2042 10 * Repared the CD query for the discid code. When failing to read a disc,
11 actually report that there might be no disc in the drive.
12 * Right now, walk over the different encoders we Depends: in Debian and use
13 the one available: if a user has a FLAC encoder, abcde will no install
14 vorbis-tools, so it will fail to run out of the box (Closes: #321216)
15 * Added CUE support. Still experimental...
16 * Added FLAC on Ogg. Still not activated, since we cannot get comments added
17 as a post-process action.
fd34b28b 18 * Applied patches from Fedora Core (Credit goes to Nils Philippsen
19 <nphilipp@redhat.com>)
65f3ebb1 20 * Added a post_read() function to be executed before ejecting the CD.
21 * Typos reported by A Costa corrected (Closes: #311463)
bef9c2d8 22
65f3ebb1 23 -- Jesus Climent <jesus.climent@hispalinux.es> Tue, 9 Aug 2005 06:12:36 +0300
bef9c2d8 24
25abcde (2.2.6-1) unstable; urgency=low
26
27 * Double quotation added to solve parsing * as a wildcard (Closes: #302904).
28 Thanks to Christian Grigis for the patch. Also (Closes: #268088).
29
30 -- Jesus Climent <jesus.climent@hispalinux.es> Sun, 3 Apr 2005 18:18:03 +0000
31
32abcde (2.2.5-1) unstable; urgency=low
33
34 * CDPARANOIAOUTPUT missed some quotes.
35 * Removed some useless lines.
36 * If BATCH is used with ONETRACK, disable BATCH.
37 * Small typos with CDROM comparisons.
38 * Logic for CDROM variable improved.
39 * Version bumped to 2.2.5 and targeted to Sarge.
40
41 -- Jesus Climent <jesus.climent@hispalinux.es> Sat, 2 Apr 2005 21:05:18 +0300
42
43abcde (2.2.4-1) unstable; urgency=low
44
45 * Changed the way we call flac, to adapt to the new times:
46 --import-vc-from= to --import-tags-from.
47 * DOSPLAYLIST was not included in the list of options.
48 * Options passed to the encoder by using <-o ogg:"-b 192"> are now
49 supported. One can modify the way abcde encodes just for the current CD.
50 * Unfortunatelly I forgot to add the starting number for tags in Ogg. For
51 MP3 is a bit more difficult, since it needs changing the X/YY code.
52 * Also, the order of the tags in metaflac is important for the utf8 names.
53 Thanks to Frederik Juul Christiani (Closes: #297482)
54 * Added CDROMID in the .conf file, for reader programs that need it
55 (Closes: #297005)
56 * Added a check for cdparanoia when encountering data-only CDs.
57
58 -- Jesus Climent <jesus.climent@hispalinux.es> Tue, 1 Mar 2005 15:14:24 +0200
59
60abcde (2.2.3-1) unstable; urgency=low
61
62 * debian/control
63 - suggest normalize-audio, since it changed its name (Closes: #287674).
64 * Use the default while erasing an existing playlist (Closes: #288835).
65 * Does not destroy track information when a track contains "=" in the name
66 (Closes: #290709).
67
68 -- Jesus Climent <jesus.climent@hispalinux.es> Sat, 22 Jan 2005 15:35:46 +0200
69
70abcde (2.2.2-1) unstable; urgency=low
71
72 * Quotes missing when evaluating a value (Closes: #284018).
73
74 -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 3 Dec 2004 09:20:18 +0200
75
9a0af871 76abcde (2.2.1-1) unstable; urgency=low
77
78 * Spotted and solved a problem with the way the data tracks were detected
79 (Closes: #282647).
80
81 -- Jesus Climent <jesus.climent@hispalinux.es> Wed, 24 Nov 2004 22:47:54 +0200
82
81bc6204 83abcde (2.2.0-1) unstable; urgency=low
c9c2ca27 84
81bc6204 85 * New release! Let's see if abcde 2.2 gets into Sarge.
86 * debian/control
87 - Bumped to 3.6.1.1. No changes needed.
9f659ada 88 * Added support for MPP/MP+(Musepack) encoding. Although I am trying to
99d009fa 89 get 2.2 for Debian Sarge release, mpc seems safe enough to introduce. See
90 corecodec.org for code.
91 * Some POSIX shell corrections (making the code more portable). Thanks to
92 Guillem Jover for pointing the problem out.
93 * CDYEAR is also passed to do_move(), so one can use it for sorting the
94 directories.
95 * Small MacOS X fix, allowing directories with "()" to work. Thanks to Evan
96 Jones.
97 - On the MacOS X, I still do not know if abcde works correctly. If does
9f659ada 98 not, please, drop a note. Or else.
99d009fa 99 * DOSPLAYLIST also changes "/" with "\".
99d009fa 100 * DATA tracks are now excluded from the ripping process using internally
101 the cdparanoia "-Q" query option. If using another ripper, it does not
04609998 102 work (at least there is no support for them in abcde)
93415558 103 (Closes: #112692, #117412).
99d009fa 104 * New "0" choice for "None of the above" has been introduced. If selected, a
105 template is created and the user encouraged to edit it (Closes: #147683).
9f659ada 106 * New options for when the PLAYLIST already exists: erase, append or keep.
b7f1cc84 107 * Bug fixes along the code:
7acef70b 108 - abcde.1 corrections and additions
b7f1cc84 109 - abcde corrections and code reorganization. abcde now exits earlier if
110 some of the options are incompatible. Also the actions are set as
111 variables earlier, so we use less calls to external tools.
9f659ada 112 - abcde.conf additions
7acef70b 113 * The GENRE is munged now in its own mungegenre function, so that no more
114 upper-to-lowercase is done (forced) except if the default is used.
af3a0072 115 * Examples added to the tarball and /usr/share/doc/abcde/examples with two
116 scripts to make abcde kind-of-a ripper daemon.
d0491de2 117 * Add CDDB information to Ogg/Vorbis and FLAC files (Closes: #265358).
118 * Added INTERACTIVE option. Set it to "n" and there you go, without user
119 interaction.
93415558 120 * Changes normalize to normalize-audio (Closes: #267053)
121 * Copes with wav files being erased by the ripping tool.
47589f71 122 * Small patch to support ()'s in the path under MacOSX. Thanks to Evan Jones
123 for noticing and sending the patch.
81bc6204 124 * Added "-w <COMMENT>". Used to give a comment to a given CD.
125 * Added "-W <number>". Used to combine "-T #01 -w CD #".
126 * Added "-t <number>" to modify the numbering from a starting point
b7f1cc84 127 (Closes: #95828). Geez! That is low bug number...
81bc6204 128 * Added "-T <number>" to modify also the tag entries on the songs. Currently
129 available for FLAC and Ogg/Vorbis.
cc2fac68 130 * Removes trailing spaces (Closes: #280382).
131 * TRACKNAME now combines multi-lines from long CDDB entries.
24473a44 132 * debian/rules:
133 - s/dh_installmanpages/dh_installman/
c9c2ca27 134
24473a44 135 -- Jesus Climent <jesus.climent@hispalinux.es> Wed, 10 Nov 2004 00:57:00 +0200
81bc6204 136
137abcde (2.1.21-1) unstable; urgency=low
138
139 * Changed normalize with normalize-audio (Closes: #267053).
140
141 -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 20 Aug 2004 13:16:46 +0000
142
143abcde (2.1.20-1) unstable; urgency=low
144
145 * The "Let's have a good abcde in Sarge" release.
146 * The mungefile() function changes * with + by default to avoid creating
147 directories with the start expanded to the files found in the current
148 directory. abcde2.2 will most likelly contain a better workaround.
149 * Correct default OUTPUTFORMAT in man page (Closes: #250649)
150
151 -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 30 Jul 2004 10:16:46 +0300
c9c2ca27 152
153abcde (2.1.19-1) unstable; urgency=low
154
155 * Encoding the whole CD in one file is now possible. Use "-1" as a flag
156 (Closes: #126267).
157
158 -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 9 Apr 2004 17:04:58 +0000
159
160abcde (2.1.18-1) unstable; urgency=low
161
162 * Do not release in a hurry. The eject program is not needed if CDSPEEDVALUE
163 is not set and no EJECT action is performed (Closes: #242506)
164
165 -- Jesus Climent <jesus.climent@hispalinux.es> Thu, 8 Apr 2004 05:18:49 +0000
166
167abcde (2.1.17-2) unstable; urgency=low
168
169 * HUH! the version number in the abcde executable was wrong.
170
171 -- Jesus Climent <jesus.climent@hispalinux.es> Wed, 7 Apr 2004 21:01:50 +0000
172
173abcde (2.1.17-1) unstable; urgency=low
174
175 * Dud! Those missing quotes are going to kill me. Quotes restored and
176 (Closes: #242508).
177
178 -- Jesus Climent <jesus.climent@hispalinux.es> Wed, 7 Apr 2004 06:30:31 +0000
179
180abcde (2.1.16-1) unstable; urgency=low
181
182 * New setting for the CD speed. Some drives have a higher failure ratio when
183 spinning at high speed.
184 * Added a pre-read function for preparations. Uses include closing the CD
185 tray (Closes: #137548).
186 * Added COMMENT part in OggFlac metadata.
187 * Documentation update: README, abcde.1
188 * Do not tag GENRE and DATE in Ogg/Vorbis if CDDB does not provide them
189 (Closes: #235531).
190 * Solved bug with batch encoding, thanks to Travis McKay.
191 * When *DATAPREFIX was set, the playlist creation was made without newline.
192 * Added >&2 redirection to visualize the "Erase playlist" question
193 (Closes: #241221).
194 * Added the option "-m" to modify the resulting playlist, to contain CRLF at
195 the end of every line, letting some hardware players which insist with
196 DOS-style files to use them. Also, added DOSPLAYLIST as a config option.
197 * When using a selected, localy cached CDDB entry, we forgot to show the
198 selection when asking the user for editing the choice. Now we show it.
199 * Improved the logic in the order of events when using a local CDDB repo.
200
201 -- Jesus Climent <jesus.climent@hispalinux.es> Tue, 6 Apr 2004 05:29:38 +0000
202
203abcde (2.1.15-1) unstable; urgency=low
204
205 * EDITOR is called now evaluating the variable, so it works with full path
206 and arguments.
207 * Patch for making md5sum a variable (since some systems use a different
208 name).
209 * Correction by "huf" <mihi at mail.eol.hu>. The test code in line 376
210 needed some quotes.
211 * The PADDING code and some CDDB funcions were *really* messy. Now it looks
212 cleaner, works faster and some not needed network operations are no
213 longer performed when we are working with local CDDB repositories.
214 * Added "-V" for extra verbosity (on slow networks the user might be waiting
215 and wondering is somethins is happening).
216 * Solved a bug with the non-interactive code.
217
218 -- Jesus Climent <jesus.climent@hispalinux.es> Mon, 16 Feb 2004 00:13:12 +0000
219
220abcde (2.1.14-1) unstable; urgency=low
221
222 * Missing quotes restored (Closes: #228648).
223
224 -- Jesus Climent <jesus.climent@hispalinux.es> Tue, 20 Jan 2004 06:43:04 +0000
225
226abcde (2.1.13-1) unstable; urgency=low
227
228 * Solved the problem with re-runs of multiple choices not showing all the
229 choices (Closes: #228405) (this was a quick one)
230 * We now show the selected CDDB entry on a second run, instead of all of
231 them (not that one should stop abcde, but just in case). This way
232 consecutive interrupted runs obtain the same results.
233
234 -- Jesus Climent <jesus.climent@hispalinux.es> Sun, 18 Jan 2004 22:42:15 +0000
235
236abcde (2.1.12-1) unstable; urgency=low
237
238 * Check if normalizer is found in the PATH (Closes: #228014)
239 * Added (commented) bits to check if the CD being processed is the CD on the
240 tray, so that if differs we do not eject it.
241 * Store locally the CDDB information, under $HOME/.cddb since it is being
242 used by Grip (at least). PATH is user defined (Closes: #88048)
243 * If you are using cdda2wav and SCSI drives, you can set CDROMID for the
244 SCSI drive, since it differs from the cd-discid CDROM parameter
245 (Closes: #121987).
246 * MacOSX keeps on failing because the OS mounts the CD before we finish
247 ripping it... or something else. Please, test test test the code, and
248 report your findings. Pretty please. I have not been able to make it work
249 with the reports I have received.
250
251 -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 16 Jan 2004 12:06:07 +0000
252
253abcde (2.1.11-1) unstable; urgency=low
254
255 * Urgent fixes for the FreeBSD and MacOSX bits. When using cdda2wav, the
256 CDROM variable must be modified depending on the device interface. By now
257 we will not try to be very smart.
258 * Added a test for HTTPGETOPTS since it cannot be empty for the default
259 HTTPGET options.
260 * Quick release to fix a problem with the CDROM detection code.
261 (Closes: #226647)
262 * Cleaned a bashism. Thanks to Klaus Ethgen (Closes: #226782).
263 * Rewrote some parts of the cdda2wav code. Since I do not have a machine
264 where cdda2wav works, I cannot test the code. The modifications have been
265 done following user reports. If you use cdda2wav and abcde does not work
266 for you, please, contact me and we will try to sort things out. Thanks.
267
268 -- Jesus Climent <jesus.climent@hispalinux.es> Thu, 8 Jan 2004 21:36:23 +0000
269
270abcde (2.1.10-1) unstable; urgency=low
271
272 * INLINETAG and STARTTRACKNUMBER flags added.
273 * CDROM checking is now done with a bit more wiselly (Closes: #219768)
274 * HTTPGET is only requested is "cddb" action is performed.
275 * Workout the possibility of cdparanoia erasing our wav files
276 (Closes: #172694)
277 * The default answer for editing CDDB data is now "y" if the disk is
278 unknown. If not, the default is "n". Requested by Ricky Buchanan.
279 * Now we do not erase silently any previous $PLAYLISTFILE left behind by a
280 previous CD ripping (Closes: #220753)
281 * Write info file with cdda2wav (Closes: #187702).
282 I do not use cdda2wav myself (me is cd-paranoid) so if anyone using
283 cdda2wav has a problem with this, please, report.
284 * CDROM comes in 1,0,0 kind of format for cdda2wav ripper. Corrected with a
285 quick patch. Kudos go to Mikhail Manuilov <viper5k at pisem dot net> for
286 noticing.
287 * Merged bits to make abcde work under MacOSX. Thanks to Evan Jones.
288 * Merged bits to avoid FreeDB people anger and to cut down the "abcde." part
289 of the discid. Now you can set the "-C" command with the directory name.
290 Kudos go to Bart Samwel.
291 * Added some info bits to the config file about normalize, requested by
292 Ricky Buchanan.
293 * Added some testing for the wav file before normalizing, to check that the
294 file is actually there.
295
296 -- Jesus Climent <jesus.climent@hispalinux.es> Mon, 5 Jan 2004 14:43:59 +0000
297
298abcde (2.1.9-1) unstable; urgency=low
299
300 * The "First snow in Finland" release.
301 * One head was missing a "-n". N-less heads should be cut already.
302 * Not use relative links when PLAYLISTDATAPREFIX is set (Closes: #165368)
303 * Stupid use of $OUTPUTTYPE in flac tagging (Closes: #218625)
304 * Small typo in KEEPWAVS check (Closes: #216551)
305 * "Dirty" hack provided by Ben Finney to get rid of the tags in Ogg/Speex
306 encoding, when the user does not specify it as an action (lol! someone is
307 using Ogg/Speex :) (Closes: #219070)
308 * metaflac path was hardcoded. Now it must be in the path.
309 * TAGGER, VORBISCOMMENT and METAFLAC information tools are now dependent upon
310 "tag" action. There is no need to have them if we are not going to
311 comment.
312 * A bunch of small fixes, all along.
313
314 -- Jesus Climent <jesus.climent@hispalinux.es> Wed, 5 Nov 2003 15:29:13 +0000
315
316abcde (2.1.8-3) unstable; urgency=low
317
318 * Small typo corrected (Closes: #217149)
319
320 -- Jesus Climent <jesus.climent@hispalinux.es> Thu, 23 Oct 2003 09:49:01 +0000
321
322abcde (2.1.8-2) unstable; urgency=low
323
324 * KEEPWAVS now sets the "clean" action to "no", so the wavs are kept.
325 (Closes: #216551)
326
327 -- Jesus Climent <jesus.climent@hispalinux.es> Sun, 19 Oct 2003 16:25:53 +0000
328
329abcde (2.1.8-1) unstable; urgency=low
330
331 * Quick release fixing a couple of bugs introduced by the padding patch
332 (Closes: #215962)
333
334 -- Jesus Climent <jesus.climent@hispalinux.es> Thu, 16 Oct 2003 17:08:12 +0000
335
336abcde (2.1.7-2) unstable; urgency=low
337
338 * Control: Build-Depends-Indep: moved to Build-Depends:, as per
339 http://www.debian.org/doc/debian-policy/ch-relationships.html#s-sourcebinarydeps
340 (Closes: #214200)
341
342 -- Jesus Climent <jesus.climent@hispalinux.es> Tue, 14 Oct 2003 12:21:13 +0000
343
344abcde (2.1.7-1) unstable; urgency=low
345
346 * The "Engineer" release. Yeah! I graduated!
347 * Patch applied to solve the track submission interface issues. Kudos to
348 Marc HE Brockschmidt, again (Closes: #126289)
349 * Small bug related with DISTMP3NICE solved. Kudos to Wilbert Alberts.
350 (Closes: #213756)
351 * Padding now creates the list with padded numbers. Test patch. This should
352 solve the problem with delayed tagging a single file.
353
354 -- Jesus Climent <jesus.climent@hispalinux.es> Mon, 13 Oct 2003 20:32:16 +0000
355
356abcde (2.1.6-1) unstable; urgency=low
357
358 * Removed a nasty bug where even if the encode failed, the track was marked
359 as successfully encoded (Closes: #208391)
360 * Various Artists has now its own PLAYLIST format (Closes: #137432)
361 * metaflac path corrected (Closes: #206110)
362 * Hopefully this version repairs the comment part for Ogg/Vorbis files.
363 * If nothing breaks, 2.2 will be released as soon as the KNOWNBUG is solved.
364 * Removed all the inline tagging since it breaks the action chain, except
365 in Ogg/Speex. Need to check if "vorbiscomment" can be used for it.
366 (Closes: #206311)
367 * Added DISTMP3NICE variable, to nice the distmp3 program (Closes: #208398)
368
369 -- Jesus Climent <jesus.climent@hispalinux.es> Thu, 4 Sep 2003 10:53:09 +0000
370
371abcde (2.1.5-1) unstable; urgency=low
372
373 * Small fixes and patches.
374 + GENRE can be used for OUTPUTFORMAT and PLAYLISTFORMAT
375 + id3v2 should work now with -c for comments (Closes: #199949)
376 + small bug with batch encoding
377 + Variables are exported before the CDDB functions are called, so they
378 should use the right variables for the HTTPGET command.
379 + Tagging also use TRACKS and CDGENRE for MP3 files (kudos to Dirk
380 Ruediger)
381 + FLAC encoding now uses dismp3 to encode remotelly (kudos to Taylor and
382 Kevin Cramer). HANDLE WITH CARE ;)
383 Also FLAC now uses CDGENRE and CDYEAR for tagging.
384 * Debian specific:
385 + Standards to 3.6.0. No changes needed.
386 + Changed Build-Depends to -Indep, since this is a POSIX shell script.
387 * tail/head change: -1 has been deprecated. Noted by Stephan Kulow.
388 * Ogg/Speex support added, for speech encoding (Closes #204635)
389 * Documentation update (Closes: #198825)
390 * Patch for "=" in the name applied (Closes: #197199)
391
392 -- Jesus Climent <jesus.climent@hispalinux.es> Thu, 14 Aug 2003 16:45:29 +0000
393
394abcde (2.1.4-1) unstable; urgency=low
395
396 * Small bug fixes:
397 + COMMENT should work now.
398 + Aesthetic padding on the total amount of tracks.
399 + CDROM typo
400 + CDROM is now checked after reading the user defined entries.
401 * Remove trailing args from $EDITOR when checking -x: Closes #179222.
402
403 -- Jesus Climent <jesus.climent@hispalinux.es> Sun, 18 May 2003 18:47:36 +0000
404
405abcde (2.1.3-1) unstable; urgency=low
406
407 * Makefile was missing cddb-tool.1.
408 * Introduced dagrab as CD ripping utility.
409 * cddb-tool seq calls converted to functions. No more distro dependencies.
410 * WGET* variables converted to HTTPGET* variables. FreeBSD can safelly use
411 fetch.
412 * More FreeBSD specific bits: CDROM and EJECT changes.
413 * Typo in abcde.conf
414 * Added CDDBPROTO for specifying the protocol level of the cddb query.
415 * CDDB protocol upgraded to 5. CDYEAR and CDGENRE are now used for CD
416 tagging. Patches from FreeBSD guys.
417 * COMMENT is now used for inline tagging with oggenc (my mistake it was
418 missing): Closes: #191475.
419
420 -- Jesus Climent <jesus.climent@hispalinux.es> Sat, 10 May 2003 07:49:22 +0000
421
422abcde (2.1.2-1) unstable; urgency=low
423
424 * Documentation updates: Closes: #186230.
425 * Usual set of bug fixes and corrections.
426 * Default behaviour of VAOUTPUTFORMAT output changed to avoid multiple
427 directories for a same album. I think the format is more logical, and you
428 can always split the files once they are created.
429 * Padding track wavs with 0 so if you want to burn those wavs just cdrecord
430 *.wav will do it. Use "-p" to force it when encoding a small (<9) number
431 of files (Closes: #111627).
432 * Added "KEEPWAVS" as a variable to keep those wavs. Default is "no". Can
433 use also "-k" in the command line. (Closes: #160372).
434 This probably should be changed with an option to move the wav files to
435 another directory instead of just keep de abcde.<cdid> directory.
436 * Added documentation comments about OUTPUTTYPE (Closes: #184963).
437 * abcde.conf cleanup: (Closes: #186230, #187400).
438
439 -- Jesus Climent <jesus.climent@hispalinux.es> Tue, 25 Mar 2003 16:39:25 +0200
440
441abcde (2.1.1-1) unstable; urgency=low
442
443 * New upstream release.
444
445 -- Jesus Climent <jesus.climent@hispalinux.es> Mon, 17 Mar 2003 08:52:01 +0200
446
447abcde (2.1.0-3) unstable; urgency=low
448
449 * Since abcde does not depend on eject, an execution test ([-x]) was added,
450 but that means abcde needs a test for eject in the patch if -x is passed:
451 Closes: #184151.
452 * Merged some more bits from Marc 'HE' Brockschmidt: Closes: #126289.
453 * A bit of more info in abcde.conf: Closes: #184963.
454 * cddb-tool version updated to 0.4.2
455
456 -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 14 Mar 2003 18:00:03 +0000
457
458abcde (2.1.0-2) unstable; urgency=low
459
460 * Old version string left behind. Updated.
461 * Few more doc update bits.
462 * Patches from Marc 'HE' Brockschmidt: Closes: #149499.
463 * Small patch from Norbert Preining to support multiple output in the output
464 directory.
465 * cddb-tool parses CDYEAR with the help of awk: Closes: #114848.
466 * cddb-tool does not globe "*" characters anymore: Closes: #157448.
467
468 -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 7 Mar 2003 06:41:32 +0000
469
470abcde (2.1.0-1) unstable; urgency=low
471
472 * The "Time To Release" version.
473 * We close:
474 + We preppend track number now: Closes: #128966.
475 + Itegrate flac: Closes: #126311.
476 + Multi-format encode: Closes: #148934.
477 + Gapless lame encoding: Closes: #172696.
478 + CDROM documented: Closes: #182403.
479
480 -- Jesus Climent <jesus.climent@hispalinux.es> Thu, 6 Mar 2003 14:45:51 +0000
481
482abcde (2.0.4-0.3) unstable; urgency=low
483
484 * Applied OpenBSD patches to make the script more portable. Thanks to Han
485 Boetes.
486
487 -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 28 Feb 2003 11:27:15 +0200
488
489abcde (2.0.4-0.2) unstable; urgency=low
490
491 * There was a "echo" line producing a strange output on the cd_read
492 procedure.
493
494 -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 28 Feb 2003 00:41:33 +0100
495
496abcde (2.0.4-0.1) unstable; urgency=low
497
498 * abcde takeover.
499 * The infamous "Works for me(TM)" release.
500 * Documentation fixes: closes: #100844, #136741.
501 * NetBSD patches applied:
502 - EXPERIMENTAL Normalize and Batch support.
503 - EXPERIMENTAL FLAC support.
504 * EXPERIMENTAL multiple output support:
505 + multiple output and error checking
506 + multiple lists support
507 * Default output file changed to have the $track_number in the begining.
508
509 -- Jesus Climent <jesus.climent@hispalinux.es> Thu, 27 Feb 2003 19:19:18 +0200
510
511abcde (2.0.3-1) unstable; urgency=low
512
513 * The Fixed-Yet?-How-About-Now?-What-About-Now?-Now? Release
514 * SMP fixed, mad props to Steve Madsen, closes: #69828, #111806
515 * Minor code cleanups thanks to Adam Heath
516 * Multiple inexact match results are generated in a safe manner
517 thanks to Nick Martin, closes: #126025
518 * Removed cddb-tool template generation bashism, thanks to Greg
519 Norris, closes: #126327
520 * Windows can't handle double quotes in filenames either.
521 The default mungefilename now removes them, closes: #127643
522 * Using -C with WAVOUTPUTDIR fixed, closes: #127728
523 * Resuming various artists discs fixed, closes: #127731
524
525 -- Robert Woodcock <rcw@debian.org> Sun, 27 Jan 2002 21:36:48 -0800
526
527abcde (2.0.2-1) unstable; urgency=low
528
529 * The One-More-Time-With-Feeling Release
530 * Bladeenc really works this time. Honest. closes: #121988
531
532 -- Robert Woodcock <rcw@debian.org> Mon, 3 Dec 2001 19:32:12 -0800
533
534abcde (2.0.1-1) unstable; urgency=low
535
536 * The I-Don't-Listen-To-Sssca Release
537 * Example abcde.conf fixes, closes: #111580
538 * So much for bladeenc's l3enc compatibility, closes: #110863
539 * CDDB submit fixes (to enable CDDB submitting, put
540 UNINTENTIONALLY_ANGER_THE_FREEDB_PEOPLE=y in your abcde.conf),
541 closes: #111478, #111500
542 * Minor mungefilename() cleanup
543 * Small manpage fix
544 * Works with oggenc when POSIXLY_CORRECT is defined, thanks to Juhapekka
545 Tolvanen
546 * Quote remote locations when calling distmp3
547 * Allow remote encoding of oggs
548 * Only remove wav files if the encoding succeeded
549 * No-local-encoding via -j 0 fixed, thanks to Hans-Joachim Baader
550 * CD read errors are trapped/resumed cleanly now thanks to Pete,
551 closes: #111618
552 * devfs device check fix, thanks to Clint Adams
553 * Check for seq command - some BSD's have jot instead and abcde can't
554 use that yet
555 * Various Artists playlist generation fixed, thanks to William Lash
556
557 -- Robert Woodcock <rcw@debian.org> Tue, 6 Nov 2001 18:34:25 -0800
558
559abcde (2.0-1) unstable; urgency=low
560
561 * The Psychiatrist-Says-I'm-Stable-Again Release
562 * Renamed to 2.0
563 * Minor documentation updates
564
565 -- Robert Woodcock <rcw@debian.org> Wed, 15 Aug 2001 15:26:54 -0700
566
567abcde (1.9.10-1) unstable; urgency=low
568
569 * The Waiter-There's-A-Proof-In-My-Pudding Release
570 * Fixed some quoting issues preventing abcde from using a temp directory
571 containing spaces, closes: #89682
572 * Now purges encodetracklocation notes from the status file when resuming.
573 * -a playlist now implies -a cddb
574 * Manpage and default config file updates, closes: #78726, #100841, #100845
575 * Applied checkstatus patch by Itai Zukerman, fixes certain track number
576 status checking situations, closes: #93395
577 * Check to see if things run through run_command return a nonzero error
578 code and present the command and error code to the user later,
579 closes: #93485
580 * Devfs fixup - If /dev/cdrom doesn't exist, try /dev/cdroms/cdrom0,
581 closes: #101933
582 * If a background process returned an error, log it. If it was an encode
583 process, abandon that encode location and don't wait for the encode
584 process to finish. Display the commandlines that resulted in error exits
585 with their exit codes before aborting.
586 * do_tag handles vorbis commenting failures idempotently
587 * -n works again
588 * Resumes encoding if all files have ripped, closes: #101843
589 * do_cddbedit code checks to see if it's already been run
590
591 -- Robert Woodcock <rcw@debian.org> Wed, 1 Aug 2001 20:20:41 -0700
592
593abcde (1.9.9-1) unstable; urgency=low
594
595 * The Not-Quite-Last-In-The-Development-Series Release
596 * I broke ID3v1 comments in 1.9.8, it's fixed now, thanks to Christian
597 Beyerlein for noticing this, closes: #89519
598
599 -- Robert Woodcock <rcw@debian.org> Tue, 13 Mar 2001 07:53:10 -0800
600
601abcde (1.9.8-1) unstable; urgency=low
602
603 * The Groundshaking Release
604 * Now defaults to using FreeDB instead of Gracenote. Pricks.
605 * New VAOUTPUTFORMAT variable for those who like their various artists
606 discs named in a different format
607 * Accomodates the fact that OpenBSD xargs does not eat whitespace, thanks
608 to Marcus Daniel for discovering this
609 * New scheduler for distmp3, thanks to David Bergeron
610 * xingmp3enc support, thanks to Brian Gannon
611 * Stripped down cddb-tool a little bit so that abcde no longer requires
612 mktemp
613 * New -C option to let people continue where they left off if they no
614 longer have the CD handy
615 * ID3COMMENT is now COMMENT
616 * Ogg commenting is now done separately so resuming doesn't break it
617 * More documentation updates
618
619 -- Robert Woodcock <rcw@debian.org> Sat, 10 Mar 2001 22:51:39 -0800
620
621abcde (1.9.7-1) unstable; urgency=low
622
623 * The Overcast Partial Eclipse Release
624 * Supports ID3v2
625 * Various Artists heuristics patch by Kevin Everets
626 * New -c option to specify an extra configuration file, closes: #76252
627 * Does not try to check if a tagger exists unless OUTPUTTYPE=mp3,
628 closes: #78540
629 * cddb-tool template output fixes
630 * Yet more documentation updates, closes #78632, #78726
631 * Avoids id3v2's -c option for now
632 * Adds support for another Various Artists format, "Artist: Title", thanks
633 to Wolfgang Borgert, closes: #78292
634 * Fixed typo that was breaking remote encoding support, closes: #81183
635 * Hitting control-c while there's nothing in the foreground no longer
636 causes abcde to delete all its work upon exit
637
638 -- Robert Woodcock <rcw@debian.org> Sun, 7 Jan 2001 21:17:32 -0800
639
640abcde (1.9.6-1) unstable; urgency=low
641
642 * The Squishy Release
643 * Updated getopts call to remove obsoleted options
644 * More documentation fixes, closes: #77957
645 * Single inexact match spurious question fix
646 * Fixed encoder trigger timing when using -l, closes: #77854
647
648 -- Robert Woodcock <rcw@debian.org> Sun, 26 Nov 2000 18:37:18 -0800
649
650abcde (1.9.5-1) unstable; urgency=low
651
652 * The "Run Towards Trick Or Treaters With Scissors" Release
653 * Some documentation updates, closes: #75707, #75927
654 * mungefilename quoting fix, closes: #75556
655 * Implemented -a, which replaces -p, -P, and a number of other things,
656 closes: #75507
657
658 -- Robert Woodcock <rcw@debian.org> Wed, 25 Oct 2000 21:16:38 -0700
659
660abcde (1.9.4-1) unstable; urgency=low
661
662 * The "Run With Scissors" Release
663 * Various Artists support by Kevin Everets
664 * Specifying track numbers on the command line should work again, bash was
665 getting a wee bit confuzzled with the way I had things before.
666 * A couple more error output changes and miscellaneous fixes
667 * OUTPUTDIR works again
668
669 -- Robert Woodcock <rcw@debian.org> Thu, 28 Sep 2000 23:11:35 -0700
670
671abcde (1.9.3-1) unstable; urgency=low
672
673 * The ugh Release
674 * Brown Paper Bag fix for mp3enc users
675 * Recreated the rest of the variable environment in do_playlist, fixes
676 TRACKNUM availability for real this time, closes: #72535
677
678 -- Robert Woodcock <rcw@debian.org> Tue, 26 Sep 2000 22:08:27 -0700
679
680abcde (1.9.2-1) unstable; urgency=low
681
682 * The "Very Long Changelog Entries Can Become Addicting" Release.
683 * Switched default output type to ogg, default encoder to oggenc
684 * Since 1.9.x prompts for CDDB edits by default there is now a -N switch
685 for non-interactivity.
686 * Handles cddb entries with random sprinklings of CR's and LF's
687 * You can now specify niceness for the reader and encoders, thanks to
688 Kevin Everets <kevin.everets@alcatel.com>
689 * -j 0 will now disable local encoding, thanks to Antonio Fiol
690 <Antonio.FIOL@enst-bretagne.fr>
691 * Vorbize should actually work now, thanks to Kevin Everets and James
692 LewisMoss
693 * Oggenc/Vorbize commenting support
694 * Made TRACKNUM available for playlist generation
695 * Fleshed out the TODO list a bit more
696 * mungefilename() now translates ':' to ' -' by default. Rationale: You
697 can't put ':' on a FAT filesystem. It also wreaks havoc with Samba.
698
699 -- Robert Woodcock <rcw@debian.org> Mon, 25 Sep 2000 19:31:35 -0700
700
701abcde (1.9.1-1) unstable; urgency=low
702
703 * The "Don't Fraun" Release.
704 * Fixed a half-dozen minor buglets
705 * A little less debug output, a lot more normal output
706 * Resuming operation works better now
707 * Patched up offline usage again
708 * Broke OUTPUTFORMAT - if you plan on ever using Ogg support, and you've
709 overridden the OUTPUTFORMAT default, change the ".mp3" to
710 ".${OUTPUTTYPE}"
711 * Beginnings of Ogg Vorbis support (vorbize and oggenc) - warning:
712 completely untested
713
714 -- Robert Woodcock <rcw@debian.org> Thu, 17 Aug 2000 21:03:00 -0700
715
716abcde (1.9-1) unstable; urgency=low
717
718 * The "" Release.
719 * Completely redone tmpfile handling, abcde can now continue where you left
720 off. closes: #42970, #50883, #66668
721 * Restructured program execution scheduling around central status file
722 * Moved cddb-tool interactivity to abcde, 'cddb-tool get' no longer exists,
723 it is now 'cddb-tool query' and 'cddb-tool read'.
724 * Removed -e, -v, and -V, since abcde will now prompt you if you want to
725 edit or otherwise muck with the data after you have a chance to see it.
726
727 -- Robert Woodcock <rcw@debian.org> Thu, 22 Jun 2000 18:13:01 -0700
728
729abcde (1.1.1-1) unstable; urgency=low
730
731 * The "That wasn't chicken" Release.
732 * Remote distributed encoding had a bad bug in 1.1 - work to be done
733 remotely was duplicated locally (everything still turned out ok -
734 there was just no speedup). Fixed that.
735 * Restructured encode_and_tag function.
736
737 -- Robert Woodcock <rcw@debian.org> Sun, 7 May 2000 20:10:10 -0700
738
739abcde (1.1-1) unstable; urgency=low
740
741 * The "We heard Mr. Garrison say them a couple of times" Release.
742 * New -r and REMOTEHOSTS option to use distmp3 to encode to multiple
743 hosts at once.
744 * Command-line track range specification (f.e. "abcde 1-12"
745 (Thanks: Vincent Ho)
746 * Now displays minutes/seconds for each track while displaying track titles
747 at the start
748
749 -- Robert Woodcock <rcw@debian.org> Tue, 18 Apr 2000 23:59:09 -0700
750
751abcde (1.0.6-1) unstable; urgency=low
752
753 * The "Inspected by #17" Release.
754 * New EJECTCD option to eject the CD after all tracks are read (thanks:
755 Hrafnkell F Hlodversson)
756
757 -- Robert Woodcock <rcw@debian.org> Sun, 2 Apr 2000 23:23:44 -0700
758
759abcde (1.0.5-1) unstable; urgency=low
760
761 * The "...So we can both watch X-Files..." Release.
762 * Quoting fix for setups without space->underscore filename munging
763 * README file URL fixes/updates
764
765 -- Robert Woodcock <rcw@debian.org> Thu, 16 Mar 2000 18:34:38 -0800
766
767abcde (1.0.4-1) unstable; urgency=low
768
769 * The "Plop, Plop, Fizz Fizz" Release
770 * CDPARANOIAOPTS and CDDA2WAVOPTS should work now.
771
772 -- Robert Woodcock <rcw@debian.org> Sun, 20 Feb 2000 18:44:08 -0800
773
774abcde (1.0.3-1) unstable; urgency=low
775
776 * The "This Space Intentionally Left Blank" Release
777 * Support for reverse and dashed Various Artists discs
778 * More elegant way of passing backtick data
779 * Replaced all `foo` commands with $(foo)
780 * Custom filename munging, closes: #38448
781
782 -- Robert Woodcock <rcw@debian.org> Wed, 9 Feb 2000 20:26:22 -0800
783
784abcde (1.0.2-1) unstable; urgency=low
785
786 * Now eats backticks in CDDB input (thanks to Steve Beattie)
787 * mp3enc support (thanks to Richard Jelinek and Chris Ruvolo),
788 closes: #56189
789 * cddb-tool more gracefully handles no net connection for those with
790 local caching name servers
791 * Fixed HELLOINFO documentation bug, closes: #56268
792
793 -- Robert Woodcock <rcw@debian.org> Wed, 26 Jan 2000 19:45:06 -0800
794
795abcde (1.0.1-1) unstable; urgency=low
796
797 * The "s/ever/ Three Days/" Release
798 * Now properly handles double-quotes in Artist and Album data
799 (thanks to Clint Adams), closes: #54888
800
801 -- Robert Woodcock <rcw@debian.org> Thu, 13 Jan 2000 23:34:24 -0800
802
803abcde (1.0-1) unstable; urgency=low
804
805 * The "But a 1.0 is Forever" Release
806 * Backed out cddb-tool quoting change, closes: #54005
807 * Now strips carriage returns from CDDB data, closes: #53815
808 * Added ID3COMMENT config option
809
810 -- Robert Woodcock <rcw@debian.org> Mon, 10 Jan 2000 20:48:24 -0800
811
812abcde (0.8.9-1) unstable; urgency=low
813
814 * The "Get it Before the World Implodes" Release
815 * Added -D (debugging option, outputs debugging information to stderr).
816 Very useful for submitting bug reports, hint hint hint :)
817 Just do 'abcde -D 2>logfile' and include logfile in your bug report.
818 * Now uses id3's new -T option to embed track numbers in ID3 tags.
819 * Fixed cddb-tool output for FreeDB submissions, closes: #51986.
820 Thanks to Clint Adams for spotting the problem
821 * New -v switch for Various Artist CD's (thanks to Magenta Hari Nezumi)
822 closes: #43581
823 * Fixed minor cddb-tool manpage buglet
824 * Fixed cddb-tool output for shell quoting, thanks to Philipp Meier.
825 closes: #52469
826
827 -- Robert Woodcock <rcw@debian.org> Fri, 31 Dec 1999 14:12:35 -0800
828
829abcde (0.8.8-1) unstable; urgency=low
830
831 * Added gogo explainations to manpages and example config file
832 * Added code by Stuart Ballard <sballard@netreach.net> to intelligently
833 use relative paths for playlist files, closes #51351
834 * Added PLAYLISTDATAPREFIX config option for those who wish to prefix
835 their playlist data with things like URL's
836 * Fixed bug added in 0.8 where the multiple inexact match choice
837 selection would be hidden to the user (cddb-tool wasn't sending all
838 user output to stderr as it should), closes #51434, #50786
839
840 -- Robert Woodcock <rcw@debian.org> Sun, 28 Nov 1999 16:02:24 -0800
841
842abcde (0.8.7-1) unstable; urgency=low
843
844 * Removed some parallelization from encode_and_tag, closes: #50246
845
846 -- Robert Woodcock <rcw@debian.org> Tue, 16 Nov 1999 18:49:29 -0800
847
848abcde (0.8.6-1) unstable; urgency=low
849
850 * Removed remaining bashisms
851
852 -- Robert Woodcock <rcw@debian.org> Sun, 14 Nov 1999 08:46:14 -0800
853
854abcde (0.8.5-1) unstable; urgency=low
855
856 * Fixed some background encoding issues that cropped up in 0.8.3.
857
858 -- Robert Woodcock <rcw@debian.org> Sun, 7 Nov 1999 01:08:27 -0800
859
860abcde (0.8.4-1) unstable; urgency=low
861
862 * New name. cdgrab was already taken - the original cdgrab name
863 belongs to a CDDA reading program for DOS dating back to 1993.
864 It's still in use and active development, so I'm changing the
865 name of cdgrab instead. See this URL for a description of the
866 original cdgrab: http://www.scn.rain.com/pub/cdrom/cdgrab.txt
867
868 Your old /etc/cdgrab.conf and/or ~/.cdgrab.conf can simply be
869 renamed to /etc/abcde.conf and ~/.abcde.conf.
870
871 The program name is now 'abcde'.
872
873 -- Robert Woodcock <rcw@debian.org> Tue, 2 Nov 1999 22:28:19 -0800
874
875cdgrab (0.8.3-1) unstable; urgency=low
876
877 * 0.8.2 would leave around cdgrab.xxxxxx tempfiles with -j.
878 Fixed that.
879 * Fixed quoting issues regarding spaces in output files
880 closes: #38449
881
882 -- Robert Woodcock <rcw@debian.org> Thu, 28 Oct 1999 20:08:22 -0700
883
884cdgrab (0.8.2-1) unstable; urgency=low
885
886 * Fixes a cddb-tool quoting issue - closes: #46979
887 * Adds support for gogo
888
889 -- Robert Woodcock <rcw@debian.org> Sun, 10 Oct 1999 11:24:50 -0700
890
891cdgrab (0.8.1-1) unstable; urgency=low
892
893 * Clears up a few bashisms from the merged-in cddb-tool patches
894 closes: #45512, #45514
895 * FHS compliance
896
897 -- Robert Woodcock <rcw@debian.org> Sun, 19 Sep 1999 12:21:40 -0700
898
899cdgrab (0.8-1) unstable; urgency=low
900
901 * New Release - closes: #43579, #42997, #38325, #42971
902 * Removes dependancy for now non-existant cdparanoia-bin package
903
904 -- Robert Woodcock <rcw@debian.org> Thu, 26 Aug 1999 22:34:29 -0700
905
906cdgrab (0.7.7-1) unstable; urgency=low
907
908 * one-liner patch re-release :)
909
910 -- Robert Woodcock <rcw@debian.org> Thu, 12 Aug 1999 07:29:50 -0700
911
912cdgrab (0.7.6-1) unstable; urgency=low
913
914 * New Release - closes: #42734
915
916 -- Robert Woodcock <rcw@debian.org> Mon, 9 Aug 1999 21:11:30 -0700
917
918cdgrab (0.7.5-1) unstable; urgency=low
919
920 * New Release - closes: #40179, #41086
921
922 -- Robert Woodcock <rcw@debian.org> Tue, 13 Jul 1999 19:20:53 -0700
923
924cdgrab (0.7.4-1) unstable; urgency=low
925
926 * New Release
927
928 -- Robert Woodcock <rcw@debian.org> Mon, 7 Jun 1999 22:12:20 -0700
929
930cdgrab (0.7.3-1) unstable; urgency=low
931
932 * New Release
933
934 -- Robert Woodcock <rcw@debian.org> Sun, 23 May 1999 22:24:43 -0700
935
936cdgrab (0.7.2-1) unstable; urgency=low
937
938 * New Release
939
940 -- Robert Woodcock <rcw@debian.org> Sun, 16 May 1999 17:41:55 -0700
941
942cdgrab (0.7.1-1) unstable; urgency=low
943
944 * New release
945
946 -- Robert Woodcock <rcw@debian.org> Fri, 14 May 1999 23:37:00 -0700
947
948cdgrab (0.7-1) unstable; urgency=low
949
950 * New release
951 * cd-discid spun off into its own package, cdgrab is now
952 Architecture: all
953
954 -- Robert Woodcock <rcw@debian.org> Fri, 7 May 1999 20:44:06 -0700
955
956cdgrab (0.6.2-1) unstable; urgency=low
957
958 * New release, closes: bug #35379, bug #36272
959
960 -- Robert Woodcock <rcw@debian.org> Sun, 18 Apr 1999 15:09:43 -0700
961
962cdgrab (0.6.1-1) unstable; urgency=low
963
964 * New release, quick bashism bugfix - closes: bug #35245
965
966 -- Robert Woodcock <rcw@debian.org> Mon, 29 Mar 1999 19:19:04 -0800
967
968cdgrab (0.6-1) unstable; urgency=low
969
970 * New release - closes: bug #34454, #34736, #34823, #34824
971
972 -- Robert Woodcock <rcw@debian.org> Sun, 28 Mar 1999 18:26:54 -0800
973
974cdgrab (0.5-1) unstable; urgency=low
975
976 * New release
977
978 -- Robert Woodcock <rcw@debian.org> Thu, 18 Mar 1999 23:39:02 -0800
979
980cdgrab (0.4-1) unstable; urgency=low
981
982 * New release - closes: bug #34566, #34577
983
984 -- Robert Woodcock <rcw@debian.org> Tue, 16 Mar 1999 00:10:20 -0800
985
986cdgrab (0.3-1) unstable; urgency=low
987
988 * New release - closes: bug #34101
989
990 -- Robert Woodcock <rcw@debian.org> Fri, 5 Mar 1999 18:13:30 -0800
991
992cdgrab (0.2-1) unstable; urgency=low
993
994 * Initial Release.
995
996 -- Robert Woodcock <rcw@debian.org> Sun, 21 Feb 1999 18:50:34 -0800