Version 2.1.0:

        /me:
	- bugfix in pycompile with missing DISPLAY environment variables.
	- remove the child signal handler and replaced it with waitpid calls.
	  this cleans up pipe handling and makes pipe.readlines() work again,
	  so the IOErrors (especially on Mandrake 8.2 systems) should
	  disappear.
	- bug fix (couldn't burn files containing "`") (thanks Hansi)
	- basic Lame support added (.wav to .mp3 conversion)
	- basic bchunk support added (.cue/.bin to .iso conversion)
	- support for cdrecord>=1.11a02 (burnproof has been renamed to burnfree)
	- cleanups (started to change the backend from the frontend by introducing
	  cdrtools.py)
	- build change (make is recommended now)
	- added the possibility to delete iso files
	- added overburn support
	- small spec file fixes (thanks Matthias)

Version 2.0.12:

        /me:
	- many bug fixes in the audio reading code
	- cddb bug fixes
	- fixed the GdkColor error that occured with python2
	- some textual changes since my english is far from perfect ;-)

Version 2.0.11:

        /me:
        - New File Dialogs added (thanks Christophe)
        - Small Drag & Drop bug fixed
        - Colorized CLists (data & audio tabs) with size & timestamp
        - Change the Selection Mode of the Lists
        - Internal cleanups
	- double click performs ok action for non-directories in file selection.
	- support for burnproof driver option (disabled by default)
	- some small Makefile changes (ERoaster compiles in console now)
	- more fixes of the d&d reordering of audio files
	- debug mode added (--debug command line option)
	- support for FreeAmp for playing mp3 / ogg files
	- improvments of audio playback
        - file selection saves last open directory now
        - user configurable shortcuts (edit ~/.eroaster/shortcuts)
        - configuration files are in ~/.eroaster/ directory now
	- some check added, when you're not allowed to read audio cd content
	- CDDB support added
	- support for characterset selection for joliet filesystems
	- the progresswindow "mp3->wav" doesn't appear any more, when there
	  are no mp3 files to convert
	- removed the rc-file (didn't work with gtk themes)
        - added message box for "Re-load disk and press <CR>"
        - FAQ updated
	- Fix for multiple selection on double clicks (thanks Igor)
	- Applet for quick-launching ERoaster added (thanks Matjaz)
	- A new icon set, made bei Matjaz
	- Possibility to import XMMS playlists
	- Check added, wether wav/ogg -> mp3 conversion has been successful

        Stephan:
        - added Ogg Vorbis audio file support (you need ogg123 and ogginfo)
        - fix audio file playback
        - fix "random reordering" bug in Audio CD window
        - corrected version number in configure.in

	Blaine:
	- made DAO mode optional
	- bug fixes

Version 2.0.10:

        - uses Disk-at-once for audio CDs (no more gaps between tracks) (thanks
          Stephan)
        - save the last used CD-Size (650MB or 700MB) as current settings
          (thanks again Stephan)
        - bug fixed when eroaster used old settings for performing direct cd
          copy (thanks Roberto)
        - project managment added
          
Version 2.0.9:

        - Burn window can't be destroyed now
        - implemented my own which command to make startup more stable (thanks
          Graham)
        - fixed some bug when Image path was not set and eroaster started
          burning nevertheless (thanks Hansi ;-))
        - fixed some check in the autoconf stuff which didn't detect python
          2.0 (thanks Esben !)
        - uses 127.0.0.1 as address for the internal socket (thanks Petre)
        - fixed some bug when no audio files are selected (thanks goes to Ryan
          McGuigan)
        - fixed bug, when removing files from the audio file-list
        - error message, when an invalid file is being added to the audio file-list
        - Total size of audio tracks is more exact now
        - Works with python 2.x now (including some workarounds)
        - Drag & Drop code fixed (works with Nautilus & Konqueror now)
        - Multisession code fixed
        - Usage of new log4py module
          
Version 2.0b8:

	- fixate CD implemented
	- fixed some division by zero errors when burninging really small CDs
	- check wether gtk can connect to X added
	- check wether selected size > CD size added
	- some minor progressbar fixes
	- bug fix in conversion mp3 -> wav when converting mono files
	- support for normalizing wav-files added (requires normalize)
	- mp3->wav conversion is performed when starting to write the CD now
	- selecting audio files shows play time instead of filesize now 
	- moved docs into a seperate directory
	- updated some message boxes
	- small design changes in the Read Audio code
	- bug fix in conversion code mp3 -> wav when no image dir is set 
          (thanks Taras)
	
Version 2.0b7:

	- bug fix in drag&drop-code
	- automatic conversion of mp3 -> wav added
	- playing wav-files via configurable player added
	- some cleanup within pathspecs
	- changed the button state in output window
	- cosmetic changes (field alignments, ...)
	- new window for selecting scsi devices (if more than 1 device 
	  available)
	- possibility to specify reader != recorder
	- check for additional programs added (xmms, sox, mpg123)
	- autoconf stuff updated
	- bug fixed when creating images with labels
	- optimized output formatting code (less cpu intensive)
	- reading of audio-CDs added (cdda2wav interface)
	- switched from scanning /proc/scsi/scsi to cdrecord -scanbus
	
Version 2.0b6:

	- changed logical order of dialog boxes
	- question dialog added, when selected size is too big
	- made a seperate tab for reading CDs
	- support for cdrecord 1.9 & mkisofs 1.13
	- default path for reading images added
	- some images added to buttons
	- added file dialog for writing images
	
Version 2.0b5:

	- blanking of RW implemented (disc, minimal, session)
	- bug fixed when output window ate cpu time
	- check for readcd added
	- bug fix in main program (syserr routed to sysstd)
	- reading of CDs implemented
	
Version 2.0b4:

	- changed the spec file to use ./configure instead of configure
	  (thanks goes to Thomas Tschoepke S.)
	- missing include for the About box fixed (thanks again Thomas)

Version 2.0b3:

	- -a option removed (obsolete, doesn't work with cdrecord 1.8.1 any 
	  more)
	- bugfix when d&d a directory from the directory panel from gmc
	- extra speed setting for RW mode
	- new dialog for setting R/RW mode, fixating and multisession CDs
	- bugfix when d&d a directory where you have no read permission
	  
Version 2.0b2:

	- bugfix in AddFileData (missing include directive)
	
Version 2.0b1:

	- Toolbar & Statusbar added
	- bugfix in the image information part when filename contains blanks
	- many internal changes
	- bugfix when d&d file doesn't exist
	- support for recorder speeds up to 64x (GtkSpinButton)
	- added check, wether output window is still open or not (thanks goes
	  to Clemens Kirchgatterer)
	- added check, wether mkisofs supports -gui or not (thanks goes to
	  Clemens Kirchgatterer again)
	
Version 1.99a:

	- Burn-Button disabled until CD is done
	- Added dialog box when no recorder is detected
	- bugfix in recorder autodetection
	- bugfix when selected directory ends with "/"
	- verbose mode checkbutton removed (verbose is a must)
	
Version 1.99:
	
	- completely new GUI
	- config file is now human readable
	- support for writing audio cds
	- support for writing ISO images
	- newly designed output window
	- drag & drop support
	
Version 1.01:

	- changed from set_state() to set_active() to support
	  newer gnome-python versions
        - bug fixed (forgot to remove tempfile)
	- added scrollbar to output window
	- removed rc-file

Version 1.0 final:

        - minor changes to adopt eroaster to newer gnome-python

Version 1.0b4:

	- bug fixed when source directory contains blanks
	- icon support
	- new output window (gnome needed)
	- autoconf support
	
Version 1.0b3:

	- another stupid bug fixed (forgot to include system)

Version 1.0b2:

	- bug fixed when $HOME/.eroaster file doesn exist

Version 1.0b1:

	- initial release
