- BREAKING: The generic IDs 4000, 4001, and 4002 have been deprecated and split out into the following sets:
- 4000 (checkpoint-related job has started)
- 4003: checkpoint apply started
- 4006: checkpoint clear state started
- 4009: checkpoint delete started
- 4012: checkpoint creation started
- 4001 (checkpoint-related job succeeded)
- 4004: checkpoint apply succeeded
- 4007: checkpoint clear state success
- 4010: checkpoint delete success
- 4013: checkpoint creation success
- 4002 (checkpoint-related job failed)
- 4005: checkpoint apply failed
- 4008: checkpoint clear state failed
- 4011: checkpoint delete failed
- 4014: checkpoint creation failed
- 4000 (checkpoint-related job has started)
- Text labels for categories now show up instead of the number
- Service installs with auto-start to accommodate slow .Net initialization
- Converted internal mechanisms from event-based to direct callbacks
- Added full installer
- Removed built-in installer from service executable
- Added checkpoint watching capabilities
- Added event IDs to all events
- Fixed a bug that caused all WOL events to report as success
- Enhancements to CIMitar module
- Fixed a potential memory leak that might occur on a service stop.