diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index 15e96e520..2047236d4 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -12,7 +12,7 @@ EPICS Release 3.13.3
MAKE_INC_TARGET_FIRST=YES
+
NOTE: If your applications relies on header files being installed +as the first step of building, you should reorganize the order of building. +The 3.14 releases of base will no longer support the INC step.
Channel Access Changes
@@ -107,10 +106,19 @@ as the powerPC.
In alarm the definitions of hihi, high, low, lolo; are changed from float to double.
aoRecord.c -
The convert routine no longer sets udf false. Fetch_value does set udf
+
+
dfanoutRecord.c +when a new value is obtained.
dfanoutRecord.c
A dbPutLink is attempted for all links even if a put for a previous link fails. If a dbPutLink fails recGblSetSevr(pdfanout,LINK_ALARM,MAJOR_ALARM) is called.