diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 15f3b5016..dc831d410 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -9,9 +9,9 @@
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.