0.1   First release

*****************
1.0   Second release 
- The program is compile time configurable. There should be no more posts on
colh asking why /dev/mcd is not found. The device that is opened is entered
by the program's Configure script.

- NEC CDROM drives are supported. Some NEC CDROM's require strange commands
to be sent to them to get audio CD's to play. I borrowed xcdplayer's nec_ioctl
function for this.

- An annoying bug has been fixed. The program should now correctly detect if
the CDROM drive has a mounted CDROM in it. This was really only a concern if
the mtab got trashed or more than one ISO9660 file system was mounted at the
same time.

- Added a manpage (for those who really can't figure it out :))

- The code was updated and cleaned up. The GNU Public License info has been
correctly attached.

************************
1.1 - Third release
-added Micheal Peak's (peek@math.utk.edu) patch to give USEFUL info on the
the Audio CD - changed his format a bit to make it look better

- made the info command find the current track in play and give the current
status of the CDROM drive.

- had the resume command check the status of the drive to make sure it
really was paused. The command will abort with no action otherwise.

- added the skip command to skip to the next track

- touched up the Configure script to allow different operating system support.
  It will detect Linux and Coherent automatically.

- added Udo Munk's (udo@mwc.com) patch to allow CDplayer to compile under
  Coherent 4.2. cdplayer, Configure, and nec_iotcl.c were modified. These
  changes should allow cdplayer to run on ANY Sun compatible CDROM ioctl
  system.

- had the pause command check the status of the drive to make sure it was
  really playing. This command will abort with no action otherwise

- changed 'make clean' to NOT wipe out .install and config.h. Added 'make
  mrproper' (like the Linux kernel) to deleted everything

- typing 'make install' now builds the entire package and installs it
  instead of just complaining things as missing

- added 'make tar' and 'make uuencode' because I got tired of doing this
manually

- added code to read the environment variable CD_DEVICE to allow
refining the CDROM device without recompiling the program.
