Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.49 KB

RELEASE_NOTES.md

File metadata and controls

37 lines (29 loc) · 1.49 KB

Release notes

Release notes for the CAENHVAsyn EPICS Module.

Releases:

  • R2.0.0: 2024-10-22 jmock

    • Build for rhel7 target - stop building rhel6
      • Update drvCAENHVAsyn.cpp make_pair function call for rhel7 compiler
  • R1.1.3: 2022-02-22 egumtow

    • Update asyn module to R4.39-1.0.1
  • R1.1.2: 2020-02-05 J. Mock

    • Add autosave fields to ai, ao, bi, bo, longin, longout template files
  • R1.1.1: 2019-09-16 J. Vasquez

    • Update definition of RELEASE file. The version of EPICS base should not be defined there.
  • R1.1.0: 2019-09-13 J. Vasquez

    • Bug fix: reduce a description string to less than 40 chars.
    • Print out the crate map and board information to the IOC shell.
    • Set PREC=2 on analog records.
    • Set PINI=YES on output records so that their are processed at boot time.
    • Rename the class "Chassis" to "Crate" for clarity.
    • Use smart pointer to handle Crate, Board, and Channel objects, to avoid resource leaks.
    • Add exception handling in all asyn I/O methods, related to this driver.
  • R1.0.0: 2019-09-12 J. Vasquez

    • First stable release.
    • Includes support for parameters of type PARAM_TYPE_CHSTATUS, PARAM_TYPE_BDSTATUS, and PARAM_TYPE_BINARY.
    • Uses template base classes to avoid code duplication.
    • Bug fix: ZNAM and ONAM label were swapped on bi/bo records.
    • Add support for system parameters of type SYSPROP_TYPE_REAL.
    • Other minor bug fixes, and code cleanup.
  • R0.0.0: 2019-09-06 J. Vasquez

    • First release candidate.