Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@smarsching smarsching released this 28 Jun 17:36
· 22 commits to master since this release

This release brings one new features and some minor improvements and bugfixes.

New features:

  • Add records for storing used-defined descriptions (5a4d215). Please note that you have to make a choice about the record type used for descriptions when compiling the device support. Please refer to the installation instructions for details. Typically, this feature is only useful when also using Autosave, because the descriptions are not stored in hardware registers and thus will not survive an IOC restart unless they are preserved by Autosave.

Improvements:

  • Show delays and pulse widths for pulse generators in microseconds in the CSS panel (93412e4).
  • Delete an unused CSS panel (173d0b8).

Bugfixes:

  • Fix compilation with older releases of EPICS Base (292569e). Version 1.2.0 introduced a bug that caused an error when compiling against a version of EPICS Base that did not define the aodset data structure yet. This problem is now fixed.
  • Fix more “Write access denied” Javascript errors in the CSS panels (9b2d376, ab06439).
  • Write EVG interrupt configuration as part of “Write all” action (40a61d0).
  • Make SFP part number widget in CSS panel refer to the correct PV (f37dda8).