Releases: KIT-IBPT/epics-execute
Releases · KIT-IBPT/epics-execute
Release 1.1.6
Release 1.1.5
Release 1.1.4
This is a bugfix release that fixes two issues:
- Depending on the compiler and standard library that was used,
std::strlenwould not be found due to a missing include declaration, resulting in an error when compiling the device support (bd4b3a8 / #6). - The IOC would crash during initialization when an record referenced a command that was not defined in the IOC startup file (b645819 / #7).
Release 1.1.3
Release 1.1.2
Release 1.1.1
This releases fixes a bug:
- The value of the
boused to trigger the execution of a command was sometimes not reset to zero after the execution of the command had finished. (b839844)
Release 1.1.0
This release fixes a bug and adds two new features:
New features:
- When using the
aaorecord instdinmode, one can now specify thenull-terminatedflag in order to only use the array’s contents preceding the first null byte. (08eef99) - The
lsiandlsorecords are now supported. (01e4964)
Bugfixes:
- Data is now written to the standard input of the command, even if the command’s no-wait flag is set. (3ec3da9)
Release 1.0.1
This release fixes an incompatibility with recent releases of EPICS Base.
Release 1.0.0
This is the first public release of the execute device support for EPICS.