diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index e23ffb745..53182cc31 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -13,11 +13,21 @@
iocInit
+dbConvert and dbFastLinkConv
+ +When a double precision 0 is converted to a float, instead of 0 the float +value becomes -FLT_MIN, which is a very small ,value, e.g. -1.175494e-38.
+ +iocInit and initHooks
initialProcess is now called before interruptAccept. This means that initial processing will be done before periodically scanned and I/O Inter -scanned record s start processing.
+scanned record s start processing. This also changed the order of two of the +steps in initHooks.h + +drvBitBus
+ +A check is made that Irqvector is a multiple of 4.
dbCa.c
@@ -39,6 +49,11 @@ set FALSE when the raw value is successfully read.In do_sel udf is not set false at the beginning. If selm has an invalid value recGblSetSevr(psel,SOFT_ALARM,MAJOR_ALARM) is called.
+devMz8310
+ +Changes were made so that this works on the powerPC. Improved IACK +code.
+CA Client Library
Scope: