1. Hang reported when running 2D Graphics test, resulting in 2D Graphics thread and
main thread hanging. All windows will not being updated (grayed out) and remaining
threads continue to run and needs to be killed. This version should fix this issue.
2. Fixed bug where number of CPU is not reported right.
3. Limit maximum file size of Disk test to 2GB.
4. Fixed a bug in Memory test whereby if your attempted test buffer size is less than 128MB,
memory test does not run.
5. If RTS/CTS is disabled, hardware flow control will not be turned on in Serial Port testing.
3. We now compute parameter for OpenGL redraw outside of the paintGL function. Previously,
if user were to drag a window over the Open GL widget (window), you will see a "speed-up"
effect whereby the spheres will be moving faster. This is now no longer the case.
5. We show() newly created child test window before we create the thread for the test
(Before, we show() after the thread creation).
6. Re-implemented main thread's paintEvent(). Previously, it is checking to see which thread is
suppose to run and then updating each test window. This is a bug because suppose only 1 thread
has been created so far (and 5 threads are suppose to run), and system wants to update the
main window, it will attempt to update a 5 child windows even though only the 1st window has
been created. Individual child window is now being updated outside the paintEvent function.
1. Changed behaviour of how burnintest reports devices. Before, it attempts to
parse the mount point and the mount name to try and extract the last token after "/".
Example, if it is mounted as "/dev/fd0" at "/media/floppy", burnintest reports it
as Media floppy [fd0]. It now reports the full path, i.e. Media (/media/floppy) [/dev/fd0].
There is no gurantee that the monunt point or mount name has a "/" in its path.
Version 1.0 (build 1003) - 09 February 2006
1. Changed default settings for Serial Test. Default speed is now 9600baud
and default timeout is 3500 ms.
2. Changed default settings for Network Test. Default error mode is now by ratio.
3. Standardized data type used for RAM.
4. Added glFlush in OpenGL test to force execution of OpenGL commands in finite time.
5. Fixed Pre-Test warning that prompts for Serial Loopback Plugs to be attached to
test unit even though it is a "Detect Only" test.
6. Added texture to 3D Graphics' Spheres.
7. Adjusted material properties and lighting to enhance shadows on spheres for
3D Graphics Test.
8. Changed step size for displacement and rotation so spheres move faster in OpenGL Test.
9. Light source is now rotated to enhance effects.
10. Fixed bug in Preferences: CD-RW/DVD whereby even if a CD/DVD drive is not tested,
it will appear in the main window (not suppose to).
11. Put in extra trace logging for memory test.
12. Put in extra debug logging for memory reporting and system resource limits during startup.
13. Memory test now probes available physical RAM as well as available high RAM.
1. Included collect application to help collect debug log for start-up errors.
2. Fixed bug in Disk Test where files are not deleted properly after test finished.
3. #include instead of .
4. Added "Thank you" dialog once user enter correct username/key.
5. Fixed negative cycle number for serial detect test.
6. Fixed floppies failing because of limited number of files at root directory of floppy.
7. Added build date/time in -v option.
8. Added Linux Distribution name in system header log...whatever appear in your login screen will be here.
9. Fixed bug whereby accumulate log and machine id files were saved in current working directory, which may or may not be the
application's directory.
10. Fixed bug where in SUSE 10.0, "Clear all results" only clear if "No" was clicked.
11. Synchronized icons with Performance Test as much as possible.