This is a feature release that introduces new functions and some improvements.
New features in this release:
- The
ChimeraTK::Bool
andChimeraTK::Void
data types are now supported. (b3c43c5)
Improvements in this release:
- The code is now compatible with EPICS Base 7.0.6. (61be676).
- The initial value possibly set by the device side is no longer overwritten with an uninitialized value during the initialization of the control-system adapter. (8878421)
- A bug that would sometimes cause the first write operation of an output record to fail has been fixed. (93b2ab0)
- The initialization logic has been improved, so that when Autosave is used and the record’s
PINI
field is set toYES
orRUNNING
, the first write happens with the value restored by Autosave instead of the initial (typically zero) value provided by the device side. (ecb22a2)