Skip to content

Releases: KIT-IBPT/epics-execute

Release 1.1.6

26 Sep 18:02

Choose a tag to compare

This is a bugfix release that fixes the following issue:

  • A long-running command might block the execution of other commands (be91c32 / 4c7548b / #10).

Release 1.1.5

20 Sep 17:40

Choose a tag to compare

This is a bugfix release that fixes a regression that was introduced with the 1.1.4 release:

  • Record initialization would always fail, even if the referenced command actually existed (c335ffd / #8).

Release 1.1.4

20 Sep 12:51

Choose a tag to compare

This is a bugfix release that fixes two issues:

  • Depending on the compiler and standard library that was used, std::strlen would 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

04 Aug 16:29

Choose a tag to compare

This release fixes a regression that was introduced in release 1.1.2:

  • Executing a command with the no-wait flag set would block record-processing until the command completed (b8b93cb / #5).

Release 1.1.2

27 Jun 10:20

Choose a tag to compare

This release fixes a bug:

  • Zombie processes would accumulate when executing commands that had the no-wait flag set (a952708 / #3).

Release 1.1.1

16 Mar 21:29

Choose a tag to compare

This releases fixes a bug:

  • The value of the bo used 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

13 Aug 16:58

Choose a tag to compare

This release fixes a bug and adds two new features:

New features:

  • When using the aao record in stdin mode, one can now specify the null-terminated flag in order to only use the array’s contents preceding the first null byte. (08eef99)
  • The lsi and lso records 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

23 Apr 20:11

Choose a tag to compare

This release fixes an incompatibility with recent releases of EPICS Base.

Release 1.0.0

11 Dec 12:11

Choose a tag to compare

This is the first public release of the execute device support for EPICS.