diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index 3876c2ec8..aece4d571 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -58,6 +58,18 @@ mask is set to the value 0xffffffff. Thus old databases will act like previously the nobt field was set to a non-zero value.
calcoutRecord
No longer calls dbScanLock until interruptAccept is true. +
breakpoint tables +
Entering negative values failed. This bug is fixed. +
dbl("<record type>","<output file>","<field list>") +
The vxWorks console command dbl now allows an additional argument, which +is a list of field names. +
For example +
iocexample> dbl "ai",0,"DESC SCAN"
+
mrk:aiExample,"Analog input","Passive"
+
mrk:aiExample1,"Analog input No. 1","Passive"
+
mrk:aiExample2,"Analog input No. 2","Passive"
+
mrk:aiExample3,"Analog input No. 3","Passive"
+