abcde 1.0.1.1

* Backtick fix for cddb-tool
* Documentation fixes from 1.0.2

  -- Robert Woodcock <rcw@debian.org>  Fri, 28 Jan 2000

abcde 1.0.1

* The "s/ever/ Three Days/" Release
* Now properly handles double-quotes in Artist and Album data
  (thanks to Clint Adams), closes: #54888

  -- Robert Woodcock <rcw@debian.org>  Thu, 13 Jan 2000

abcde 1.0

* The "But a 1.0 is Forever" Release
* Backed out cddb-tool quoting change, closes: #54005
* Now strips carriage returns from CDDB data, closes: #53815
* Added ID3COMMENT config option

  -- Robert Woodcock <rcw@debian.org>  Mon, 10 Jan 2000

abcde 0.8.9

* The "Get it Before the World Implodes" Release
* Added -D (debugging option, outputs debugging information to stderr).
  Very useful for submitting bug reports, hint hint hint :)
  Just do 'abcde -D 2>logfile' and include logfile in your bug report.
* Now uses id3's new -T option to embed track numbers in ID3 tags.
* Fixed cddb-tool output for FreeDB submissions, closes: #51986.
  Thanks to Clint Adams for spotting the problem
* New -v switch for Various Artist CD's (thanks to Magenta Hari Nezumi)
  closes: #43581
* Fixed minor cddb-tool manpage buglet
* Fixed cddb-tool output for shell quoting, thanks to Philipp Meier.
  closes: #52469

  -- Robert Woodcock <rcw@debian.org>  Fri, 31 Dec 1999

abcde 0.8.8

* Added gogo explainations to manpages and example config file
* Added code by Stuart Ballard <sballard@netreach.net> to intelligently use
  relative paths for playlist files
* Added PLAYLISTDATAPREFIX config option for those who wish to prefix their
  playlist data with things like URL's
* Fixed bug added in 0.8 where the multiple inexact match choice selection
  would be hidden to the user (cddb-tool wasn't sending all user output to
  stderr as it should).

  -- Robert Woodcock <rcw@debian.org>  Sun, 28 Nov 1999

abcde 0.8.7

* Removed parallelization of silent encoder processes

  -- Robert Woodcock <rcw@debian.org>  Tue, 16 Nov 1999

abcde 0.8.6

* Removed bashisms (again :)

  -- Robert Woodcock <rcw@debian.org>  Sun, 14 Nov 1999

abcde 0.8.5

* Fixed some output issues regarding background encoding that cropped up in
  0.8.3

  -- Robert Woodcock <rcw@debian.org>  Sun,  7 Nov 1999

abcde 0.8.4

* New name. A Better CD Encoder. cdgrab was already taken - the original
  cdgrab name belongs to a CDDA reading program for DOS dating back to
  1993. It's still in use and active development, so I'm changing the
  name of cdgrab instead. See this URL for a description of the original
  cdgrab: http://www.scn.rain.com/pub/cdrom/cdgrab.txt

  Your old /etc/cdgrab.conf and/or ~/.cdgrab.conf can simply be
  renamed to /etc/abcde.conf and ~/.abcde.conf.

  The program name is now 'abcde'.

  -- Robert Woodcock <rcw@debian.org>  Tue,  2 Nov 1999

cdgrab 0.8.3

* cdgrab 0.7 through 0.8.2 would leave around cdgrab.xxxxxx
  tempfiles with -j. Fixed that.
* Fixed quoting issues regarding spaces in output files

  -- Robert Woodcock <rcw@debian.org>  Thu, 28 Oct 1999

cdgrab 0.8.2

* Supports the 'gogo' mp3 encoder
* cddb-tool escapes double quotes when sourcing its temp files
* Added cddb-tool manpage

  -- Robert Woodcock <rcw@debian.org>  Sun, 10 Oct 1999

cdgrab 0.8.1

* Cleared up some bashisms from the patches merged in 0.8

  -- Robert Woodcock <rcw@debian.org>  Sun, 19 Sep 1999

cdgrab 0.8

* Fixed a bug where if multiple tracks (but not the entire CD) was
  specificed explicitly, cdgrab would loop forever after the first track
* Now uses Debian's sensible-editor wrapper if available
* Merged in patches from Nathaniel J Smith that puts cddb lookup
  functionality in a separate script, cddb-tool
* Adds WAVOUTPUTDIR environment variable for those running out of space in
  OUTPUTDIR.

  -- Robert Woodcock <rcw@debian.org>  Thu, 26 Aug 1999

cdgrab 0.7.7

* Yet another quick fix to finish what 0.7.6 started - cdgrab should now
  handle multiple inexact matches as well. (Thanks again to Robert Macaulay)

  -- Robert Woodcock <rcw@debian.org>  Thu, 12 Aug 1999

cdgrab 0.7.6

* Another quick bugfix release - hopefully this will handle inexact matches
  properly now. (Thank you Robert Macaulay :)

  -- Robert Woodcock <rcw@debian.org>  Mon,  9 Aug 1999

cdgrab 0.7.5

* Quick bugfix release - with any luck I can start on 0.8 soon :)
* **** YOU WILL NEED TO EDIT CDGRAB.CONF **** if you use lame as
  /usr/bin/lamer. The default program name is now 'lame' as of lame v3.0.
  If you don't want to touch your lame installation, put the following in
  your cdgrab.conf: "LAME=lamer"
* Omits -w from cdparanoia commands
* Depends on cdparanoia-bin or cdparanoia now - this accomodates the recent
  cdparanoia package namechange.
* Fixed a stealth-whitespace typo at line 495. Thanks go to Gregory T.
  Norris for tracking this down.

  -- Robert Woodcock <rcw@debian.org>  Tue, 13 Jul 1999

cdgrab 0.7.4

* Now only uses the first match from a CDDB datafile for the track
  information, this works around a cddb glitch some of you may have
  hit last month
* Default config file now gets version number from program.
* added 'debug' option to CDROMREADERSYNTAX to get cdparanoia to only rip
  the first 5 seconds of a track. This is very useful to those debugging
  cdgrab, makes things go much faster. This will also prevent me releasing
  another 0.7.2 :)
* Now puts options last on the encoder command line if you are using
  bladeenc or l3enc, this should allow the proper use of these encoders
  with additional commandline options (thanks to Justin Hugh Daly for
  pointing this out)
* m3u PLAYLIST SUPPORT! Check out the new -p and -P options!

  -- Robert Woodcock <rcw@debian.org>  Mon,  7 Jun 1999

cdgrab 0.7.3

* Fixes wget calling method
* -l/LOWDISK documented
* Fixes the lowdisk #2 option so it exits cleanly
* Lets you enter track info for CDs without CDDB matches now

  -- Robert Woodcock <rcw@debian.org>  Sun, 23 May 1999

cdgrab 0.7.2

* Woops, left some debugging code in 0.7.1 - if you have truckloads of 80kb
  mp3's, try this :)

  -- Robert Woodcock <rcw@debian.org>  Sun, 16 May 1999

cdgrab 0.7.1

* LOWDISK/-l option added for those who don't have the disk space to run a
  parallelized session.
* MAXPROCS added to config file
* CDDB handling revisited - cdgrab should now properly handle CD's with
  multiple or inexact CDDB entries.

  -- Robert Woodcock <rcw@debian.org>  Fri, 14 May 1999

cdgrab 0.7

* Parallelizes ripping and encoding - this may take substantially more disk
  space temporarily (up to 500MB or so depending on how fast your CPU is
  compared to your cdrom drive) but cdgrab will be done with your CD
  much more quickly.
* Allows for SMP optimizations (multiple encoders running at once) with the
  new -j option
* Output fix for TOC printing
* cd-discid split off into it's own package

  -- Robert Woodcock <rcw@debian.org>  Fri,  7 May 1999

cdgrab 0.6.2

* Fixes encoder and cdrom reader option-passing bug

  -- Robert Woodcock <rcw@debian.org>  Sun,  4 Apr 1999

cdgrab 0.6.1

* Adds the -H option (don't create .inf files) when calling cdda2wav
* Removed a bashism from the usage function

  -- Robert Woodcock <rcw@debian.org>  Mon, 29 Mar 1999

cdgrab 0.6

* Tacks a .wav extension to the wave data temporary file to make bladeenc
  happy.
* Munges /'s to _'s now instead of eating them
* Adds command-line option configuration options for backend programs
* Properly zero-pads the TRACKNUM variable

  -- Robert Woodcock <rcw@debian.org>  Sun, 28 Mar 1999

cdgrab 0.5

* Added support for inexact or multiple CDDB matches
* Properly bombs out if CDDB can't come up with a match
  (without CDDB, you might as well use cdparanoia -B)

  -- Robert Woodcock <rcw@debian.org>  Thu, 18 Mar 1999

cdgrab 0.4

* Added ALBUMFILE, fixed manpage reference to it
* Deletes editor backups from 'cdgrab -e' automagically
  (I wish mutt did this :)
* Bombs out if there's no CD in the drive
* Bombs out if any necessary external programs don't exist
* Encourages people to use brackets for OUTPUTFORMAT variables to
  handle formats like Artist/TrackName_Number.mp3

  -- Robert Woodcock <rcw@debian.org>  Tue, 16 Mar 1999

cdgrab 0.3

* Fixed one thinko in user preferences loading and another in the tagger
* New option syntax - if you used to specify a cdrom device through the
  command line, use 'cdgrab -d device' now to get the same result.
* Allows you to edit CDDB response data before using it (-e)
* Added support for getting a user-specified selection of tracks
* Added support for user-specified output file formats

 -- Robert Woodcock <rcw@debian.org>  Wed, 10 Mar 1999

cdgrab 0.2

* Initial release

 -- Robert Woodcock <rcw@debian.org>  Sun, 21 Feb 1999

