15.03.2004	- closed lots of bug.
		(closes: #252662) now empty media check is done only 
		if it is a cd-writing command. No check for -e and -h options.
		fixed typo in documentation (same bug above)
		(closes: #257437) Now -x computes excluded size. It's been hard to solve it.
		I know there is better code for this, but it seems to work.
		(closes: #271700) Fixed msinfo cdrecord parsing. Thanks to Bram Senders
    		(closes: #285802) escaped audio file names before cdrecord
		(closes: #276414) valid answers specified. Thanks to Jochen Schulz
		(closes: #280969) break added. Thanks to Stephan Beyer


29.04.2004	- Added giuppi's patch that enables progress bar. This feature
		was taken from python cookbook.
		- Now eject is no more eject system call (it was another dependency)
		but is done with cdrecord.
		- Verbose mkisofs output omitted because now we have a progress bar.


0.4	- added --play-list option. With this option you can
          specify a m3u playlist file or a file with an audio file per row (ogg, mp3, wav);
	- Audio CD now prints an audio track summary with audio duration (partial an total)
	- Added --clear-audiotemp for Audio-CD. It removes temp audio files at
	  the very beginning of burn process.
	- Now you can choose if you want to auto-check media capacity and if
	  disk is empty. 
	- added superuser(root) control. It can be overrided by ask_root in burn.conf
	- fixed problems for spaces in MP3 and OGG audio files in external audio decoding
	  

0.3	- added eject option (-j --eject)
	- modified simulate option for copy-cd
	- improved examples
	- copy-cd has now a valid simulate option
	- now if an option is put after another one which has 
	  variable arguments, an error is raised
	- now ti checks (and exit) if there is not enough free space on 
	  disk before checking if to_be_burned is bigger than media's capacity
	- added -pad option to cdrecord line (multiple of 2352 byte)
	- preparing gettext... just preparing
	- eyeD3 now is used. MP3Info is no longer used.
	- with ao python module we don't really need deoder anymore. code left
	quoted anyway... So no more mpg321 mpg123 ogg123 lame, etc.
	- Now you can choose between native decoding functions to get wavs
	  from mp3 or ogg and external decodings (mpg123, mpg321, ogg123, lame)

0.2 	- initil release
