2010-04-30 moel.mich Fixed an overflow problem with the log function in the CPUID constructor.
2010-04-28 moel.mich Fixed exception handling in StartupManager (some systems throw a DirectoryNotFoundException instead of a FileNotFoundException).
2010-04-27 moel.mich Added support for F71889ED super I/O chips.
2010-04-27 moel.mich Another small fix of the coreId calculation for multi-CPU systems.
2010-04-26 moel.mich Fixed a few more crash causing bugs.
2010-04-26 moel.mich Added a processorIndex to CPU classes for multi CPU support.
2010-04-26 moel.mich Fixed the CPULoad implementation for multi CPU systems.
2010-04-25 moel.mich Improved the stability of the crash reporting system.
2010-04-25 moel.mich Fixed Issue 43.
2010-04-25 moel.mich Fixed a NullReferenceException in HDD.Update.
2010-04-25 moel.mich Fixed the coreId and threadId calculation in the APIC CPU enumeration code and removed some IndexOutOfRangeException problems.
2010-04-25 moel.mich Created a new wrapper for the Task Scheduler to fix some problem where TaskScheduler.Connect would throw an ArgumentException.
2010-04-24 moel.mich Added basic support for ITE IT8712F super I/O chips.
2010-04-24 moel.mich Added revision 0x41 for Winbond W83627HF chips (cf Issue 44).
2010-04-24 moel.mich Fixed Issue 39.
2010-04-24 moel.mich Implemented APIC based CPU enumeration (Issue 41).
2010-04-05 moel.mich Fixed Issue 25.
2010-04-05 moel.mich Fixed Issue 24.
2010-04-05 moel.mich Rewritten the T-Balancer code to use the FTDI D2XX drivers directly instead of the System.IO.Ports.SerialPort class. The SerialPort class has some ugly problems like http://connect.microsoft.com/VisualStudio/feedback/details/140018/serialport-crashes-after-disconnect-of-usb-com-port or http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/8a1825d2-c84b-4620-91e7-3934a4d47330 for which no real solution seems to exist. And Microsoft doesn't feel like it needs to be fixed for years now.
2010-04-02 moel.mich Fixed Issue 26. Added a dialog to automatically send a crash report.
2010-03-27 moel.mich Fixed Issue 9.
2010-03-27 moel.mich Fixed Issue 20.
2010-03-27 moel.mich Added a dialog for the report filename. Added additional checks to T-Balancer code for cases where the port gets closed. Moved the timer to the Computer class.
2010-03-26 moel.mich Added an option to automatically startup after Windows logon using the Task Scheduler 2.0 for Windows Vista/7 or the Registry for Windows XP.