Program.cs
2012-05-27 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
2011-05-19 Fixed Issue 223.
2011-05-15 Fixed Issue 204.
2011-02-07 Fixed Issue 162.
2010-10-31 Replaced the non-kernel code of WinRing0 with a managed implementation. The new implementation should fix Issue 32 and simplify further work on Issue 46.
2010-07-04 Fixed Issue 66.
2010-05-01 Added a check if all required files are available at startup. Improved the crash reporting.
2010-04-25 Improved the stability of the crash reporting system.
2010-04-05 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 Fixed Issue 26. Added a dialog to automatically send a crash report.
2010-02-19 New option to start the application minimized.
2010-01-26 Initial commit.