Converting an EPICS R3.14.3 application to R3.14.4

This document describes how to convert a R3.14.3 application so that it builds and runs properly with release R3.14.4.

No changes required.

NOTE FOR pre R3.14.3 conversions

In the st.cmd file

registerRecordDeviceDriver(pdbbase)

Is replaced by

prod_registerRecordDeviceDriver(pdbbase)

where prod is the PROC_IOC name given in the Makefile that builds the ioc application.