-----------------------------------------------------------------------------
Version 0.84a

Scott Sams <sbsams@eos.ncsu.edu>
	Added Preliminary CDDB support. No error checking or configurability 
	yet. CDDB support is based on code from cccd, which IMHO had the
	nicest abstraction of the CDDB protocol from actual implementation.
	cccd was written by Sven Riedel<Sven.Riedel@heim8.tu-clausthal.de>

-----------------------------------------------------------------------------
Version 0.85a

Scott Sams <sbsams@eos.ncsu.edu>
	Fixed a few segfault bugs and increased size of track titles buffer.
	Added error checking via error_handler dialog boxes. Added a progress
	bar.
	FIXME: Still does not update correctly in the beginning and while 
	connecting to server. Added Button for connecting to CDDB server.
	Added Notebook for configuring CDDB server and 2 new options -
	Convert Spaces to underscores, and Include artist name in file
	name. "Borrowd" CDDB icon from www.cddb.com and modified it using
	the Gimp.

-----------------------------------------------------------------------------
Version 0.9b

TeJun <wineking@adam.kaist.ac.kr>
	Changed the way CDDB displays its progress. Now it uses statusbar
	instead of separate progress window. Also the FIXME of V0.85a
	has been corrected. Changed the config read/write part such that
	it can handle older configuration files properly. Changed the way
	ripperX handles file names such that the names are kept after a
	ripping/encoding session.
	version number has been bumped up to 0.9b meaning it's a major
	release.

-----------------------------------------------------------------------------
Version 0.95-devel1

Tejun <wineking@adam.kaist.ac.kr>
	Added support for plugin interface and cleaned up source code a little
	bit. Now ripperX deletes WAV file when a job is aborted.

-----------------------------------------------------------------------------
Version 0.96

Scott Sams <sbsams@eos.ncsu.edu>
	Greatly simplified the select_frame_handler interface. Instead of 
	having 2 tiny text boxes, there is one big textbox that will generate 
	names for both the wav and the mp3 file. Took out the play buttons for 
	playing the wav and mp3. I might put them back in, but I thought they 
	cluttered the interface too much (and I never used them anyway). Made 
	a radiobox for selecting the action (rip or encode).

	Wrote a plugin for the ISO encoder version 2 (the "encode" program). 
	The default encoder is now this one. It is free and produces very good 
	quality mp3s.

	All the plugins are now included in the plugins directory, instead of a
	separate package. They will be built and installed.

	Made a new logo for RipperX in the Gimp. :-)

	Fixed a bug for file names with spaces. The solution was to place 
	double quotes around the commands in the config dialog. e.g. 
	encode "%w" "%m"

	Allocated more space for buffers MAX_COMMAND_LENGTH, 
	MAX_FILE_NAME_LENGTH, MAX_FILE_PATH_LENGTH and MAX_TITLE_LENGTH.

	For the next version, I will make some SRPMS of ripperX, cdparanoia, 
	dcd and the ISO encoder.

	Incorporated patches from ripperX-0.9z and ripperX-0.9b-segfix2.diff and
	ripperX-0.9b-dk.diff. Added checkbutton for creating subdirectories.

	Made everything work with autoconf again.

-----------------------------------------------------------------------------
Version 0.97

Scott Sams <sbsams@eos.ncsu.edu>
	Made ripperX work with newer versions of cdparanoia. Improved the parsing 
	of cdparanoia -Q. Improved the reporting of cdparanoia's error messages.
	Fixed "Select All Tracks" button to have the correct behavior.  Made SRPM 
	and i386 RPMS of ripperX.

