Skip to content

Release 1.2.0

Latest
Compare
Choose a tag to compare
@smarsching smarsching released this 28 Nov 20:17

This is a feature release that introduces new functions and some improvements.

New features in this release:

  • The ChimeraTK::Bool and ChimeraTK::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 to YES or RUNNING, the first write happens with the value restored by Autosave instead of the initial (typically zero) value provided by the device side. (ecb22a2)