From the previous version (0.1.2) a few things are changes.

 - First of all the program no longer uses the TermLib library that I wrote but
   the more standard ncurses library, so you will need that library to compile
   or run the program.

 - Another difference is that now there are two different screen layouts: one
   is the old one, with the song title or track number and the time changing on
   the screen as the CD plays; the other is a more complex interface with
   status bar and (finally) the lyrics of the song!

 - Third is the new program ecddb the editor for the database of audio CDs.
   This program makes you able to write the title and artist of the album and
   the title of the songs. It also makes you able to select and edit the
   lyrics (using for the editing the vi editor by default).

 - One more change is that now is possible to have a CDs database for the host
   so that you don't have to copy the same files in the home of every user that
   runs the cdplayer.

There are also some minor changes or bug fixes, also to improve the security of
the program, also thinking about the possibility to give this program the
setgid bit for the group disk (or something else) to make it able to access the
CD device even to users that can't do that on their own.

							Flavio Lerda
