1.3 -> 1.4
- Incorporate patch from Knut Anders Hatlen to provide support for
  Solaris and FreeBSD systems.  Should probably still be considered
  somewhat experimental, but Knut says it works for him.
- modify configure.in to not assume that X11 requires extra include
  and library paths (X11R6 does; X11R7 usually does not).
- change the main polling frequency from 5000 usec (1/200th sec) to a
  more reasonable 50000 usec (1/20th sec), as suggested by Tim Connors.

1.2 -> 1.3
- rewrote the mixer settings file parsing logic almost completely to
  be more robust, and to fix the bug (reported by Knut Anders Hatlen)
  where WMRack would get confused about which mixer device to use when
  two such devices had similar names (e.g. "pcm" and "pcm2").
- changed "<linux/soundcard.h>" to "<sys/soundcard.h>", which should
  be more portable.
- made some minor updates to the man page.

1.1 -> 1.2
- removed some ugly macros that were causing some compilers to complain
  (mostly cosmetic changes, but extensive, and critical in a couple of cases)
- added some new mixer device short names to match the new names added
  by the kernel developers; no longer segfaults w/ linux 2.4
- removed the cdctrl and mixctrl standalone program code; the code no longer
  worked, and I didn't ever use them anyway.  (If you *did* use/like these,
  let me know, and I'll see what I can do about restoring them.)
- changed default to no-debug build
- various minor code cleanups

1.0b5 -> 1.1
- changed the version number, even though there are few changes to the code
  because there is a new maintainer <xtifr@users.sourceforge.net> and a
  new web page: http://wmrack.sourceforge.net
- removed non-standard field reference from signal handler setup
- opens CDROM in more appropriate mode, for newer, pickier, libc's

1.0b4 -> 1.0b5
--------------
- use of stafs in cd_doEject regargdless of libc version

1.0b3 -> 1.0b4
--------------
- fixed the ustat problem with redhat 5
- fixed the -X11 stuff in configure.in
- changed a ifdef 0 in wmrack.c
- fixed a segfault in lib_open/loadMixerRC

1.0b2 -> 1.0b3
--------------
- tested repeat behaviour of play-lists -> all ok (at least for me)
- fixed segfaults when no mixer file is present
- my new Toshiba cdrom returnes AUDIO_INVALID on new disc
  added code to handle this behaviour to cdrom.c
- some stop changes (by dledford@dialnet.net)
- mainLoop uwait upgraded to 5000ms to reduce polling (this is not the
  right solution -- I want a sort of select....)
- cd_getStatus will now only update after at least 5000ms passed
  to prevent constant cdrom polling

1.0b1 -> 1.0b2
--------------
- play sequence corrected after some tests
- corrected GNUstep path autodetection and library creation
- enabled GNUstep/Library path searchs for mixer and styles
- fixed some play-opt leaks
- added automatic play optimization (longest-sequence play)
- another starttrack typo
- missing led color symbols added
- fixed starttrack set to curtrack when STOP is pressed
- fixed missing mode & cur_track in cd_reopen
- fixed track-display bug at end of disc
- cd_doPlay only plays ONE track getStatus switches to next
- changed CDPlayInfo start/end handling to just current

0.9 -> 1.0b1
------------
- added a DATA notice for data-only discs
- finished playlist stuff (automatic play of list, programing)
- added exit function (Ctrl-Button-3 click on the mode changer)
- added randomize to playlist
- added playlist support
- changed load/eject behaviour: button-3 click will always open the tray
- added mixer library file
- added mixer support (linux)
- changed configuration from Imake to autoconf
