sscan 2-5-5
- saveData was writing scan dimensions to the wrong offset in the data file
header, under some circumstances, corrupting the header so that some readers
could not understand the file.
- Prefix length was inconsistently enforced, with the result that the maximum
number of characters (exclusing the trailing null) was actually eight, instead
of nine.
sscan 2-5-4
- scanSee (a display program not included in the sscan module) gets confused
because saveData's messages to users have been reformatted.
- the sscan record does not behave correctly if autosave restores an
illegal value for NPTS.
sscan 2-5-3
- Scans hang if the data-file fails.
sscan 2-5-2
- Scans can hang because of a race condition in doPuts() and a
call to recDynLinkPutCallback() that failed for a reason other
than notifyInProgress.
sscan 2-4
- The before-scan link (.BSPV, .BSCD) is broken.
- If a PV link is changed while the previous value is still
connecting, the software will hang.