Releases: slac-epics/CAENHVAsyn
Releases · slac-epics/CAENHVAsyn
R1.1.2
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
, andPARAM_TYPE_BINARY
. - Uses template base classes to avoid code duplication.
- Bug fix:
ZNAM
andONAM
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
2018-09-06 J. Vasquez
- First release candidate.