HacBurn-0.3.5

 - HacBurn now uses "cdrecord -scanbus" as well as /etc/(v)fstab to scan drives
 	- for Linux 2.6 kernels HacBurn will use only the ATA bus
 	- for Linux 2.4 kernels HacBurn will use SCSI emulation
 	- for *BSD HacBurn *should* use whatever level of SCSI emulation is present (send in feedback!)

 - Ripping fully works
 	- cd database access should work given an internet connection exists
 	- ripping to mp3 (using LAME), ogg (using vorbis-tools's oggenc), as well as wav is supported
 	- very few ripping options as of right now, but the encoders support many, and they will be added

 - You can select more than one file at once for the iso/music list
 
 - New dependencies
 	- cdparanoia
 	- LAME (http://lame.sourceforge.net/)
 	- vorbis-tools (http://www.xiph.org/ogg/vorbis/)
 	- CDDB_get perl module (http://cpan.org/)


HacBurn-0.3

 - the @music_files interpolation warning is gone

 - HacBurn now uses the /proc filesystem to scan for drives instead of the dmesg output hack, this only works for IDE drives yet

 - if the user attempts to do an operation without specifing drives and/or write/copy speeds HacBurn gives Gtk2::MessageDialog warnings

 - the code has been formatted a little better since the previous release

 - the options dialog now remembers what options the user has selected

 - CD Rip button shows Gtk2::MessageDialog placeholder now

 - a newline was removed from @drives

 - more comments have been added

 - WAV files will be skipped by the mpg321/ogg123 subroutines, what this means is that wav files are now supported

 - the interface has been made more equal and symmetric

 - support for filenames with no extension has been added

HacBurn-0.2

 - all system() references have been changed to fork() and exec(), albeit without child waiting since that was the main problem in the first place. the script now doesn't hang when burning/blanking a cd or when making an iso.

 - audio burning now actually works as long as the files you're trying to burn are 44100hz.

 - lots of interface changes, buttons have been added, checkbuttons have been removed.

 - drive scanning using dmesg output has been implemented, this works on my system, but is very likely to not work on most other people's, thus it has to be changed asap. it works however if you have a cd/dvd-rom drive connected to the ide bus...hopefully :D. don't worry, it will be changed as soon as I can come up with a better way of scanning the drives.

 - cd copying with only one drive should work now

 - several Gtk2::Entry widgets have been replaced with Gtk2::ComboBoxEntry widgets.

 - a bunch of code cleaning has been done, some global variables have been made local, there is still very much to be done on this topic as there are way too many global variables that should be local.


HacBurn-0.1

 - First release

 - iso/bin burning

 - iso making

 - mp3/ogg conversion to wav

 - on the fly cd copy
