From 9dc80154e39aa3247a4c2eb985353bd4b1b7940f Mon Sep 17 00:00:00 2001
From: Marty Kraimer EPICS Base Release 3.14.4
+EPICS Base Release 3.14.5
-????4 September 2003
+DD MMMMM 2003
Changes since 3.14.4
This bug appears only in earlier versions of EPICS R3.14
+Better error messages are now generated.
+dbCaPutLinkCallback is a new function. It provides the ability to implement record/driver +support that does not complete until a channel access put callback has completed. See the Application Developer's Guide for details.
+Soft device that uses dbCaPutLinkCallback has been written for +ao, bo, longout, mbbo, mbboDirect, and stringout records. To use these +your xxxInclude.dbd must have:
+include "devSoftCallback.dbd"+
The CALC and OCAL fields now have a size of 40 so that they are the +same as the calcRecord.
+The fields ZRST,...,FFST are now special(SPC_MOD).
+The fields ZRST,...,FFST are now special(SPC_MOD). +init_record now checks to see if state strings or values are defined +during pass 0. Previously if another record had a DBR_STRING link to +an mbboRecord it thought the field was a USHORT instead of an ENUM.
+This has been removed from base.
+'printf-style' functions like errlogPrintf have their arguments verified against their format string when compiled with gcc.