12/28/07 - Release beta0.3.2 --fixed segfault with cmd versions and no graphics
                             --added no-gfx.h

12/24/07 - Release beta0.3.1: --replaced omp with pthreads for alu/fpu tests, this will now be the standard library of choice.
                              --added lsbench.log, is created only when results runs for now 
                              --added threading.h
                              --made results window operate as a background process, so it don't obstruct the main window.
                              --added TODO file.
                              --updated INSTALL and Makefiles.
                              --various minor changes, don't expect indices to compare to any previous versions.

12/19/07 - Release beta0.3.0: --added a GTK interface/frontend
                              --made all tests Modular, their code is independent of the main lsbench/lsbench-cmd/lsbench-gtk
				making them able to compile/run on their own.
                              --various changes to all the code, note the indices won't compare directly to any previous 
				releases.
                              --added various Makefiles for different configurations.
                              --various other changes i can't recall.
                              --updated INSTALL.

12/03/07 - Release beta0.2.0: --implemented the first steps towards a graphics benchmark suite, my knowledge is limited 
				on opengl so this could take some time to become demanding/comprehensive. I did, 
				however, feel 0.2.0 was the proper designation for this release given the addition.

03/06/07 - Release beta0.1.0: --implemented menu system to just run individual tests of user's choice
                              --reduced total preruntime disk space used by a factor of nearly 8
                              --reduced time tests take by a factor of 3 (total time -a is now around 2min on the P4 
                                test system or ~20sec per test)				
                              --various code and output cleanups
                              --modified index calculations				
                              --changed default Makefiles to include -O2 (change ops if you wish just note that 
                                certain ops like -ffast-math get their performance by throwing out mathematical 
                                precision, and thus can't be seen as representative of a "real" benchmark) 								
                              --minor updates to README

03/06/07 - Release beta0.0.9: --implemented compression/archiving tests 0.1.0 will be next, but
                                still has a lot of work to be done.		

03/04/07 - Release beta0.0.8: --added Changelog file, implemented audio media conversion tests.
