 BBCD Change Log
-----------------

2002-07-07 - Release 0.3.1
  - BBCD compiles and runs on FreeBSD (reported by Istvan Bodnar), after
    few fixes (unistd.h, select.h), and using libcdaudio 0.99.6.
  - Configure checks if version of libcdaudio is greater than 0.99.6 (on
    FreeBSD bbcd can't link with libcdaudio 0.99.4)

2002-07-06
  - Use of <unistd.h> instead of <sys/unistd.h> in CD_GUI.cc
  - BBCD compiles and runs on NetBSD (reported by Jan Schaumann)
  - Include of <sys/select.h> is added in CD_GUI.cc (it is not required with
    Linux, since it is included through sys/types.h, but it is different with
    FreeBSD)

2002-07-02 - Release 0.3.0 [Lightnin'Hopkins]
  - Cosmetic changes to source code.

2002-06-26
  - Use of libcdaudio.m4 in configure.in.

2002-06-24
  - Support for a default configuration file in /usr/local/share/bbtools.

2002-06-23
  - Use of libcdaudio, a cross platform library to manage CD Drive. Now,
    BBCD *should* be supported on Linux, FreeBSD, Solaris, OpenBSD, Irix and
    BeOS (?).
    However, I only tryed it against Linux...
  - Rewrite of CD_Controler: now the player checks drive status before any
    operation on drive. This avoids lots of error messages, for instance when
    pushing `Play' whereas there is no CD in drive
  - Fix mount bug: CD tray blocks after mount/umount while BBCD is running

2002-06-17
  - Fix compilation issue with GCC 3.0 (strictness fixes)

2002-06-08
  - Support for `style' configuration without BB (in bbcd.nobb file)
  - Background color may be configured: it is deduced from either the current
    style (with BB support), or from the configuration file (without BB
    support)
  - Separate class Button (files Button.hh and Button.cc)

2002-05-21 
  - Fix inlude problem with Xresource.h in bbcd.hh (Stevan Reiff)

2002-05-20
  - Support for automake/autoconf
  - `Close' button from Window Manager now makes bbcd close
  - Support for reconfigure process (style change with BB)
  - Support for a configuration resource to set a different picture color for
    active function (color of arrow for the play button while playing, color
    of blinking red rectangles for the pause button while paused)

2002-05-03 - Release 0.2.1
  - Add license information
  - Update BUGS :(

2002-05-02 - Release 0.2 [Bjork]
  - First public release

