
0.51	  * Fixed multiple line titles in CDDB code.
01-08-99  * Fixed some refreshing issues with 7/8 bit switching.
   	  * Added/Fixed the + key to also work with =
            I had always used the keypad, so I never noticed the need
            to press shift.
          * Fixed a bug which would load the help screen after pressing 'A'
            to toggle 7/8-bit mode.
          * Changed the name of README.Groovy to README.
          * Added "Stop playing CD?" dialog if you choose to quit and are
            currently playing a CD.
          * Changed version from 0.04 to 0.51 to indicate a more mature
            code base.

0.04	  * Added 7-bit "big number" capability.  
01-03-99  * Pause added to documentation (Press Z)
	  * Command line options added.  Check README.Groovy for more
	    information.
	  * Uninstall added to Makefile (make uninstall)
         ** Thanks to: Miroslav Vasko (vasko@ies.sk) for all the above
                       changes.  The numbers look great!
          * Added a help screen.  Toggled by pressing ?
          * Added -c option to runtime.  Enables user to retreive info
            about a CD and display it on the screen without entering 
            the player.  If CDDB cannot be contacted, default info
            will be displayed.

0.03	  * Modified caching scheme to use a recursive format, and the
10-05-98    cache directory is now definable via CDDB_DIR in gcd.h
	    NOTE: Groovy no longer uses CDDBID_TRACKS as the format for
	          files.  It now uses standard CDDBID format.  Groovy
		  will redownload all your CDDB information into this
		  new format if you don't modify the filenames.
	    Change by: Tamminen Eero
          * Made some changes in hardware.c to properly support
            libc5 and glibc2.
	  * Removed an old hack to modify terminal characteristics. :)
	  * Updated documentation about the '<' and '>' commands

0.02	  * General documentation updates
09-30-98  * Updated documentation about the 'T' command (time index toggle)
   	  * Updated documentation about the 'E' command (eject cd)
	  * Fixed CPU usage bug in main loop
	  * Cleaned up source code a bit (lots more to come) :P
	  * Added support page flipping to support more than 26 tracks

0.01      * Initial release
09-28-98
