STRIDE 4.1.03x

From STRIDE Wiki
Revision as of 13:02, 23 December 2009 by Ivailop (talk | contribs) (Fixes)
Jump to: navigation, search

This page documents the changes in STRIDE version 4.1.03x (code name Campgrounds).

Please review this information before upgrading from an earlier version.

Note that if you are upgrading from a previous installation you must uninstall your existing STRIDE before installing version 4.1.03x.


What's New

Based on customer feedback, in this release we have many key usability improvements and bug fixes.

Usability Improvements

File Transfer Support

The STRIDE Runtime along with STRIDE Runner have been enhanced with a set of file IO APIs to facilitate the transfer of files between the host and the target device.

Improved Test Points Support

The implementation of Test Points in the STRIDE Runtime has been enhanced for better usability support.

Test Unit Termination

To allow termination of Test Unit execution a new test macro, srEXIT, has been introduced.


Change Details

Fixes

This section describes defects which have been corrected in STRIDE and the customer tracking number associated with them, if any, in brackets [].

  • The license files could be overwritten on Linux with roaming home directories.
  • In Windows SDK timer resolution was set too high.
  • [1553] char, signed char and unsigned char were not recognized as different types
  • Generated IM might omit a warning when compiled.
  • STRIDE custom rules for Visual Studio were run every time.
  • In STRIDE Studio Trace Views had several minor defects.
  • In STRIDE Studio external databases were not handled properly.

Test Points

  • Now a Test Point could have a binary or string payload.
  • The check/wait on Test Points now is always exclusive against "my set of Test Points" defined with two groups - expected and unexpected.
  • To validate the payload associated with a Test Point now requires the use of a predicate.

Samples

  • All samples were update.
  • A new FileServices sample has been added.

Runtime

  • STRIDE Host Release 4.1.03x is compatible with the Runtime Version 4.1.03
  • Most of the Runtime files have been modified. It is recomended that you update them all.
  • All Linux SDK files have been modified.
  • All Windows SDK files have been modified.