- fixes:
* correct test execution end
- improvements:
* visibility of load profile management in ISAC scenario editor (including notice message when profile is not defined)
* alarm display in monitoring view (Eclipse GUI)
* management of user-defined properties in clif.props (Eclipse GUI)
* management of ISAC execution engine's "job delay" parameter (reduced alarm avalanche effect, and reduced overhead)
* support for MacOSX Intel 64 bits (Eclipse plug-ins)
* packaging for easier installation in Eclipse 3.5 (Galileo)
- documentation:
* improved ISAC plug-ins documentation (parameters now appear)
- for developers:
* Full ISAC execution engine revision: fixes engine termination (deadlock in stop() or anticipated exit, erroneous aborted status signaling), load profile management with a single timer, lighter "job delay" detection.
* ISAC specimen session objects are recreated on each injector initialization
* streamlined global CLIF compilation (about 30% compilation speed-up); now requires ant version 1.8.0 or greater
* asynchronous forwarding of alarms to avoid network-related overhead in execution threads when alarms are generated (typically "job delay" alarms)
* code clean-up (mostly removed warnings)