normalize-audio and files erased by the ripping tool
[clinton/abcde.git] / changelog
CommitLineData
c9c2ca27 1abcde 2.1.19
2
3 * Encoding the whole CD in one file is now possible. Use "-1" as a flag
4 (Closes: #126267).
5
6 -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 9 Apr 2004 17:04:58 +0000
7
8abcde 2.1.18
9
10 * Do not release in a hurry. The eject program is not needed if CDSPEEDVALUE
11 is not set and no EJECT action is performed (Closes: #242506)
12
13 -- Jesus Climent <jesus.climent@hispalinux.es> Thu, 8 Apr 2004 05:18:49 +0000
14
15abcde 2.1.17
16
17 * Dud! Those missing quotes are going to kill me. Quotes restored and
18 (Closes: #242508).
19
20 -- Jesus Climent <jesus.climent@hispalinux.es> Wed, 7 Apr 2004 06:30:31 +0000
21
22abcde 2.1.16
23
24 * New setting for the CD speed. Some drives have a higher failure ratio when
25 spinning at high speed.
26 * Added a pre-read function for preparations. Uses include closing the CD
27 tray (Closes: #137548).
28 * Added COMMENT part in OggFlac metadata.
29 * Documentation update: README, abcde.1
30 * Do not tag GENRE and DATE in Ogg/Vorbis if CDDB does not provide them
31 (Closes: #235531).
32 * Solved bug with batch encoding, thanks to Travis McKay.
33 * When *DATAPREFIX was set, the playlist creation was made without newline.
34 * Added >&2 redirection to visualize the "Erase playlist" question
35 (Closes: #241221).
36 * Added the option "-m" to modify the resulting playlist, to contain CRLF at
37 the end of every line, letting some hardware players which insist with
38 DOS-style files to use them. Also, added DOSPLAYLIST as a config option.
39 * When using a selected, localy cached CDDB entry, we forgot to show the
40 selection when asking the user for editing the choice. Now we show it.
41 * Improved the logic in the order of events when using a local CDDB repo.
42
43 -- Jesus Climent <jesus.climent@hispalinux.es> Tue, 6 Apr 2004 05:29:38 +0000
44
45abcde 2.1.15
46
47 * EDITOR is called now evaluating the variable, so it works with full path
48 and arguments.
49 * Patch for making md5sum a variable (since some systems use a different
50 name).
51 * Correction by "huf" <mihi at mail.eol.hu>. The test code in line 376
52 needed some quotes.
53 * The PADDING code and some CDDB funcions were *really* messy. Now it looks
54 cleaner, works faster and some not needed network operations are no
55 longer performed when we are working with local CDDB repositories.
56 * Added "-V" for extra verbosity (on slow networks the user might be waiting
57 and wondering is somethins is happening).
58 * Solved a bug with the non-interactive code.
59
60 -- Jesus Climent <jesus.climent@hispalinux.es> Mon, 16 Feb 2004 00:13:12 +0000
61
62abcde 2.1.14
63
64 * Missing quotes restored (Closes: #228648).
65
66 -- Jesus Climent <jesus.climent@hispalinux.es> Tue, 20 Jan 2004 06:43:04 +0000
67
68abcde 2.1.13
69
70 * Solved the problem with re-runs of multiple choices not showing all the
71 choices (Closes: #228405) (this was a quick one)
72 * We now show the selected CDDB entry on a second run, instead of all of
73 them (not that one should stop abcde, but just in case). This way
74 consecutive interrupted runs obtain the same results.
75
76 -- Jesus Climent <jesus.climent@hispalinux.es> Sun, 18 Jan 2004 22:42:15 +0000
77
78abcde 2.1.12
79
80 * Check if normalizer is found in the PATH (Closes: #228014)
81 * Added (commented) bits to check if the CD being processed is the CD on the
82 tray, so that if differs we do not eject it.
83 * Store locally the CDDB information, under $HOME/.cddb since it is being
84 used by Grip (at least). PATH is user defined (Closes: #88048)
85 * If you are using cdda2wav and SCSI drives, you can set CDROMID for the
86 SCSI drive, since it differs from the cd-discid CDROM parameter
87 (Closes: #121987).
88 * MacOSX keeps on failing because the OS mounts the CD before we finish
89 ripping it... or something else. Please, test test test the code, and
90 report your findings. Pretty please. I have not been able to make it work
91 with the reports I have received.
92
93 -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 16 Jan 2004 12:06:07 +0000
94
95abcde 2.1.11
96
97 * Urgent fixes for the FreeBSD and MacOSX bits. When using cdda2wav, the
98 CDROM variable must be modified depending on the device interface. By now
99 we will not try to be very smart.
100 * Added a test for HTTPGETOPTS since it cannot be empty for the default
101 HTTPGET options.
102 * Quick release to fix a problem with the CDROM detection code.
103 (Closes: #226647)
104 * Cleaned a bashism. Thanks to Klaus Ethgen (Closes: #226782).
105 * Rewrote some parts of the cdda2wav code. Since I do not have a machine
106 where cdda2wav works, I cannot test the code. The modifications have been
107 done following user reports. If you use cdda2wav and abcde does not work
108 for you, please, contact me and we will try to sort things out. Thanks.
109
110 -- Jesus Climent <jesus.climent@hispalinux.es> Thu, 8 Jan 2004 21:36:23 +0000
111
112abcde 2.1.10
113
114 * INLINETAG and STARTTRACKNUMBER flags added.
115 * CDROM checking is now done with a bit more wiselly (Closes: #219768)
116 * HTTPGET is only requested is "cddb" action is performed.
117 * Workout the possibility of cdparanoia erasing our wav files
118 (Closes: #172694)
119 * The default answer for editing CDDB data is now "y" if the disk is
120 unknown. If not, the default is "n". Requested by Ricky Buchanan.
121 * Now we do not erase silently any previous $PLAYLISTFILE left behind by a
122 previous CD ripping (Closes: #220753)
123 * Write info file with cdda2wav (Closes: #187702).
124 I do not use cdda2wav myself (me is cd-paranoid) so if anyone using
125 cdda2wav has a problem with this, please, report.
126 * CDROM comes in 1,0,0 kind of format for cdda2wav ripper. Corrected with a
127 quick patch. Kudos go to Mikhail Manuilov <viper5k at pisem dot net> for
128 noticing.
129 * Merged bits to make abcde work under MacOSX. Thanks to Evan Jones.
130 * Merged bits to avoid FreeDB people anger and to cut down the "abcde." part
131 of the discid. Now you can set the "-C" command with the directory name.
132 Kudos go to Bart Samwel.
133 * Added some info bits to the config file about normalize, requested by
134 Ricky Buchanan.
135 * Added some testing for the wav file before normalizing, to check that the
136 file is actually there.
137
138 -- Jesus Climent <jesus.climent@hispalinux.es> Mon, 5 Jan 2004 14:43:59 +0000
139
140abcde 2.1.9
141
142 * The "First snow in Finland" release.
143 * One head was missing a "-n"
144 * Not use relative links when PLAYLISTDATAPREFIX is set (Closes: #165368)
145 * Stupid use of $OUTPUTTYPE in flac tagging (Closes: #218625)
146
147 -- Jesus Climent <jesus.climent@hispalinux.es> Sun, 2 Nov 2003 09:05:17 +0000
148
149abcde 2.1.8
150
151 * Small typo corrected (Closes: #217149)
152 * KEEPWAVS now sets the "clean" action to "no", so the wavs are kept.
153 (Closes: #216551)
154 * Quick release fixing a couple of bugs introduced by the padding patch
155 (Closes: #215962)
156 * Control: Build-Depends-Indep: moved to Build-Depends:, as per
157 http://www.debian.org/doc/debian-policy/ch-relationships.html#s-sourcebinarydeps
158 (Closes: #214200)
159
160 -- Jesus Climent <jesus.climent@hispalinux.es> Thu, 23 Oct 2003 09:49:01 +0000
161
162abcde 2.1.7
163
164 * The "Engineer" release. Yeah! I graduated!
165 * Patch applied to solve the track submission interface issues. Kudos to
166 Marc HE Brockschmidt, again (Closes: #126289)
167 * Small bug related with DISTMP3NICE solved. Kudos to Wilbert Alberts.
168 (Closes: #213756)
169 * Padding now creates the list with padded numbers. Test patch. This should
170 solve the problem with delayed tagging a single file.
171
172 -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 13 Oct 2003 09:50:09 +0000
173
174abcde 2.1.6
175
176 * Removed a nasty bug where even if the encode failed, the track was marked
177 as successfully encoded (Closes: #208391)
178 * Various Artists has now its own PLAYLIST format (Closes: #137432)
179 * metaflac path corrected (Closes: #206110)
180 * Hopefully this version repairs the comment part for Ogg/Vorbis files.
181 * If nothing breaks, 2.2 will be released as soon as the KNOWNBUG is solved.
182 * Removed all the inline tagging since it breaks the action chain, except
183 in Ogg/Speex. Need to check if "vorbiscomment" can be used for it.
184 (Closes: #206311)
185 * Added DISTMP3NICE variable, to nice the distmp3 program (Closes: #208398)
186
187 -- Jesus Climent <jesus.climent@hispalinux.es> Thu, 4 Sep 2003 10:53:09 +0000
188
189abcde 2.1.5
190
191 * Small fixes and patches.
192 + GENRE can be used for OUTPUTFORMAT and PLAYLISTFORMAT
193 + id3v2 should work now with -c for comments (Closes: #199949)
194 + small bug with batch encoding
195 + Variables are exported before the CDDB functions are called, so they
196 should use the right variables for the HTTPGET command.
197 + Tagging also use TRACKS and CDGENRE for MP3 files (kudos to Dirk
198 Ruediger)
199 + FLAC encoding now uses dismp3 to encode remotelly (kudos to Taylor and
200 Kevin Cramer). HANDLE WITH CARE ;)
201 Also FLAC now uses CDGENRE and CDYEAR for tagging.
202 * tail/head change: -1 has been deprecated. Noted by Stephan Kulow.
203 * Ogg/Speex support added, for speech encoding (Closes #204635)
204 * Documentation update (Closes: #198825)
205 * Patch for "=" in the name applied (Closes: #197199)
206
207 -- Jesus Climent <jesus.climent@hispalinux.es> Thu, 14 Aug 2003 16:45:29 +0000
208
209abcde 2.1.4
210
211 * Small bug fixes:
212 + COMMENT should work now.
213 + Aesthetic padding on the total amount of tracks.
214 + CDROM typo
215 + CDROM is now checked after reading the user defined entries.
216 * Remove trailing args from $EDITOR when checking -x: Closes #179222.
217
218 -- Jesus Climent <jesus.climent@hispalinux.es> Sun, 18 May 2003 18:47:36 +0000
219
220abcde 2.1.3
221
222 * Makefile was missing cddb-tool.1.
223 * Introduced dagrab as CD ripping utility.
224 * cddb-tool seq calls converted to functions. No more distro dependencies.
225 * WGET* variables converted to HTTPGET* variables. FreeBSD can safelly use
226 fetch.
227 * More FreeBSD specific bits: CDROM and EJECT changes.
228 * Typo in abcde.conf
229 * Added CDDBPROTO for specifying the protocol level of the cddb query.
230 * CDDB protocol upgraded to 5. CDYEAR and CDGENRE are now used for CD
231 tagging.
232 * COMMENT is now used for inline tagging with oggenc (my mistake it was
233 missing): Closes: #191475.
234
235 -- Jesus Climent <jesus.climent@hispalinux.es> Sat, 10 May 2003 07:49:22 +0000
236
237abcde 2.1.2
238
239 * Documentation updates: Closes: #186230.
240 * Usual set of bug fixes and corrections.
241 * Default behaviour of VAOUTPUTFORMAT output changed to avoid multiple
242 directories for a same album. I think the format is more logical, and you
243 can always split the files once they are created.
244 * Padding track wavs with 0 so if you want to burn those wavs just cdrecord
245 *.wav will do it. Use "-p" to force it when encoding a small (<9) number
246 of files (Closes: #111627).
247 * Added "KEEPWAVS" as a variable to keep those wavs. Default is "no". Can
248 use also "-k" in the command line. (Closes: #160372).
249 This probably should be changed with an option to move the wav files to
250 another directory instead of just keep de abcde.<cdid> directory.
251 * Added documentation comments about OUTPUTTYPE (Closes: #184963).
252 * abcde.conf cleanup: (Closes: #186230, #187400).
253
254 -- Jesus Climent <jesus.climent@hispalinux.es> Tue, 25 Mar 2003 16:39:25 +0200
255
256abcde 2.1.1
257
258 * New release.
259
260 -- Jesus Climent <jesus.climent@hispalinux.es> Mon, 17 Mar 2003 08:52:01 +0200
261
262abcde 2.1.0-3
263
264 * Since abcde does not depend on eject, an execution test ([-x]) was added,
265 but that means abcde needs a test for eject in the patch if -x is passed:
266 Closes: #184151.
267 * Merged some more bits from Marc 'HE' Brockschmidt: Closes: #126289.
268 * A bit of more info in abcde.conf: Closes: #184963.
269 * cddb-tool version updated to 0.4.2
270
271 -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 14 Mar 2003 18:00:03 +0000
272
273abcde 2.1.0-2
274
275 * Old version string left behind. Updated.
276 * Few more doc update bits.
277 * Patches from Marc 'HE' Brockschmidt: Closes: #149499.
278 * Small patch from Norbert Preining to support multiple output in the output
279 directory.
280 * cddb-tool parses CDYEAR with the help of awk: Closes: #114848.
281 * cddb-tool does not globe "*" characters anymore: Closes: #157448.
282
283 -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 7 Mar 2003
284
285abcde 2.1.0
286 * The infamous "Works for me(TM)" and "Time to release" release.
287 + We preppend track number now: Closes: #128966.
288 + Itegrate flac: Closes: #126311.
289 + Multi-format encode: Closes: #148934.
290 + Gapless lame encoding: Closes: #172696.
291 + CDROM documented: Closes: #182403.
292 * Applied OpenBSD patches to make the script more portable. Thanks to Han
293 Boetes.
294 * Documentation fixes: closes: #100844, #136741.
295 * NetBSD patches applied:
296 - EXPERIMENTAL Normalize and Batch support.
297 - EXPERIMENTAL FLAC support.
298 * EXPERIMENTAL multiple output support:
299 + multiple output and error checking
300 + multiple lists support
301 * Default output file changed to have the $track_number in the begining.
302 * abcde takeover.
303
304 -- Jesus Climent <jesus.climent@hispalinux.es> Fri, 28 Feb 2003
305
306abcde 2.0.3
307 * The Fixed-Yet?-How-About-Now?-What-About-Now?-Now? Release
308 * SMP fixed, mad props to Steve Madsen, closes: #69828, #111806
309 * Minor code cleanups thanks to Adam Heath
310 * Multiple inexact match results are generated in a safe manner
311 thanks to Nick Martin, closes: #126025
312 * Removed cddb-tool template generation bashism, thanks to Greg
313 Norris, closes: #126327
314 * Windows can't handle double quotes in filenames either.
315 The default mungefilename now removes them, closes: #127643
316 * Using -C with WAVOUTPUTDIR fixed, closes: #127728
317 * Resuming various artists discs fixed, closes: #127731
318
319 -- Robert Woodcock <rcw@debian.org> Sun, 27 Jan 2002
320
321abcde 2.0.2
322 * The One-More-Time-With-Feeling Release
323 * Bladeenc really works this time. Honest. closes: #121988
324
325 -- Robert Woodcock <rcw@debian.org> Mon, 3 Dec 2001
326
327abcde 2.0.1
328
329 * The I-Don't-Listen-To-Sssca Release
330 * Example abcde.conf fixes, closes: #111580
331 * So much for bladeenc's l3enc compatibility, closes: #110863
332 * CDDB submit fixes (to enable CDDB submitting, put
333 UNINTENTIONALLY_ANGER_THE_FREEDB_PEOPLE=y in your abcde.conf),
334 closes: #111478, #111500
335 * Minor mungefilename() cleanup
336 * Small manpage fix
337 * Works with oggenc when POSIXLY_CORRECT is defined, thanks to Juhapekka
338 Tolvanen
339 * Quote remote locations when calling distmp3
340 * Allow remote encoding of oggs
341 * Only remove wav files if the encoding succeeded
342 * No-local-encoding via -j 0 fixed, thanks to Hans-Joachim Baader
343 * CD read errors are trapped/resumed cleanly now thanks to Pete,
344 closes: #111618
345 * devfs device check fix, thanks to Clint Adams
346 * Check for seq command - some BSD's have jot instead and abcde can't
347 use that yet
348 * Various Artists playlist generation fixed, thanks to William Lash
349
350 -- Robert Woodcock <rcw@debian.org> Tue, 6 Nov 2001
351
352abcde 2.0
353
354 * The Psychiatrist-Says-I'm-Stable-Again Release
355 * Renamed to 2.0
356 * Minor documentation updates
357
358 -- Robert Woodcock <rcw@debian.org> Wed, 15 Aug 2001
359
360abcde 1.9.10
361
362 * The Waiter-There's-A-Proof-In-My-Pudding Release
363 * Fixed some quoting issues preventing abcde from using a temp directory
364 containing spaces, closes: #89682
365 * Now purges encodetracklocation notes from the status file when resuming.
366 * -a playlist now implies -a cddb
367 * Manpage and default config file updates, closes: #78726, #100841, #100845
368 * Applied checkstatus patch by Itai Zukerman, fixes certain track number
369 status checking situations, closes: #93395
370 * Check to see if things run through run_command return a nonzero error
371 code and present the command and error code to the user later,
372 closes: #93485
373 * Devfs fixup - If /dev/cdrom doesn't exist, try /dev/cdroms/cdrom0,
374 closes: #101933
375 * If a background process returned an error, log it. If it was an encode
376 process, abandon that encode location and don't wait for the encode
377 process to finish. Display the commandlines that resulted in error exits
378 with their exit codes before aborting.
379 * do_tag handles vorbis commenting failures idempotently
380 * -n works again
381 * Resumes encoding if all files have ripped, closes: #101843
382 * do_cddbedit code checks to see if it's already been run
383
384 -- Robert Woodcock <rcw@debian.org> Wed, 1 Aug 2001
385
386abcde 1.9.9
387
388 * The Not-Quite-Last-In-The-Development-Series Release
389 * I broke ID3v1 comments in 1.9.8, it's fixed now, thanks to Christian
390 Beyerlein for noticing this
391
392 -- Robert Woodcock <rcw@debian.org> Tue, 13 Mar 2001
393
394abcde 1.9.8
395
396 * The Groundshaking Release
397 * Now defaults to using FreeDB instead of Gracenote. Pricks.
398 * New VAOUTPUTFORMAT variable for those who like their various artists
399 discs named in a different format
400 * Accomodates the fact that OpenBSD xargs does not eat whitespace, thanks
401 to Marcus Daniel for discovering this
402 * New scheduler for distmp3, thanks to David Bergeron
403 * xingmp3enc support, thanks to Brian Gannon
404 * Stripped down cddb-tool a little bit so that abcde no longer requires
405 mktemp
406 * New -C option to let people continue where they left off if they no
407 longer have the CD handy
408 * ID3COMMENT is now COMMENT
409 * Ogg commenting is now done separately so resuming doesn't break it
410 * More documentation updates
411
412 -- Robert Woodcock <rcw@debian.org> Sat, 10 Mar 2001
413
414abcde 1.9.7
415
416 * The Overcast Partial Eclipse Release
417 * Supports ID3v2
418 * Various Artists heuristics patch by Kevin Everets
419 * New -c option to specify an extra configuration file
420 * Does not try to check if a tagger exists unless OUTPUTTYPE=mp3
421 * cddb-tool template output fixes
422 * Yet more documentation updates
423 * Avoids id3v2's -c option for now
424 * Adds support for another Various Artists format, "Artist: Title", thanks
425 to Wolfgang Borgert
426 * Fixed typo that was breaking remote encoding support
427 * Hitting control-c while there's nothing in the foreground no longer
428 causes abcde to delete all its work upon exit
429
430 -- Robert Woodcock <rcw@debian.org> Sun, 7 Jan 2001
431
432abcde 1.9.6
433
434 * The Squishy Release
435 * Updated getopts call to remove obsoleted options
436 * More documentation fixes, closes: #77957
437 * Single inexact match spurious question fix
438 * Fixed encoder trigger timing when using -l, closes: #77854
439
440 -- Robert Woodcock <rcw@debian.org> Sun, 26 Nov 2000
441
442abcde 1.9.5
443
444* The "Run Towards Trick Or Treaters With Scissors" Release
445* Some documentation updates
446* mungefilename quoting fix
447* Implemented -a, which replaces -p, -P, and a number of other things
448
449 -- Robert Woodcock <rcw@debian.org> Mon, 30 Oct 2000
450
451abcde 1.9.4
452
453* The "Run With Scissors" Release
454* Various Artists support by Kevin Everets
455* Specifying track numbers on the command line should work again, bash was
456 getting a wee bit confuzzled with the way I had things before.
457* A couple more error output changes and miscellaneous fixes
458* OUTPUTDIR works again
459
460 -- Robert Woodcock <rcw@debian.org> Thu, 28 Sep 2000
461
462abcde 1.9.3
463
464* The ugh Release
465* Brown Paper Bag fix for mp3enc users
466* Recreated the rest of the variable environment in do_playlist, fixes
467 TRACKNUM availability for real this time, closes: #72535
468
469 -- Robert Woodcock <rcw@debian.org> Tue, 26 Sep 2000
470
471abcde 1.9.2
472
473* The "Very Long Changelog Entries Can Become Addicting" Release.
474* Switched default output type to ogg, default encoder to oggenc
475* Since 1.9.x prompts for CDDB edits by default there is now a -N switch
476 for non-interactivity.
477* Handles cddb entries with random sprinklings of CR's and LF's
478* You can now specify niceness for the reader and encoders, thanks to
479 Kevin Everets <kevin.everets@alcatel.com>
480* -j 0 will now disable local encoding, thanks to Antonio Fiol
481 <Antonio.FIOL@enst-bretagne.fr>
482* Vorbize should actually work now, thanks to Kevin Everets and James
483 LewisMoss
484* Oggenc/Vorbize commenting support
485* Made TRACKNUM available for playlist generation
486* Fleshed out the TODO list a bit more
487* mungefilename() now translates ':' to ' -' by default. Rationale: You
488 can't put ':' on a FAT filesystem. It also wreaks havoc with Samba.
489
490 -- Robert Woodcock <rcw@debian.org> Mon, 25 Sep 2000
491
492abcde 1.9.1
493
494* The "Don't Fraun" Release.
495* Fixed a half-dozen minor buglets
496* A little less debug output, a lot more normal output
497* Resuming operation works better now
498* Patched up offline usage again
499* Broke OUTPUTFORMAT - if you plan on ever using Ogg support, and you've
500 overridden the OUTPUTFORMAT default, change the ".mp3" to
501 ".${OUTPUTTYPE}"
502* Beginnings of Ogg Vorbis support (vorbize and oggenc) - warning:
503 completely untested
504
505 -- Robert Woodcock <rcw@debian.org> Thu, 17 Aug 2000
506
507abcde 1.9
508
509* The "" Release.
510* Completely redone tmpfile handling, abcde can now continue where you left
511 off. closes: #42970, #50883, #66668
512* Restructured program execution scheduling around central status file
513* Moved cddb-tool interactivity to abcde, 'cddb-tool get' no longer exists,
514 it is now 'cddb-tool query' and 'cddb-tool read'.
515* Removed -e, -v, and -V, since abcde will now prompt you if you want to
516 edit or otherwise muck with the data after you have a chance to see it.
517
518 -- Robert Woodcock <rcw@debian.org> Thu, 22 Jun 2000
519
520abcde 1.1.1
521
522* The "That wasn't chicken" release.
523* Remote distributed encoding had a bad bug in 1.1 - work to be done
524 remotely was duplicated locally (everything still turned out ok - there
525 was just no speedup). Fixed that.
526* Restructured encode_and_tag function.
527
528 -- Robert Woodcock <rcw@debian.org> Sun, 07 May 2000
529
530abcde 1.1
531
532* The "We heard Mr. Garrison say them a couple of times" Release.
533* New -r and REMOTEHOSTS option to use distmp3 to encode to multiple
534 hosts at once.
535* Command-line track range specification (f.e. "abcde 1-12"
536 (Thanks: Vincent Ho)
537* Now displays minutes/seconds for each track while displaying track titles
538 at the start
539
540 -- Robert Woodcock <rcw@debian.org> Tue, 18 Apr 2000
541
542abcde 1.0.6
543
544* The "Inspected by #17" Release.
545* New EJECTCD option to eject the CD after all tracks are read (thanks:
546 Hrafnkell F Hlodversson)
547
548 -- Robert Woodcock <rcw@debian.org> Sun, 2 Apr 2000
549
550abcde 1.0.5
551
552* The "...So we can both watch X-Files..." Release.
553* Quoting fix for setups without space->underscore filename munging
554* README file URL fixes/updates
555
556 -- Robert Woodcock <rcw@debian.org> Thu, 16 Mar 2000
557
558abcde 1.0.4
559
560* CDPARANOIAOPTS and CDDA2WAVOPTS should work now.
561
562 -- Robert Woodcock <rcw@debian.org> Sun, 20 Feb 2000
563
564abcde 1.0.3
565
566* The "This Space Intentionally Left Blank" Release
567* Support for reverse and dashed Various Artists discs
568* More elegant way of passing backtick data
569* Replaced all `foo` commands with $(foo)
570* Custom filename munging, closes: #38448
571
572 -- Robert Woodcock <rcw@debian.org> Wed, 9 Feb 2000
573
574abcde 1.0.2
575
576* Now eats backticks in CDDB input (thanks to Steve Beattie)
577* mp3enc support (thanks to Richard Jelinek and Chris Ruvolo), closes: #56189
578* cddb-tool more gracefully handles no net connection for those with
579 local caching name servers
580* Fixed HELLOINFO documentation bug, closes: #56189
581
582 -- Robert Woodcock <rcw@debian.org> Wed, 26 Jan 2000
583
584abcde 1.0.1
585
586* The "s/ever/ Three Days/" Release
587* Now properly handles double-quotes in Artist and Album data
588 (thanks to Clint Adams), closes: #54888
589
590 -- Robert Woodcock <rcw@debian.org> Thu, 13 Jan 2000
591
592abcde 1.0
593
594* The "But a 1.0 is Forever" Release
595* Backed out cddb-tool quoting change, closes: #54005
596* Now strips carriage returns from CDDB data, closes: #53815
597* Added ID3COMMENT config option
598
599 -- Robert Woodcock <rcw@debian.org> Mon, 10 Jan 2000
600
601abcde 0.8.9
602
603* The "Get it Before the World Implodes" Release
604* Added -D (debugging option, outputs debugging information to stderr).
605 Very useful for submitting bug reports, hint hint hint :)
606 Just do 'abcde -D 2>logfile' and include logfile in your bug report.
607* Now uses id3's new -T option to embed track numbers in ID3 tags.
608* Fixed cddb-tool output for FreeDB submissions, closes: #51986.
609 Thanks to Clint Adams for spotting the problem
610* New -v switch for Various Artist CD's (thanks to Magenta Hari Nezumi)
611 closes: #43581
612* Fixed minor cddb-tool manpage buglet
613* Fixed cddb-tool output for shell quoting, thanks to Philipp Meier.
614 closes: #52469
615
616 -- Robert Woodcock <rcw@debian.org> Fri, 31 Dec 1999
617
618abcde 0.8.8
619
620* Added gogo explainations to manpages and example config file
621* Added code by Stuart Ballard <sballard@netreach.net> to intelligently use
622 relative paths for playlist files
623* Added PLAYLISTDATAPREFIX config option for those who wish to prefix their
624 playlist data with things like URL's
625* Fixed bug added in 0.8 where the multiple inexact match choice selection
626 would be hidden to the user (cddb-tool wasn't sending all user output to
627 stderr as it should).
628
629 -- Robert Woodcock <rcw@debian.org> Sun, 28 Nov 1999
630
631abcde 0.8.7
632
633* Removed parallelization of silent encoder processes
634
635 -- Robert Woodcock <rcw@debian.org> Tue, 16 Nov 1999
636
637abcde 0.8.6
638
639* Removed bashisms (again :)
640
641 -- Robert Woodcock <rcw@debian.org> Sun, 14 Nov 1999
642
643abcde 0.8.5
644
645* Fixed some output issues regarding background encoding that cropped up in
646 0.8.3
647
648 -- Robert Woodcock <rcw@debian.org> Sun, 7 Nov 1999
649
650abcde 0.8.4
651
652* New name. A Better CD Encoder. cdgrab was already taken - the original
653 cdgrab name belongs to a CDDA reading program for DOS dating back to
654 1993. It's still in use and active development, so I'm changing the
655 name of cdgrab instead. See this URL for a description of the original
656 cdgrab: http://www.scn.rain.com/pub/cdrom/cdgrab.txt
657
658 Your old /etc/cdgrab.conf and/or ~/.cdgrab.conf can simply be
659 renamed to /etc/abcde.conf and ~/.abcde.conf.
660
661 The program name is now 'abcde'.
662
663 -- Robert Woodcock <rcw@debian.org> Tue, 2 Nov 1999
664
665cdgrab 0.8.3
666
667* cdgrab 0.7 through 0.8.2 would leave around cdgrab.xxxxxx
668 tempfiles with -j. Fixed that.
669* Fixed quoting issues regarding spaces in output files
670
671 -- Robert Woodcock <rcw@debian.org> Thu, 28 Oct 1999
672
673cdgrab 0.8.2
674
675* Supports the 'gogo' mp3 encoder
676* cddb-tool escapes double quotes when sourcing its temp files
677* Added cddb-tool manpage
678
679 -- Robert Woodcock <rcw@debian.org> Sun, 10 Oct 1999
680
681cdgrab 0.8.1
682
683* Cleared up some bashisms from the patches merged in 0.8
684
685 -- Robert Woodcock <rcw@debian.org> Sun, 19 Sep 1999
686
687cdgrab 0.8
688
689* Fixed a bug where if multiple tracks (but not the entire CD) was
690 specificed explicitly, cdgrab would loop forever after the first track
691* Now uses Debian's sensible-editor wrapper if available
692* Merged in patches from Nathaniel J Smith that puts cddb lookup
693 functionality in a separate script, cddb-tool
694* Adds WAVOUTPUTDIR environment variable for those running out of space in
695 OUTPUTDIR.
696
697 -- Robert Woodcock <rcw@debian.org> Thu, 26 Aug 1999
698
699cdgrab 0.7.7
700
701* Yet another quick fix to finish what 0.7.6 started - cdgrab should now
702 handle multiple inexact matches as well. (Thanks again to Robert Macaulay)
703
704 -- Robert Woodcock <rcw@debian.org> Thu, 12 Aug 1999
705
706cdgrab 0.7.6
707
708* Another quick bugfix release - hopefully this will handle inexact matches
709 properly now. (Thank you Robert Macaulay :)
710
711 -- Robert Woodcock <rcw@debian.org> Mon, 9 Aug 1999
712
713cdgrab 0.7.5
714
715* Quick bugfix release - with any luck I can start on 0.8 soon :)
716* **** YOU WILL NEED TO EDIT CDGRAB.CONF **** if you use lame as
717 /usr/bin/lamer. The default program name is now 'lame' as of lame v3.0.
718 If you don't want to touch your lame installation, put the following in
719 your cdgrab.conf: "LAME=lamer"
720* Omits -w from cdparanoia commands
721* Depends on cdparanoia-bin or cdparanoia now - this accomodates the recent
722 cdparanoia package namechange.
723* Fixed a stealth-whitespace typo at line 495. Thanks go to Gregory T.
724 Norris for tracking this down.
725
726 -- Robert Woodcock <rcw@debian.org> Tue, 13 Jul 1999
727
728cdgrab 0.7.4
729
730* Now only uses the first match from a CDDB datafile for the track
731 information, this works around a cddb glitch some of you may have
732 hit last month
733* Default config file now gets version number from program.
734* added 'debug' option to CDROMREADERSYNTAX to get cdparanoia to only rip
735 the first 5 seconds of a track. This is very useful to those debugging
736 cdgrab, makes things go much faster. This will also prevent me releasing
737 another 0.7.2 :)
738* Now puts options last on the encoder command line if you are using
739 bladeenc or l3enc, this should allow the proper use of these encoders
740 with additional commandline options (thanks to Justin Hugh Daly for
741 pointing this out)
742* m3u PLAYLIST SUPPORT! Check out the new -p and -P options!
743
744 -- Robert Woodcock <rcw@debian.org> Mon, 7 Jun 1999
745
746cdgrab 0.7.3
747
748* Fixes wget calling method
749* -l/LOWDISK documented
750* Fixes the lowdisk #2 option so it exits cleanly
751* Lets you enter track info for CDs without CDDB matches now
752
753 -- Robert Woodcock <rcw@debian.org> Sun, 23 May 1999
754
755cdgrab 0.7.2
756
757* Woops, left some debugging code in 0.7.1 - if you have truckloads of 80kb
758 mp3's, try this :)
759
760 -- Robert Woodcock <rcw@debian.org> Sun, 16 May 1999
761
762cdgrab 0.7.1
763
764* LOWDISK/-l option added for those who don't have the disk space to run a
765 parallelized session.
766* MAXPROCS added to config file
767* CDDB handling revisited - cdgrab should now properly handle CD's with
768 multiple or inexact CDDB entries.
769
770 -- Robert Woodcock <rcw@debian.org> Fri, 14 May 1999
771
772cdgrab 0.7
773
774* Parallelizes ripping and encoding - this may take substantially more disk
775 space temporarily (up to 500MB or so depending on how fast your CPU is
776 compared to your cdrom drive) but cdgrab will be done with your CD
777 much more quickly.
778* Allows for SMP optimizations (multiple encoders running at once) with the
779 new -j option
780* Output fix for TOC printing
781* cd-discid split off into it's own package
782
783 -- Robert Woodcock <rcw@debian.org> Fri, 7 May 1999
784
785cdgrab 0.6.2
786
787* Fixes encoder and cdrom reader option-passing bug
788
789 -- Robert Woodcock <rcw@debian.org> Sun, 4 Apr 1999
790
791cdgrab 0.6.1
792
793* Adds the -H option (don't create .inf files) when calling cdda2wav
794* Removed a bashism from the usage function
795
796 -- Robert Woodcock <rcw@debian.org> Mon, 29 Mar 1999
797
798cdgrab 0.6
799
800* Tacks a .wav extension to the wave data temporary file to make bladeenc
801 happy.
802* Munges /'s to _'s now instead of eating them
803* Adds command-line option configuration options for backend programs
804* Properly zero-pads the TRACKNUM variable
805
806 -- Robert Woodcock <rcw@debian.org> Sun, 28 Mar 1999
807
808cdgrab 0.5
809
810* Added support for inexact or multiple CDDB matches
811* Properly bombs out if CDDB can't come up with a match
812 (without CDDB, you might as well use cdparanoia -B)
813
814 -- Robert Woodcock <rcw@debian.org> Thu, 18 Mar 1999
815
816cdgrab 0.4
817
818* Added ALBUMFILE, fixed manpage reference to it
819* Deletes editor backups from 'cdgrab -e' automagically
820 (I wish mutt did this :)
821* Bombs out if there's no CD in the drive
822* Bombs out if any necessary external programs don't exist
823* Encourages people to use brackets for OUTPUTFORMAT variables to
824 handle formats like Artist/TrackName_Number.mp3
825
826 -- Robert Woodcock <rcw@debian.org> Tue, 16 Mar 1999
827
828cdgrab 0.3
829
830* Fixed one thinko in user preferences loading and another in the tagger
831* New option syntax - if you used to specify a cdrom device through the
832 command line, use 'cdgrab -d device' now to get the same result.
833* Allows you to edit CDDB response data before using it (-e)
834* Added support for getting a user-specified selection of tracks
835* Added support for user-specified output file formats
836
837 -- Robert Woodcock <rcw@debian.org> Wed, 10 Mar 1999
838
839cdgrab 0.2
840
841* Initial release
842
843 -- Robert Woodcock <rcw@debian.org> Sun, 21 Feb 1999
844